Home
last modified time | relevance | path

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

/external/v8/src/compiler/x64/
Dcode-generator-x64.cc1813 ASSEMBLE_MOVX(movsxwl); in AssembleArchInstruction()
2370 __ movsxwl(dst, dst); in AssembleArchInstruction() local
2674 __ movsxwl(i.InputRegister(0), i.InputRegister(0)); in AssembleArchInstruction() local
2701 __ movsxwl(rax, rax); in AssembleArchInstruction() local
2726 __ movsxwl(rax, rax); \ in AssembleArchInstruction()
/external/v8/src/x64/
Dassembler-x64.h702 void movsxwl(Register dst, Register src);
703 void movsxwl(Register dst, Operand src);
Dassembler-x64.cc1902 void Assembler::movsxwl(Register dst, Register src) { in movsxwl() function in v8::internal::Assembler
1910 void Assembler::movsxwl(Register dst, Operand src) { in movsxwl() function in v8::internal::Assembler
/external/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h229 movsxwl(dst.gp(), src_op); in Load()