Searched refs:mov_b (Results 1 – 4 of 4) sorted by relevance
/external/webkit/V8Binding/v8/test/cctest/ |
D | test-disasm-ia32.cc | 148 __ mov_b(edx, Operand(ecx)); in TEST() local 149 __ mov_b(Operand(ecx), 6); in TEST() local 150 __ mov_b(Operand(ebx, ecx, times_4, 10000), 6); in TEST() local 151 __ mov_b(Operand(esp, 16), edx); in TEST() local
|
/external/webkit/V8Binding/v8/src/ia32/ |
D | assembler-ia32.h | 490 void mov_b(Register dst, const Operand& src); 491 void mov_b(const Operand& dst, int8_t imm8); 492 void mov_b(const Operand& dst, Register src);
|
D | assembler-ia32.cc | 553 void Assembler::mov_b(Register dst, const Operand& src) { in mov_b() function in v8::internal::Assembler 561 void Assembler::mov_b(const Operand& dst, int8_t imm8) { in mov_b() function in v8::internal::Assembler 570 void Assembler::mov_b(const Operand& dst, Register src) { in mov_b() function in v8::internal::Assembler
|
D | ic-ia32.cc | 438 __ mov_b(Operand(ecx, ebx, times_1, 0), eax); in GenerateGeneric() local
|