/external/v8/src/x87/ |
D | codegen-x87.cc | 553 __ movzx_w(result, Operand(result, index, times_2, 0)); in Generate() local 570 __ movzx_w(result, FieldOperand(string, in Generate() local
|
D | assembler-x87.h | 638 void movzx_w(Register dst, Register src) { movzx_w(dst, Operand(src)); } in movzx_w() function
|
D | assembler-x87.cc | 519 void Assembler::movzx_w(Register dst, const Operand& src) { in movzx_w() function in v8::internal::Assembler
|
/external/v8/src/regexp/ia32/ |
D | regexp-macro-assembler-ia32.cc | 398 __ movzx_w(eax, Operand(edx, 0)); in CheckNotBackReference() local 1247 __ movzx_w(current_character(), Operand(esi, edi, times_1, cp_offset)); in LoadCurrentCharacterUnchecked() local 1259 __ movzx_w(current_character(), in LoadCurrentCharacterUnchecked() local
|
/external/v8/src/regexp/x87/ |
D | regexp-macro-assembler-x87.cc | 397 __ movzx_w(eax, Operand(edx, 0)); in CheckNotBackReference() local 1246 __ movzx_w(current_character(), Operand(esi, edi, times_1, cp_offset)); in LoadCurrentCharacterUnchecked() local 1258 __ movzx_w(current_character(), in LoadCurrentCharacterUnchecked() local
|
/external/v8/src/ia32/ |
D | codegen-ia32.cc | 861 __ movzx_w(result, Operand(result, index, times_2, 0)); in Generate() local 878 __ movzx_w(result, FieldOperand(string, in Generate() local
|
D | assembler-ia32.h | 639 void movzx_w(Register dst, Register src) { movzx_w(dst, Operand(src)); } in movzx_w() function
|
D | assembler-ia32.cc | 639 void Assembler::movzx_w(Register dst, const Operand& src) { in movzx_w() function in v8::internal::Assembler
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 1385 __ movzx_w(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
|
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 1772 __ movzx_w(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 1564 __ movzx_w(result, operand); in DoSeqStringGetChar() local 2548 __ movzx_w(result, operand); in DoLoadKeyedExternalArray() local
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 1841 __ movzx_w(result, operand); in DoSeqStringGetChar() local 2824 __ movzx_w(result, operand); in DoLoadKeyedExternalArray() local
|