/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
x86_cliptest.S | 157 MOV_B( REGIND(EBX), AL ) 158 MOV_B( REGIND(EBP), AH ) 201 MOV_B( REGBI(EBP, ECX), CL ) 203 MOV_B( REGOFF(clip_table,ECX), CL ) 210 MOV_B( CL, REGIND(EDX) ) 255 MOV_B( AL, REGIND(ECX) ) 256 MOV_B( AH, REGIND(EDX) ) 326 MOV_B( REGIND(EBX), AL ) 327 MOV_B( REGIND(EBP), AH ) 367 MOV_B( REGBI(EBP, ECX), CL [all...] |
assyntax.h | 532 #define MOV_B(a, b) CHOICE(movb ARG2(a,b), movb ARG2(a,b), movb ARG2(b,a)) [all...] |
/external/mesa3d/src/mesa/x86/ |
x86_cliptest.S | 157 MOV_B( REGIND(EBX), AL ) 158 MOV_B( REGIND(EBP), AH ) 201 MOV_B( REGBI(EBP, ECX), CL ) 203 MOV_B( REGOFF(clip_table,ECX), CL ) 210 MOV_B( CL, REGIND(EDX) ) 255 MOV_B( AL, REGIND(ECX) ) 256 MOV_B( AH, REGIND(EDX) ) 326 MOV_B( REGIND(EBX), AL ) 327 MOV_B( REGIND(EBP), AH ) 367 MOV_B( REGBI(EBP, ECX), CL [all...] |
assyntax.h | 532 #define MOV_B(a, b) CHOICE(movb ARG2(a,b), movb ARG2(a,b), movb ARG2(b,a)) [all...] |
/external/chromium_org/v8/src/ia32/ |
codegen-ia32.cc | 367 __ mov_b(eax, Operand(src, 0)); 369 __ mov_b(Operand(dst, 0), eax); 437 __ mov_b(eax, Operand(src, 0)); 438 __ mov_b(Operand(dst, 0), eax); 525 __ mov_b(eax, Operand(src, 0)); 526 __ mov_b(Operand(dst, 0), eax); 536 __ mov_b(edx, Operand(src, 2)); 538 __ mov_b(Operand(dst, 2), edx); 598 __ mov_b(eax, Operand(src, 0)); 601 __ mov_b(Operand(dst, 0), eax) [all...] |
assembler-ia32.h | 723 void mov_b(Register dst, Register src) { mov_b(dst, Operand(src)); } 724 void mov_b(Register dst, const Operand& src); 725 void mov_b(Register dst, int8_t imm8) { mov_b(Operand(dst), imm8); } 726 void mov_b(const Operand& dst, int8_t imm8); 727 void mov_b(const Operand& dst, Register src); [all...] |
assembler-ia32.cc | 514 void Assembler::mov_b(Register dst, const Operand& src) { function in class:v8::internal::Assembler 522 void Assembler::mov_b(const Operand& dst, int8_t imm8) { function in class:v8::internal::Assembler 530 void Assembler::mov_b(const Operand& dst, Register src) { function in class:v8::internal::Assembler [all...] |
disasm-ia32.cc | 76 {0x8A, "mov_b", REG_OPER_OP_ORDER}, [all...] |
macro-assembler-ia32.cc | 77 mov_b(dst, src); [all...] |
full-codegen-ia32.cc | [all...] |
code-stubs-ia32.cc | [all...] |
lithium-codegen-ia32.cc | [all...] |
lithium-ia32.cc | [all...] |
/external/chromium_org/v8/test/cctest/ |
test-disasm-ia32.cc | 134 __ mov_b(edx, ecx); 135 __ mov_b(ecx, 6); 136 __ mov_b(Operand(ebx, ecx, times_4, 10000), 6); 137 __ mov_b(Operand(esp, 16), edx);
|
/external/v8/test/cctest/ |
test-disasm-ia32.cc | 150 __ mov_b(edx, ecx); 151 __ mov_b(ecx, 6); 152 __ mov_b(Operand(ebx, ecx, times_4, 10000), 6); 153 __ mov_b(Operand(esp, 16), edx);
|
/external/v8/src/ia32/ |
assembler-ia32.h | 691 void mov_b(Register dst, Register src) { mov_b(dst, Operand(src)); } 692 void mov_b(Register dst, const Operand& src); 693 void mov_b(Register dst, int8_t imm8) { mov_b(Operand(dst), imm8); } 694 void mov_b(const Operand& dst, int8_t imm8); 695 void mov_b(const Operand& dst, Register src); [all...] |
assembler-ia32.cc | 577 void Assembler::mov_b(Register dst, const Operand& src) { function in class:v8::internal::Assembler 585 void Assembler::mov_b(const Operand& dst, int8_t imm8) { function in class:v8::internal::Assembler 593 void Assembler::mov_b(const Operand& dst, Register src) { function in class:v8::internal::Assembler [all...] |
disasm-ia32.cc | 76 {0x8A, "mov_b", REG_OPER_OP_ORDER}, [all...] |
full-codegen-ia32.cc | [all...] |
macro-assembler-ia32.cc | [all...] |
stub-cache-ia32.cc | [all...] |
code-stubs-ia32.cc | [all...] |
lithium-codegen-ia32.cc | [all...] |