/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_peephole.cpp | 95 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->def(0).getFile() != mov->src(0).getFile() [all...] |
nv50_ir_ra.cpp | 326 // For each operand of each PHI in b, generate a new value by inserting a MOV 337 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)) 415 Instruction *mov = local 1944 Instruction *mov; local [all...] |
/external/chromium_org/v8/src/ia32/ |
assembler-ia32.cc | 564 void Assembler::mov(Register dst, int32_t imm32) { function in class:v8::internal::Assembler 571 void Assembler::mov(Register dst, const Immediate& x) { function in class:v8::internal::Assembler 578 void Assembler::mov(Register dst, Handle<Object> handle) { function in class:v8::internal::Assembler 585 void Assembler::mov(Register dst, const Operand& src) { function in class:v8::internal::Assembler 592 void Assembler::mov(Register dst, Register src) { function in class:v8::internal::Assembler 599 void Assembler::mov(const Operand& dst, const Immediate& x) { function in class:v8::internal::Assembler 607 void Assembler::mov(const Operand& dst, Handle<Object> handle) { function in class:v8::internal::Assembler 615 void Assembler::mov(const Operand& dst, Register src) { function in class:v8::internal::Assembler [all...] |
/external/libvpx/libvpx/third_party/libyuv/source/ |
scale.c | 644 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 ecx, [esp + 32 + 16] // dst_widt 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/ |
row_win.cc | 128 mov eax, [esp + 4] // src_y 129 mov edx, [esp + 8] // dst_argb 130 mov ecx, [esp + 12] // pix 156 mov eax, [esp + 4] // src_bgra 157 mov edx, [esp + 8] // dst_argb 158 mov ecx, [esp + 12] // pix 177 mov eax, [esp + 4] // src_abgr 178 mov edx, [esp + 8] // dst_argb 179 mov ecx, [esp + 12] // pix 198 mov eax, [esp + 4] // src_rgb 3639 mov [eax], bl local 3640 mov [eax + 1], dl local 3643 mov [eax + 2], bl local 3644 mov [eax + 3], dl local [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_peephole.cpp | 95 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->def(0).getFile() != mov->src(0).getFile() [all...] |
nv50_ir_ra.cpp | 326 // For each operand of each PHI in b, generate a new value by inserting a MOV 337 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)) 415 Instruction *mov = local 1944 Instruction *mov; local [all...] |
/external/qemu-pc-bios/vgabios/ |
vgabios.c | 125 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 ds, b 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/v8/src/ia32/ |
assembler-ia32.cc | 91 __ mov(ebp, esp); 96 __ mov(edx, eax); 114 __ mov(eax, 1); 123 __ mov(eax, edx); 125 __ mov(edx, ecx); 129 __ mov(esp, ebp); 617 void Assembler::mov(Register dst, int32_t imm32) { function in class:v8::internal::Assembler 624 void Assembler::mov(Register dst, const Immediate& x) { function in class:v8::internal::Assembler 631 void Assembler::mov(Register dst, Handle<Object> handle) { function in class:v8::internal::Assembler 638 void Assembler::mov(Register dst, const Operand& src) function in class:v8::internal::Assembler 645 void Assembler::mov(Register dst, Register src) { function in class:v8::internal::Assembler 652 void Assembler::mov(const Operand& dst, const Immediate& x) { function in class:v8::internal::Assembler 660 void Assembler::mov(const Operand& dst, Handle<Object> handle) { function in class:v8::internal::Assembler 668 void Assembler::mov(const Operand& dst, Register src) { function in class:v8::internal::Assembler [all...] |
/external/chromium_org/v8/src/arm/ |
assembler-arm.cc | 473 // mov lr, pc 474 const Instr kMovLrPc = al | MOV | kRegister_pc_Code | kRegister_lr_Code * B12; 810 // mov dst, #target8_0 821 // If the target fits in a byte then only patch with a mov 826 patcher.masm()->mov(dst, Operand(target24)); 845 // Patch with a sequence of mov/orr/orr instructions. 853 patcher.masm()->mov(dst, Operand(target8_0)); 859 patcher.masm()->mov(dst, Operand(target8_0)); 1075 // constant pool is required. For a mov instruction not setting the 1077 if ((instr & ~kCondMask) == 13*B21) { // mov, S not se 1427 void Assembler::mov(Register dst, const Operand& src, SBit s, Condition cond) { function in class:v8::internal::Assembler [all...] |
assembler-arm.h | 586 // the instruction this operand is used for is a MOV or MVN instruction the 780 // the branch/call instruction at pc, or the object in a mov. 915 void mov(Register dst, const Operand& src, 917 void mov(Register dst, Register src, SBit s = LeaveCC, Condition cond = al) { function in class:v8::internal::Assembler 918 mov(dst, Operand(src), s, cond); 926 // This may actually emit a different mov instruction, but on an ARMv7 it [all...] |
/external/v8/src/arm/ |
assembler-arm.h | 424 // the instruction this operand is used for is a MOV or MVN instruction the 715 // mov lr, pc 730 // mov lr, pc @ start of sequence 744 // mov lr, pc @ start of sequence 840 void mov(Register dst, const Operand& src, 842 void mov(Register dst, Register src, SBit s = LeaveCC, Condition cond = al) { function in class:v8::internal::Assembler 843 mov(dst, Operand(src), s, cond); 847 // This may actually emit a different mov instruction, but on an ARMv7 it [all...] |
/external/qemu-pc-bios/bochs/bios/ |
rombios.c | 214 // 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 ?1*4, a 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...] |