/external/v8/test/cctest/ |
D | test-disasm-x87.cc | 121 __ imul(edx, ecx); in TEST() local 181 __ imul(edx, Operand(ebx, ecx, times_4, 10000)); in TEST() local 182 __ imul(edx, ecx, 12); in TEST() local 183 __ imul(edx, Operand(edx, eax, times_2, 42), 8); in TEST() local 184 __ imul(edx, ecx, 1000); in TEST() local 185 __ imul(edx, Operand(ebx, ecx, times_4, 1), 9000); in TEST() local 248 __ imul(edx, ecx, 12); in TEST() local 249 __ imul(edx, ecx, 1000); in TEST() local
|
D | test-disasm-ia32.cc | 121 __ imul(edx, ecx); in TEST() local 181 __ imul(edx, Operand(ebx, ecx, times_4, 10000)); in TEST() local 182 __ imul(edx, ecx, 12); in TEST() local 183 __ imul(edx, Operand(edx, eax, times_2, 42), 8); in TEST() local 184 __ imul(edx, ecx, 1000); in TEST() local 185 __ imul(edx, Operand(ebx, ecx, times_4, 1), 9000); in TEST() local 248 __ imul(edx, ecx, 12); in TEST() local 249 __ imul(edx, ecx, 1000); in TEST() local
|
D | test-assembler-x87.cc | 128 __ imul(eax, edx); in TEST() local
|
D | test-assembler-ia32.cc | 128 __ imul(eax, edx); in TEST() local
|
/external/llvm/test/MC/X86/ |
D | x86_64-signed-reloc.s | 13 imul $foo, %rax // CHECK-NEXT: R_X86_64_32S label
|
D | x86-64.s | 207 imul $12, %eax label
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 180 __ imul(i.OutputRegister(), i.InputOperand(0), i.InputInt32(1)); in AssembleArchInstruction() local 182 __ imul(i.OutputRegister(), i.InputOperand(1)); in AssembleArchInstruction() local
|
/external/v8/src/x87/ |
D | assembler-x87.cc | 775 void Assembler::imul(Register reg) { in imul() function in v8::internal::Assembler 782 void Assembler::imul(Register dst, const Operand& src) { in imul() function in v8::internal::Assembler 790 void Assembler::imul(Register dst, Register src, int32_t imm32) { in imul() function in v8::internal::Assembler 795 void Assembler::imul(Register dst, const Operand& src, int32_t imm32) { in imul() function in v8::internal::Assembler
|
D | assembler-x87.h | 693 void imul(Register dst, Register src) { imul(dst, Operand(src)); } in imul() function
|
D | lithium-codegen-x87.cc | 1438 __ imul(edx, edx, Abs(divisor)); in DoModByConstI() local 1569 __ imul(eax, eax, divisor); in DoDivByConstI() local 1818 __ imul(left, left, constant); in DoMulI() local 1824 __ imul(left, ToOperand(right)); in DoMulI() local
|
D | full-codegen-x87.cc | 2339 __ imul(eax, ecx); in EmitInlineSmiBinaryOp() local 3045 __ imul(ecx, ecx, DescriptorArray::kDescriptorSize); in EmitIsStringWrapperSafeForDefaultValueOf() local 3946 __ imul(scratch, array_length_operand); in EmitFastOneByteArrayJoin() local
|
/external/v8/src/ia32/ |
D | assembler-ia32.cc | 842 void Assembler::imul(Register reg) { in imul() function in v8::internal::Assembler 849 void Assembler::imul(Register dst, const Operand& src) { in imul() function in v8::internal::Assembler 857 void Assembler::imul(Register dst, Register src, int32_t imm32) { in imul() function in v8::internal::Assembler 862 void Assembler::imul(Register dst, const Operand& src, int32_t imm32) { in imul() function in v8::internal::Assembler
|
D | assembler-ia32.h | 710 void imul(Register dst, Register src) { imul(dst, Operand(src)); } in imul() function
|
D | lithium-codegen-ia32.cc | 1146 __ imul(edx, edx, Abs(divisor)); in DoModByConstI() local 1277 __ imul(eax, eax, divisor); in DoDivByConstI() local 1526 __ imul(left, left, constant); in DoMulI() local 1532 __ imul(left, ToOperand(right)); in DoMulI() local
|
D | full-codegen-ia32.cc | 2349 __ imul(eax, ecx); in EmitInlineSmiBinaryOp() local 3055 __ imul(ecx, ecx, DescriptorArray::kDescriptorSize); in EmitIsStringWrapperSafeForDefaultValueOf() local 3957 __ imul(scratch, array_length_operand); in EmitFastOneByteArrayJoin() local
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_emit_nvc0.cpp | 1834 int imul; // integer MUL to MUL delay 3 member
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.apache.jasper_5.5.17.v201004212143.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |