Home
last modified time | relevance | path

Searched refs:mov_w (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/codegen/ia32/
Dassembler-ia32.h499 void mov_w(Register dst, Operand src);
500 void mov_w(Operand dst, int16_t src) { mov_w(dst, Immediate(src)); } in mov_w() function
501 void mov_w(Operand dst, const Immediate& src);
502 void mov_w(Operand dst, Register src);
Dassembler-ia32.cc584 void Assembler::mov_w(Register dst, Operand src) { in mov_w() function in v8::internal::Assembler
591 void Assembler::mov_w(Operand dst, Register src) { in mov_w() function in v8::internal::Assembler
598 void Assembler::mov_w(Operand dst, const Immediate& src) { in mov_w() function in v8::internal::Assembler
/third_party/node/deps/v8/src/builtins/ia32/
Dbuiltins-ia32.cc3918 __ mov_w(eax, Operand(src, 0)); in Generate_MemMove() local
3919 __ mov_w(Operand(dst, 0), eax); in Generate_MemMove() local
3923 __ mov_w(eax, Operand(src, 0)); in Generate_MemMove() local
3925 __ mov_w(Operand(dst, 0), eax); in Generate_MemMove() local
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc1589 __ mov_w(operand, i.InputInt16(index)); in AssembleArchInstruction() local
1591 __ mov_w(operand, i.InputRegister(index)); in AssembleArchInstruction() local
3623 ASSEMBLE_ATOMIC_BINOP(inst, mov_w, cmpxchg_w); \ in AssembleArchInstruction()
3628 ASSEMBLE_ATOMIC_BINOP(inst, mov_w, cmpxchg_w); \ in AssembleArchInstruction()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h549 mov_w(dst_op, src.gp()); in Store()
781 __ mov_w(eax, dst_op); in AtomicBinop32()