Home
last modified time | relevance | path

Searched refs:mov_b (Results 1 – 6 of 6) 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
584 void mov_b(Register dst, Operand src);
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
587 void mov_b(Operand dst, const Immediate& src);
588 void mov_b(Operand dst, Register src);
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/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h323 mov_b(dst_op, src.gp()); in Store()
327 mov_b(dst_op, byte_src); in Store()
/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
3761 ASSEMBLE_ATOMIC_BINOP(inst, mov_b, cmpxchg_b); \ in AssembleArchInstruction()
3766 ASSEMBLE_ATOMIC_BINOP(inst, mov_b, cmpxchg_b); \ in AssembleArchInstruction()
3772 ASSEMBLE_ATOMIC_BINOP(inst, mov_b, cmpxchg_b); \ in AssembleArchInstruction()
/external/v8/src/builtins/ia32/
Dbuiltins-ia32.cc827 __ mov_b(FieldOperand(kInterpreterBytecodeArrayRegister, in Generate_InterpreterEntryTrampoline() local