Searched refs:mov_b (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.h | 492 void mov_b(Register dst, Register src) { mov_b(dst, Operand(src)); } in mov_b() function in v8::internal::Assembler 493 void mov_b(Register dst, Operand src); 494 void mov_b(Register dst, int8_t imm8) { mov_b(Operand(dst), imm8); } in mov_b() function in v8::internal::Assembler 495 void mov_b(Operand dst, int8_t src) { mov_b(dst, Immediate(src)); } in mov_b() function in v8::internal::Assembler 496 void mov_b(Operand dst, const Immediate& src); 497 void mov_b(Operand dst, Register src);
|
H A D | assembler-ia32.cc | 563 void Assembler::mov_b(Register dst, Operand src) { in mov_b() function in v8::internal::Assembler 570 void Assembler::mov_b(Operand dst, const Immediate& src) { in mov_b() function in v8::internal::Assembler 577 void Assembler::mov_b(Operand dst, Register src) { in mov_b() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/builtins/ia32/ |
H A D | builtins-ia32.cc | 3752 __ mov_b(eax, Operand(src, 0)); in Generate_MemMove() 3754 __ mov_b(Operand(dst, 0), eax); in Generate_MemMove() 3821 __ mov_b(eax, Operand(src, 0)); in Generate_MemMove() 3822 __ mov_b(Operand(dst, 0), eax); in Generate_MemMove() 3913 __ mov_b(eax, Operand(src, 0)); in Generate_MemMove() 3914 __ mov_b(Operand(dst, 0), eax); in Generate_MemMove() 3924 __ mov_b(edx, Operand(src, 2)); in Generate_MemMove() 3926 __ mov_b(Operand(dst, 2), edx); in Generate_MemMove() 4060 __ mov_b(__ ExternalReferenceAsOperand( in Generate_DeoptimizationEntry() 4142 __ mov_b(_ in Generate_DeoptimizationEntry() [all...] |
/third_party/node/deps/v8/src/baseline/ia32/ |
H A D | baseline-assembler-ia32-inl.h | 355 __ mov_b(output, FieldOperand(source, offset)); in LoadWord8Field()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 1573 __ mov_b(operand, i.InputInt8(index)); in AssembleArchInstruction() 1575 __ mov_b(operand, i.InputRegister(index)); in AssembleArchInstruction() 3613 ASSEMBLE_ATOMIC_BINOP(inst, mov_b, cmpxchg_b); \ in AssembleArchInstruction() 3618 ASSEMBLE_ATOMIC_BINOP(inst, mov_b, cmpxchg_b); \ in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 532 mov_b(dst_op, src.gp()); in Store() 542 mov_b(dst_op, byte_src); in Store() 775 __ mov_b(eax, dst_op); in AtomicBinop32()
|
Completed in 29 milliseconds