Home
last modified time | relevance | path

Searched refs:movsxlq (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/regexp/x64/
Dregexp-macro-assembler-x64.cc858 __ 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/
Dliftoff-assembler-x64.h239 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/
Dmacro-assembler-x64.cc1053 movsxlq(dst, dst); in SmiUntag()
1156 movsxlq(kScratchRegister, kScratchRegister); in SmiAddConstant()
1189 movsxlq(dst, dst); in SmiToIndex()
Dassembler-x64.h706 void movsxlq(Register dst, Register src);
707 void movsxlq(Register dst, Operand src);
Dassembler-x64.cc1934 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/
Dbuiltins-x64.cc930 __ movsxlq( in Generate_InterpreterEntryTrampoline() local
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc1871 ASSEMBLE_MOVX(movsxlq); in AssembleArchInstruction()