/external/v8/test/cctest/ |
test-disasm-ia32.cc | 150 __ mov_b(edx, Operand(ecx)); 151 __ mov_b(Operand(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 | 687 void mov_b(Register dst, const Operand& src); 688 void mov_b(const Operand& dst, int8_t imm8); 689 void mov_b(const Operand& dst, Register src); [all...] |
disasm-ia32.cc | 75 {0x8A, "mov_b", REG_OPER_OP_ORDER}, 1048 AppendToBuffer("%s ", "mov_b"); 1088 AppendToBuffer("%s ", "mov_b"); [all...] |
assembler-ia32.cc | 603 void Assembler::mov_b(Register dst, const Operand& src) { function in class:v8::internal::Assembler 612 void Assembler::mov_b(const Operand& dst, int8_t imm8) { function in class:v8::internal::Assembler 621 void Assembler::mov_b(const Operand& dst, Register src) { function in class:v8::internal::Assembler [all...] |
macro-assembler-ia32.cc | [all...] |
full-codegen-ia32.cc | [all...] |
stub-cache-ia32.cc | [all...] |
code-stubs-ia32.cc | [all...] |
lithium-codegen-ia32.cc | [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/ |
assyntax.h | 492 #define MOV_B(a, b) CHOICE(movb ARG2(a,b), movb ARG2(a,b), movb ARG2(b,a)) [all...] |