Searched defs:movzx_w (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/regexp/ia32/ |
D | regexp-macro-assembler-ia32.cc | 422 __ movzx_w(eax, Operand(edx, 0)); in CheckNotBackReference() local 1350 __ movzx_w(current_character(), Operand(esi, edi, times_1, cp_offset)); in LoadCurrentCharacterUnchecked() local 1362 __ movzx_w(current_character(), in LoadCurrentCharacterUnchecked() local
|
/third_party/node/deps/v8/src/builtins/ia32/ |
D | builtins-ia32.cc | 688 __ movzx_w(ecx, FieldOperand( in Generate_ResumeGeneratorTrampoline() local 737 __ movzx_w(eax, FieldOperand( in Generate_ResumeGeneratorTrampoline() local 2469 __ movzx_w( in Generate_CallFunction() local
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 3549 __ movzx_w(i.InputRegister(0), i.InputRegister(0)); in AssembleArchInstruction() local 3593 __ movzx_w(eax, eax); in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/codegen/ia32/ |
D | assembler-ia32.h | 523 void movzx_w(Register dst, Register src) { movzx_w(dst, Operand(src)); } in movzx_w() function
|
D | assembler-ia32.cc | 687 void Assembler::movzx_w(Register dst, Operand src) { in movzx_w() function in v8::internal::Assembler
|