Home
last modified time | relevance | path

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

/external/v8/src/regexp/x64/
Dregexp-macro-assembler-x64.cc431 __ movzxwl(rax, Operand(rdx, 0)); in CheckNotBackReference() local
1378 __ movzxwl(current_character(), Operand(rsi, rdi, times_1, cp_offset)); in LoadCurrentCharacterUnchecked() local
1390 __ movzxwl(current_character(), in LoadCurrentCharacterUnchecked() local
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc1819 ASSEMBLE_MOVX(movzxwl); in AssembleArchInstruction()
2679 __ movzxwl(i.InputRegister(0), i.InputRegister(0)); in AssembleArchInstruction() local
2707 __ movzxwl(rax, rax); in AssembleArchInstruction() local
2730 __ movzxwl(rax, rax); \ in AssembleArchInstruction()
/external/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h226 movzxwl(dst.gp(), src_op); in Load()
/external/v8/src/x64/
Dmacro-assembler-x64.cc945 movzxwl(dst, src); in Load()