Searched defs:mov (Results 1 - 25 of 121) sorted by path

12345

/external/chromium_org/sandbox/win/src/
H A Dsidestep_resolver.cc157 mov ebx, [esp + 0x18] // First parameter = SmartThunk.
158 mov edx, [esp + 0x14] // Get the return address.
159 mov eax, [ebx]SmartThunk.module_base
170 mov ecx, [esp + 0x14] // Return address.
171 mov [esp + 0x18], ecx // Remove first parameter. local
172 mov [esp + 0x10], edx local
180 mov ecx, [ebx]SmartThunk.interceptor
181 mov [esp + 0x18], edx // Replace first parameter.
182 mov [esp + 0x10], ecx local
/external/chromium_org/third_party/boringssl/src/crypto/poly1305/
H A Dpoly1305_arm_asm.S161 mov r12,sp label
166 # asm 1: mov >len=int32#4,<input_3=int32#4
167 # asm 2: mov >len=r3,<input_3=r3
168 mov r3,r3 label
1514 # asm 1: mov >len=int32#1,<len=int32#4
1515 # asm 2: mov >len=r0,<len=r3
1516 mov r0,r3 label
1519 mov sp,r12 label
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Drotate.cc86 mov eax, [esp + 12 + 4] // src
87 mov edi, [esp + 12 + 8] // src_stride
88 mov edx, [esp + 12 + 12] // dst
89 mov esi, [esp + 12 + 16] // dst_stride
90 mov ecx, [esp + 12 + 20] // width
118 mov eax, ebp
181 mov eax, [esp + 16 + 4] // src
182 mov edi, [esp + 16 + 8] // src_stride
183 mov edx, [esp + 16 + 12] // dst_a
184 mov es
190 mov [esp + 16], ecx local
[all...]
H A Drow_win.cc313 mov eax, [esp + 4] // src_y
314 mov edx, [esp + 8] // dst_argb
315 mov ecx, [esp + 12] // pix
342 mov eax, [esp + 4] // src_y
343 mov edx, [esp + 8] // dst_argb
344 mov ecx, [esp + 12] // pix
370 mov eax, [esp + 4] // src_rgb24
371 mov edx, [esp + 8] // dst_argb
372 mov ecx, [esp + 12] // pix
410 mov ea
6954 mov [edx], bl local
6957 mov [edx + 1], bl local
6960 mov [edx + 2], bl local
6963 mov [edx + 3], bl local
[all...]
H A Dscale_win.cc101 mov eax, [esp + 4] // src_ptr
103 mov edx, [esp + 12] // dst_ptr
104 mov ecx, [esp + 16] // dst_width
129 mov eax, [esp + 4] // src_ptr
131 mov edx, [esp + 12] // dst_ptr
132 mov ecx, [esp + 16] // dst_width
168 mov eax, [esp + 4 + 4] // src_ptr
169 mov esi, [esp + 4 + 8] // src_stride
170 mov edx, [esp + 4 + 12] // dst_ptr
171 mov ec
849 mov [edi], bx local
870 mov [edi], bl local
[all...]
/external/chromium_org/third_party/libyuv/source/
H A Drotate.cc86 mov eax, [esp + 12 + 4] // src
87 mov edi, [esp + 12 + 8] // src_stride
88 mov edx, [esp + 12 + 12] // dst
89 mov esi, [esp + 12 + 16] // dst_stride
90 mov ecx, [esp + 12 + 20] // width
118 mov eax, ebp
181 mov eax, [esp + 16 + 4] // src
182 mov edi, [esp + 16 + 8] // src_stride
183 mov edx, [esp + 16 + 12] // dst_a
184 mov es
190 mov [esp + 16], ecx local
[all...]
H A Drow_win.cc314 mov eax, [esp + 4] // src_y
315 mov edx, [esp + 8] // dst_argb
316 mov ecx, [esp + 12] // pix
343 mov eax, [esp + 4] // src_y
344 mov edx, [esp + 8] // dst_argb
345 mov ecx, [esp + 12] // pix
371 mov eax, [esp + 4] // src_rgb24
372 mov edx, [esp + 8] // dst_argb
373 mov ecx, [esp + 12] // pix
411 mov ea
6955 mov [edx], bl local
6958 mov [edx + 1], bl local
6961 mov [edx + 2], bl local
6964 mov [edx + 3], bl local
[all...]
H A Dscale_win.cc101 mov eax, [esp + 4] // src_ptr
103 mov edx, [esp + 12] // dst_ptr
104 mov ecx, [esp + 16] // dst_width
129 mov eax, [esp + 4] // src_ptr
131 mov edx, [esp + 12] // dst_ptr
132 mov ecx, [esp + 16] // dst_width
168 mov eax, [esp + 4 + 4] // src_ptr
169 mov esi, [esp + 4 + 8] // src_stride
170 mov edx, [esp + 4 + 12] // dst_ptr
171 mov ec
849 mov [edi], bx local
870 mov [edi], bl local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_atomic.h213 mov eax, [v]
225 mov eax, [v]
234 mov eax, [v]
245 mov ecx, [v]
246 mov eax, [old]
247 mov edx, [_new]
249 mov [orig], eax local
H A Du_math.h449 __asm mov [i], eax local
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_video.c222 static unsigned pos(int pos, int mov, int max) { argument
223 int ret = pos + mov;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_lowering_nv50.cpp750 // mov coordinates from lane l to all lanes
765 Instruction *mov; local
767 mov = bld.mkMov(def[c][l], tex->getDef(c));
768 mov->fixed = 1;
769 mov->lanes = 1 << l;
897 if (addr >= 0x400) // mov $sreg
H A Dnv50_ir_peephole.cpp95 Instruction *mov, *si, *next; local
97 for (mov = bb->getEntry(); mov; mov = next) {
98 next = mov->next;
99 if (mov->op != OP_MOV || mov->fixed || !mov->getSrc(0)->asLValue())
101 if (mov->getPredicate())
103 if (mov
[all...]
H A Dnv50_ir_ra.cpp337 Instruction *phi, *mov; local
370 mov = new_Instruction(func, OP_MOV, TYPE_U32);
372 mov->setSrc(0, phi->getSrc(j));
373 mov->setDef(0, new_LValue(func, phi->getDef(0)->asLValue()));
374 phi->setSrc(j, mov->getDef(0));
376 pb->insertBefore(pb->getExit(), mov);
401 Instruction *mov = local
403 mov->setDef(0, tmp);
404 mov->setSrc(0, cal->getSrc(s));
407 bb->insertBefore(cal, mov);
415 Instruction *mov = local
1944 Instruction *mov; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_lowering_nvc0.cpp140 const Instruction *tex; // or split / mov
772 // mov coordinates from lane l to all lanes
787 Instruction *mov; local
789 mov = bld.mkMov(def[c][l], tex->getDef(c));
790 mov->fixed = 1;
791 mov->lanes = 1 << l;
899 if (addr >= 0x400) // mov $sreg
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow_swizzles.c50 struct rc_instruction * mov = rc_insert_new_instruction(c, inst->Prev); local
54 mov->U.I.Opcode = RC_OPCODE_MOV;
55 mov->U.I.DstReg.File = RC_FILE_TEMPORARY;
56 mov->U.I.DstReg.Index = tempreg;
57 mov->U.I.DstReg.WriteMask = split.Phase[phase];
58 mov->U.I.SrcReg[0] = inst->U.I.SrcReg[src];
59 mov->U.I.PreSub = inst->U.I.PreSub;
64 SET_SWZ(mov->U.I.SrcReg[0].Swizzle, chan, RC_SWIZZLE_UNUSED);
66 phase_refmask |= 1 << GET_SWZ(mov->U.I.SrcReg[0].Swizzle, chan);
71 masked_negate = split.Phase[phase] & mov
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_optimize.c36 [BRW_OPCODE_MOV] = { .name = "mov", .nsrc = 1, .ndst = 1, .is_arith = 1 },
228 /* SEND may perform an implicit mov to a mrf register */
275 /* Look if SEND uses an implicit mov. In that case, we read one less register
378 brw_is_control_done(const struct brw_instruction *mov) { argument
380 mov->header.dependency_control != 0 ||
381 mov->header.thread_control != 0 ||
382 mov->header.mask_control != 0 ||
383 mov->header.saturate != 0 ||
384 mov->header.debug_control != 0;
388 brw_is_predicated(const struct brw_instruction *mov) { argument
393 brw_is_grf_to_mrf_mov(const struct brw_instruction *mov, int *mrf_index, int *grf_index, bool *is_compr4) argument
505 const struct brw_instruction *mov = p->store + i; local
554 const struct brw_instruction *mov = p->store + i; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_optimize.c132 get_dst_mask_for_mov(const struct prog_instruction *mov, GLuint src_mask) argument
134 const GLuint mask = mov->DstReg.WriteMask;
138 ASSERT(mov->Opcode == OPCODE_MOV);
144 src_comp = GET_SWZ(mov->SrcReg[0].Swizzle, comp);
464 can_downward_mov_be_modifed(const struct prog_instruction *mov) argument
467 mov->Opcode == OPCODE_MOV &&
468 mov->CondUpdate == GL_FALSE &&
469 mov->SrcReg[0].RelAddr == 0 &&
470 mov->SrcReg[0].Negate == 0 &&
471 mov
480 can_upward_mov_be_modifed(const struct prog_instruction *mov) argument
515 const struct prog_instruction *mov = prog->Instructions + i; local
648 _mesa_merge_mov_into_inst(struct prog_instruction *inst, const struct prog_instruction *mov) argument
760 const struct prog_instruction *mov = prog->Instructions + i; local
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dabsloop-err.asm6 mov ax, [x] label
H A Dcharconst64.asm3 mov rax, '12345678' label
H A Dopt-oldalign.asm0 mov ax, 5
3 mov bx, 5 label
1 mov ax, 5 label
H A Dunary.asm2 mov eax, ~0 label
3 mov eax, ~5 label
4 mov ebx, -0 label
5 mov ebx, -5 label
H A Dvalue-err.asm2 mov [label/2+1], ax label
3 mov ax, label*2 label
4 mov [label+5], ax label
5 mov ax, label wrt foo label
H A Dvalue-samesym.asm2 mov [eax + (RW + 22032) - (RW + 23056)], eax label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Deffaddr.asm2 mov ax,[eax+ebx+ecx-eax] label
3 mov ax,[eax+ecx+ebx-eax] label
6 mov eax,[eax*2] label
7 mov eax,[nosplit eax*2] label
8 mov eax,[esi+ebp] label
9 mov eax,[ebp+esi] label
10 mov eax,[esi*1+ebp] label
11 mov eax,[ebp*1+esi] label
12 mov eax,[byte eax] label
13 mov ea label
18 mov ax,[eax*2+ebx*2-ebx] label
[all...]

Completed in 596 milliseconds

12345