Searched defs:mov_b (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/ia32/ |
D | codegen-ia32.cc | 237 __ mov_b(eax, Operand(src, 0)); in CreateMemMoveFunction() local 239 __ mov_b(Operand(dst, 0), eax); in CreateMemMoveFunction() local 307 __ mov_b(eax, Operand(src, 0)); in CreateMemMoveFunction() local 308 __ mov_b(Operand(dst, 0), eax); in CreateMemMoveFunction() local 395 __ mov_b(eax, Operand(src, 0)); in CreateMemMoveFunction() local 396 __ mov_b(Operand(dst, 0), eax); in CreateMemMoveFunction() local 406 __ mov_b(edx, Operand(src, 2)); in CreateMemMoveFunction() local 408 __ mov_b(Operand(dst, 2), edx); in CreateMemMoveFunction() local
|
D | assembler-ia32.h | 583 void mov_b(Register dst, Register src) { mov_b(dst, Operand(src)); } in mov_b() function 585 void mov_b(Register dst, int8_t imm8) { mov_b(Operand(dst), imm8); } in mov_b() function 586 void mov_b(Operand dst, int8_t src) { mov_b(dst, Immediate(src)); } in mov_b() function
|
D | assembler-ia32.cc | 562 void Assembler::mov_b(Register dst, Operand src) { in mov_b() function in v8::internal::Assembler 569 void Assembler::mov_b(Operand dst, const Immediate& src) { in mov_b() function in v8::internal::Assembler 576 void Assembler::mov_b(Operand dst, Register src) { in mov_b() function in v8::internal::Assembler
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 1576 __ mov_b(operand, i.InputInt8(index)); in AssembleArchInstruction() local 1578 __ mov_b(operand, i.InputRegister(index)); in AssembleArchInstruction() local
|
/external/v8/src/builtins/ia32/ |
D | builtins-ia32.cc | 827 __ mov_b(FieldOperand(kInterpreterBytecodeArrayRegister, in Generate_InterpreterEntryTrampoline() local
|