Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc1564 ASSEMBLE_MOVX(movsx_b); in AssembleArchInstruction()
2693 __ movsx_b(dst, dst); in AssembleArchInstruction()
3534 __ movsx_b(i.InputRegister(0), i.InputRegister(0)); in AssembleArchInstruction()
3575 __ movsx_b(eax, eax); in AssembleArchInstruction()
3614 __ movsx_b(eax, eax); \ in AssembleArchInstruction()
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.h514 void movsx_b(Register dst, Register src) { movsx_b(dst, Operand(src)); } in movsx_b() function in v8::internal::Assembler
515 void movsx_b(Register dst, Operand src);
H A Dassembler-ia32.cc664 void Assembler::movsx_b(Register dst, Operand src) { in movsx_b() function in v8::internal::Assembler
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h454 movsx_b(dst.gp(), src_op); in Load()
461 movsx_b(dst.low_gp(), src_op); in Load()
2432 movsx_b(dst, byte_reg); in emit_i32_signextend_i8()
2443 movsx_b(dst.low_gp(), byte_reg); in emit_i64_signextend_i8()
4333 movsx_b(dst.gp(), byte_reg);

Completed in 24 milliseconds