Searched refs:movsx_b (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ia32/ |
D | assembler-ia32.h | 605 void movsx_b(Register dst, Register src) { movsx_b(dst, Operand(src)); } in movsx_b() function 606 void movsx_b(Register dst, Operand src);
|
D | assembler-ia32.cc | 666 void Assembler::movsx_b(Register dst, Operand src) { in movsx_b() function in v8::internal::Assembler
|
/external/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 242 movsx_b(dst.gp(), src_op); in Load() 249 movsx_b(dst.low_gp(), src_op); in Load()
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 1565 ASSEMBLE_MOVX(movsx_b); in AssembleArchInstruction() 2757 __ movsx_b(dst, dst); in AssembleArchInstruction() local 3655 __ movsx_b(i.InputRegister(0), i.InputRegister(0)); in AssembleArchInstruction() local 3708 __ movsx_b(eax, eax); in AssembleArchInstruction() local 3762 __ movsx_b(eax, eax); \ in AssembleArchInstruction()
|