/external/v8/test/cctest/ |
D | test-disasm-x87.cc | 118 __ movzx_w(edx, ecx); in TEST() local 155 __ movzx_w(edx, Operand(esp, 12)); in TEST() local
|
D | test-disasm-ia32.cc | 118 __ movzx_w(edx, ecx); in TEST() local 155 __ movzx_w(edx, Operand(esp, 12)); in TEST() local
|
/external/v8/src/x87/ |
D | codegen-x87.cc | 556 __ movzx_w(result, Operand(result, index, times_2, 0)); in Generate() local 573 __ movzx_w(result, FieldOperand(string, in Generate() local
|
D | assembler-x87.h | 627 void movzx_w(Register dst, Register src) { movzx_w(dst, Operand(src)); } in movzx_w() function
|
D | assembler-x87.cc | 504 void Assembler::movzx_w(Register dst, const Operand& src) { in movzx_w() function in v8::internal::Assembler
|
/external/v8/src/regexp/x87/ |
D | regexp-macro-assembler-x87.cc | 392 __ movzx_w(eax, Operand(edx, 0)); in CheckNotBackReference() local 1237 __ movzx_w(current_character(), Operand(esi, edi, times_1, cp_offset)); in LoadCurrentCharacterUnchecked() local 1249 __ movzx_w(current_character(), in LoadCurrentCharacterUnchecked() local
|
/external/v8/src/regexp/ia32/ |
D | regexp-macro-assembler-ia32.cc | 392 __ movzx_w(eax, Operand(edx, 0)); in CheckNotBackReference() local 1237 __ movzx_w(current_character(), Operand(esi, edi, times_1, cp_offset)); in LoadCurrentCharacterUnchecked() local 1249 __ movzx_w(current_character(), in LoadCurrentCharacterUnchecked() local
|
/external/v8/src/ia32/ |
D | codegen-ia32.cc | 897 __ movzx_w(result, Operand(result, index, times_2, 0)); in Generate() local 914 __ movzx_w(result, FieldOperand(string, in Generate() local
|
D | assembler-ia32.h | 629 void movzx_w(Register dst, Register src) { movzx_w(dst, Operand(src)); } in movzx_w() function
|
D | assembler-ia32.cc | 624 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 | 911 __ movzx_w(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
|
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 1257 __ movzx_w(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 1720 __ movzx_w(result, operand); in DoSeqStringGetChar() local 2857 __ movzx_w(result, operand); in DoLoadKeyedExternalArray() local
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 1997 __ movzx_w(result, operand); in DoSeqStringGetChar() local 3130 __ movzx_w(result, operand); in DoLoadKeyedExternalArray() local
|