Home
last modified time | relevance | path

Searched defs:mov_b (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/ia32/
Dcodegen-ia32.cc237 __ 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
Dassembler-ia32.h583 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
Dassembler-ia32.cc562 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/
Dcode-generator-ia32.cc1576 __ mov_b(operand, i.InputInt8(index)); in AssembleArchInstruction() local
1578 __ mov_b(operand, i.InputRegister(index)); in AssembleArchInstruction() local
/external/v8/src/builtins/ia32/
Dbuiltins-ia32.cc827 __ mov_b(FieldOperand(kInterpreterBytecodeArrayRegister, in Generate_InterpreterEntryTrampoline() local