Home
last modified time | relevance | path

Searched refs:movsx_w (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc1580 ASSEMBLE_MOVX(movsx_w); in AssembleArchInstruction()
2472 __ movsx_w(dst, dst); in AssembleArchInstruction()
3544 __ movsx_w(i.InputRegister(0), i.InputRegister(0)); in AssembleArchInstruction()
3587 __ movsx_w(eax, eax); in AssembleArchInstruction()
3624 __ movsx_w(eax, eax); \ in AssembleArchInstruction()
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.h517 void movsx_w(Register dst, Register src) { movsx_w(dst, Operand(src)); } in movsx_w() function in v8::internal::Assembler
518 void movsx_w(Register dst, Operand src);
H A Dassembler-ia32.cc672 void Assembler::movsx_w(Register dst, Operand src) { in movsx_w() function in v8::internal::Assembler
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h468 movsx_w(dst.gp(), src_op); in Load()
475 movsx_w(dst.low_gp(), src_op); in Load()
2436 movsx_w(dst, src); in emit_i32_signextend_i16()
2449 movsx_w(dst.low_gp(), src.low_gp()); in emit_i64_signextend_i16()
4346 movsx_w(dst.gp(), dst.gp());

Completed in 21 milliseconds