Searched refs:movzx_w (Results 1 – 8 of 8) 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/baseline/ia32/ |
D | baseline-assembler-ia32-inl.h | 350 __ movzx_w(output, FieldOperand(source, offset));
|
/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 524 void movzx_w(Register dst, Operand src);
|
D | macro-assembler-ia32.cc | 732 movzx_w(instance_type_out, FieldOperand(map, Map::kInstanceTypeOffset)); in CallRecordWriteStub() 1439 movzx_w(ecx, in CallRecordWriteStub()
|
D | assembler-ia32.cc | 687 void Assembler::movzx_w(Register dst, Operand src) { in movzx_w() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 1583 ASSEMBLE_MOVX(movzx_w); in AssembleArchInstruction() 3549 __ movzx_w(i.InputRegister(0), i.InputRegister(0)); in AssembleArchInstruction() local 3593 __ movzx_w(eax, eax); in AssembleArchInstruction() local 3629 __ movzx_w(eax, eax); \ in AssembleArchInstruction()
|
/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/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 465 movzx_w(dst.gp(), src_op); in Load() 471 movzx_w(dst.low_gp(), src_op); in Load() 715 __ movzx_w(result_reg, value_reg); in AtomicAddOrSubOrExchange32() 1072 movzx_w(result_reg, eax); in AtomicCompareExchange()
|