Searched refs:movzxwl (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/x64/ |
D | codegen-x64.cc | 436 __ movzxwl(result, Operand(result, index, times_2, 0)); in Generate() local 454 __ movzxwl(result, FieldOperand(string, in Generate() local
|
D | macro-assembler-x64.cc | 1065 movzxwl(dst, src); in Load()
|
/external/v8/src/regexp/x64/ |
D | regexp-macro-assembler-x64.cc | 428 __ movzxwl(rax, Operand(rdx, 0)); in CheckNotBackReference() local 1377 __ movzxwl(current_character(), Operand(rsi, rdi, times_1, cp_offset)); in LoadCurrentCharacterUnchecked() local 1389 __ movzxwl(current_character(), in LoadCurrentCharacterUnchecked() local
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 1870 ASSEMBLE_MOVX(movzxwl); in AssembleArchInstruction() 2137 ASSEMBLE_CHECKED_LOAD_INTEGER(movzxwl); in AssembleArchInstruction()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 1652 __ movzxwl(result, operand); in DoSeqStringGetChar() local 2706 __ movzxwl(result, operand); in DoLoadKeyedExternalArray() local
|