Searched refs:movsxlq (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/regexp/x64/ |
D | regexp-macro-assembler-x64.cc | 858 __ movsxlq(rcx, Operand(rbp, kNumOutputRegisters)); in GetCode() local 1105 __ movsxlq(rdi, register_location(reg)); in ReadCurrentPositionFromRegister() local 1115 __ movsxlq(dst, register_location(reg)); in ReadPositionFromRegister() local 1332 __ movsxlq(target, Operand(backtrack_stackpointer(), 0)); in Pop() local
|
/external/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 239 movsxlq(dst.gp(), src_op); in Load() 760 movsxlq(dst, src); in emit_i32_to_intptr() 1148 movsxlq(dst.gp(), src.gp()); in emit_type_conversion()
|
/external/v8/src/x64/ |
D | macro-assembler-x64.cc | 1053 movsxlq(dst, dst); in SmiUntag() 1156 movsxlq(kScratchRegister, kScratchRegister); in SmiAddConstant() 1189 movsxlq(dst, dst); in SmiToIndex()
|
D | assembler-x64.h | 706 void movsxlq(Register dst, Register src); 707 void movsxlq(Register dst, Operand src);
|
D | assembler-x64.cc | 1934 void Assembler::movsxlq(Register dst, Register src) { in movsxlq() function in v8::internal::Assembler 1941 void Assembler::movsxlq(Register dst, Operand src) { in movsxlq() function in v8::internal::Assembler
|
/external/v8/src/builtins/x64/ |
D | builtins-x64.cc | 930 __ movsxlq( in Generate_InterpreterEntryTrampoline() local
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 1871 ASSEMBLE_MOVX(movsxlq); in AssembleArchInstruction()
|