Home
last modified time | relevance | path

Searched defs:movzx_w (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/debug/ia32/
Ddebug-ia32.cc40 __ movzx_w( in GenerateFrameDropperTrampoline() local
/external/v8/src/regexp/ia32/
Dregexp-macro-assembler-ia32.cc401 __ movzx_w(eax, Operand(edx, 0)); in CheckNotBackReference() local
1250 __ movzx_w(current_character(), Operand(esi, edi, times_1, cp_offset)); in LoadCurrentCharacterUnchecked() local
1262 __ movzx_w(current_character(), in LoadCurrentCharacterUnchecked() local
/external/v8/src/builtins/ia32/
Dbuiltins-ia32.cc493 __ movzx_w( in Generate_ResumeGeneratorTrampoline() local
528 __ movzx_w(eax, FieldOperand( in Generate_ResumeGeneratorTrampoline() local
1784 __ movzx_w(edx, FieldOperand( in Generate_CallOrConstructForwardVarargs() local
1934 __ movzx_w( in Generate_CallFunction() local
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc3670 __ movzx_w(i.InputRegister(0), i.InputRegister(0)); in AssembleArchInstruction() local
3689 __ movzx_w(i.OutputRegister(0), i.OutputRegister(0)); in AssembleArchInstruction() local
3726 __ movzx_w(eax, eax); in AssembleArchInstruction() local
3744 __ movzx_w(i.OutputRegister(0), i.OutputRegister(0)); in AssembleArchInstruction() local
/external/v8/src/ia32/
Dassembler-ia32.h614 void movzx_w(Register dst, Register src) { movzx_w(dst, Operand(src)); } in movzx_w() function
Dassembler-ia32.cc687 void Assembler::movzx_w(Register dst, Operand src) { in movzx_w() function in v8::internal::Assembler