Searched defs:mov (Results 1 - 25 of 121) sorted by last modified time

12345

/external/zlib/src/contrib/inflate86/
H A Dinffas86.c800 mov [eax], esp /* save esp, ebp */ local
801 mov [eax+4], ebp local
802 mov esp, eax
803 mov esi, [esp+8] /* esi = in */
804 mov edi, [esp+16] /* edi = out */
805 mov edx, [esp+40] /* edx = hold */
806 mov ebx, [esp+44] /* ebx = bits */
807 mov ebp, [esp+32] /* ebp = lcode */
825 mov cl, bl /* cl = bits, needs it for shifting */
831 mov ea
851 mov [esp+64], ecx /* save len */ local
948 mov [edi], al local
974 mov [edi], al /* memset out with from[-1] */ local
1115 mov [esp+16], edi /* save out */ local
1116 mov [esp+44], ebx /* save bits */ local
1117 mov [esp+40], edx /* save hold */ local
[all...]
/external/vixl/src/a64/
H A Dassembler-a64.cc1168 void Assembler::mov(const Register& rd, const Register& rm) { function in class:vixl::Assembler
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c214 // mov al, #$20
218 // no mov SEG-REG, #value, must mov register into seg-reg
219 // grep -i "mov[ ]*.s" rombios.c
243 mov dx,#PANIC_PORT
244 mov ax,#?1
247 mov dx,#0x80
248 mov ax,#?1
260 mov ax, ?3
261 mov
458 mov [bx], ax ; write data word local
461 mov [bx], ax ; write data word local
1334 mov [bx], al ; write data byte local
1360 mov [bx], ax ; write data word local
8922 mov [si], al local
9066 mov [si], al local
[all...]
/external/qemu-pc-bios/vgabios/
H A Dclext.c390 mov al, #0x0f ; memory setup
391 mov dx, #0x3C4
396 mov ah, al
397 mov al, #0x0a
400 mov ax, #0x0007 ; set vga mode
402 mov ax, #0x0431 ; reset bitblt
403 mov dx, #0x3CE
405 mov ax, #0x0031
416 mov si, #cirrus_not_installed
418 mov s
479 mov [PM_BIOSMEM_VBE_MODE], bx variable
564 mov [PM_BIOSMEM_CURRENT_MODE], al variable
1038 mov [PM_BIOSMEM_CURRENT_MODE], al variable
1039 mov [PM_BIOSMEM_VBE_MODE], bx variable
1213 mov [0xb9], bh variable
[all...]
H A Dvbe.c103 mov ax, #0x0100
106 mov ax, dx
109 mov dx, # VBE_DISPI_IOPORT_INDEX
110 mov ax, # VBE_DISPI_INDEX_BANK
113 mov dx, # VBE_DISPI_IOPORT_DATA
119 mov ax, #0x004f
122 mov ax, #0x014f
130 mov ax, #0x0100
144 mov eax, ecx
147 mov d
713 mov [bx], al variable
[all...]
H A Dvgabios.c125 mov ds, ax
126 mov ax, ?3
127 mov ?1*4, ax
128 mov ax, ?2
129 mov ?1*4+2, ax
257 mov ax,#0x0003
286 mov bx, #0xc000
287 mov ds, bx
396 mov bx, #0xc000
397 mov d
461 mov [bx], ax variable
468 mov [bx], al variable
473 mov [bx], al variable
478 mov [bx], al variable
483 mov [bx], al variable
488 mov [bx], al variable
2302 mov [bx], al variable
2315 mov [bx], al variable
2471 mov [bx], al variable
2475 mov [bx], al variable
2479 mov [bx], al variable
2941 mov [bx], al variable
2943 mov [bx], ah variable
2971 mov [bx], al variable
3012 mov [bx], al variable
3033 mov [bx], al variable
3120 mov [bx], al variable
3646 mov [bx], al ; write data byte local
3673 mov [bx], ax ; write data word local
[all...]
/external/openssl/crypto/md5/asm/
H A Dmd5-ia64.S273 mov CTable = ip
279 mov LCSave = ar.lc
291 mov PRSave = pr
315 mov TPtr = CTable
316 mov TRound = CTable0
320 mov A_ = AccumA
321 mov B_ = AccumB
325 mov C_ = AccumC
326 mov D_ = AccumD define
355 mov p
390 mov D_ = AccumD ;; \\ define
[all...]
/external/mesa3d/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/mesa3d/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.h470 __asm mov [i], eax local
/external/mesa3d/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/mesa3d/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/mesa3d/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/mesa3d/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/mesa3d/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/llvm/test/MC/ELF/
H A Dpr9292.s7 mov %eax,bar label
/external/llvm/test/MC/MachO/
H A Dbad-darwin-x86_64-32-bit-abs-addr.s4 mov $_f, %rsi label
H A Dbad-macro.s6 mov $1, %eax label
7 mov $2, %eax label
/external/llvm/test/MC/X86/
H A Dintel-syntax.s9 mov DWORD PTR [RSP - 4], 257
11 mov DWORD PTR [RSP + 4], 258
13 mov QWORD PTR [RSP - 16], 123
15 mov BYTE PTR [RSP - 17], 97
17 mov EAX, DWORD PTR [RSP - 4]
19 mov RAX, QWORD PTR [RSP]
21 mov DWORD PTR [RSP - 4], -4
23 mov RCX, QWORD PTR [0]
25 mov EAX, DWORD PTR [RSP + 4*RAX - 24]
27 mov BYT
600 mov rbx, qword ptr [_g0] label
601 mov rcx, qword ptr [_g0 + 8] label
[all...]
H A Dx86-32-ms-inline-asm.s3 mov eax, [ebx].0 label
4 mov [ebx].4, ecx label
13 mov eax, [4*eax + 4]
16 mov eax, [4*eax][4]
20 mov eax, [esi + eax]
23 mov eax, [esi][eax]
27 mov eax, [esi + 4*eax]
30 mov eax, [esi][4*eax]
34 mov eax, [esi + eax + 4]
37 mov ea
[all...]
H A Dx86-64.s396 mov %CS, %ax label
419 mov %rdx, %cr0 label
422 mov %rdx, %cr4 label
425 mov %rdx, %cr8 label
428 mov %rdx, %cr15 label
939 mov %dr6, %rax label
940 mov %db6, %rax label
988 mov (%rsi), %gs // CHECK: movl (%rsi), %gs # encoding: [0x8e,0x2e] label
989 mov %gs, (%rsi) // CHECK: movl %gs, (%rsi) # encoding: [0x8c,0x2e] label
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale.c644 mov eax, [esp + 4] // src_ptr
646 mov edx, [esp + 12] // dst_ptr
647 mov ecx, [esp + 16] // dst_width
673 mov eax, [esp + 4 + 4] // src_ptr
674 mov esi, [esp + 4 + 8] // src_stride
675 mov edx, [esp + 4 + 12] // dst_ptr
676 mov ecx, [esp + 4 + 16] // dst_width
717 mov esi, [esp + 32 + 4] // src_ptr
719 mov edi, [esp + 32 + 12] // dst_ptr
720 mov ec
1164 mov [edi + 4], ax local
1207 mov [edi + 4], ax local
1322 mov [edi], al local
1336 mov [edi], al local
1352 mov [edi], al local
1404 mov [edi], al local
1418 mov [edi], al local
1434 mov [edi], al local
[all...]
/external/libyuv/files/source/
H A Drotate.cc70 mov eax, [esp + 12 + 4] // src
71 mov edi, [esp + 12 + 8] // src_stride
72 mov edx, [esp + 12 + 12] // dst
73 mov esi, [esp + 12 + 16] // dst_stride
74 mov ecx, [esp + 12 + 20] // width
102 mov eax, ebp
165 mov eax, [esp + 16 + 4] // src
166 mov edi, [esp + 16 + 8] // src_stride
167 mov edx, [esp + 16 + 12] // dst_a
168 mov es
174 mov [esp + 16], ecx local
[all...]

Completed in 398 milliseconds

12345