Searched refs:movsx_w (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ia32/ |
D | assembler-ia32.h | 608 void movsx_w(Register dst, Register src) { movsx_w(dst, Operand(src)); } in movsx_w() function 609 void movsx_w(Register dst, Operand src);
|
D | assembler-ia32.cc | 673 void Assembler::movsx_w(Register dst, Operand src) { in movsx_w() function in v8::internal::Assembler
|
/external/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 257 movsx_w(dst.gp(), src_op); in Load() 264 movsx_w(dst.low_gp(), src_op); in Load()
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 1584 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()
|