Home
last modified time | relevance | path

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

/external/v8/src/ia32/
Dassembler-ia32.h608 void movsx_w(Register dst, Register src) { movsx_w(dst, Operand(src)); } in movsx_w() function
609 void movsx_w(Register dst, Operand src);
Dassembler-ia32.cc673 void Assembler::movsx_w(Register dst, Operand src) { in movsx_w() function in v8::internal::Assembler
/external/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h257 movsx_w(dst.gp(), src_op); in Load()
264 movsx_w(dst.low_gp(), src_op); in Load()
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc1584 ASSEMBLE_MOVX(movsx_w); in AssembleArchInstruction()
2405 __ movsx_w(dst, dst); in AssembleArchInstruction() local
3665 __ movsx_w(i.InputRegister(0), i.InputRegister(0)); in AssembleArchInstruction() local
3720 __ movsx_w(eax, eax); in AssembleArchInstruction() local
3778 __ movsx_w(eax, eax); \ in AssembleArchInstruction()