Home
last modified time | relevance | path

Searched refs:movzx_w (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/regexp/ia32/
Dregexp-macro-assembler-ia32.cc422 __ 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/
Dbaseline-assembler-ia32-inl.h350 __ movzx_w(output, FieldOperand(source, offset));
/third_party/node/deps/v8/src/codegen/ia32/
Dassembler-ia32.h523 void movzx_w(Register dst, Register src) { movzx_w(dst, Operand(src)); } in movzx_w() function
524 void movzx_w(Register dst, Operand src);
Dmacro-assembler-ia32.cc732 movzx_w(instance_type_out, FieldOperand(map, Map::kInstanceTypeOffset)); in CallRecordWriteStub()
1439 movzx_w(ecx, in CallRecordWriteStub()
Dassembler-ia32.cc687 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/
Dcode-generator-ia32.cc1583 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/
Dbuiltins-ia32.cc688 __ 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/
Dliftoff-assembler-ia32.h465 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()