/external/llvm/test/MC/ELF/ |
D | relax-arith.s | 14 .section imul 15 imul $foo, %bx, %bx 16 imul $foo, bar, %bx 17 imul $foo, %ebx, %ebx 18 imul $foo, bar, %ebx 19 imul $foo, %rbx, %rbx 20 imul $foo, bar, %rbx
|
/external/flac/libFLAC/ia32/ |
D | lpc_asm.nasm | 783 imul eax, edx 813 imul eax, [esi + 4 * ecx] 845 imul ecx, [esi - 128] 848 imul ecx, [esi - 124] 851 imul ecx, [esi - 120] 854 imul ecx, [esi - 116] 857 imul ecx, [esi - 112] 860 imul ecx, [esi - 108] 863 imul ecx, [esi - 104] 866 imul ecx, [esi - 100] [all …]
|
/external/v8/test/mjsunit/ |
D | math-imul.js | 30 var imul_func = Math.imul; 40 function imul_meth_closure(a, b) { return Math.imul(a, b); } 47 assertEquals(expected, Math.imul(a, b));
|
/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
|
/external/aac/libFDK/include/x86/ |
D | fixmul_x86.h | 114 imul b in fixmul_DD() 127 imul b in fixmuldiv2_DD()
|
/external/llvm/test/MC/X86/ |
D | x86_64-signed-reloc.s | 13 imul $foo, %rax // CHECK-NEXT: R_X86_64_32S label
|
/external/llvm/test/CodeGen/X86/ |
D | imul-lea-2.ll | 3 ; CHECK-NOT: imul
|
D | memset-2.ll | 37 ; CHECK-NOT: imul
|
D | loop-strength-reduce7.ll | 1 ; RUN: llc < %s -march=x86 | not grep imul
|
D | 2007-11-07-MulBy4.ll | 1 ; RUN: llc < %s -march=x86 | not grep imul
|
/external/llvm/lib/Target/X86/ |
D | X86InstrArithmetic.td | 113 def IMUL8r : I<0xF6, MRM5r, (outs), (ins GR8:$src), "imul{b}\t$src", [], 117 def IMUL16r : I<0xF7, MRM5r, (outs), (ins GR16:$src), "imul{w}\t$src", [], 121 def IMUL32r : I<0xF7, MRM5r, (outs), (ins GR32:$src), "imul{l}\t$src", [], 125 def IMUL64r : RI<0xF7, MRM5r, (outs), (ins GR64:$src), "imul{q}\t$src", [], 132 "imul{b}\t$src", [], IIC_IMUL8>, SchedLoadReg<WriteIMulLd>; 136 "imul{w}\t$src", [], IIC_IMUL16_MEM>, OpSize16, 141 "imul{l}\t$src", [], IIC_IMUL32_MEM>, OpSize32, 146 "imul{q}\t$src", [], IIC_IMUL64>, SchedLoadReg<WriteIMulLd>; 158 "imul{w}\t{$src2, $dst|$dst, $src2}", 163 "imul{l}\t{$src2, $dst|$dst, $src2}", [all …]
|
D | X86Schedule.td | 145 // imul by al, ax, eax, tax 152 // imul reg by reg|mem 159 // imul reg = reg/mem * imm
|
D | X86ScheduleAtom.td | 47 // imul by al, ax, eax, rax 54 // imul reg by reg|mem 61 // imul reg = reg/mem * imm
|
/external/v8/src/x87/ |
D | assembler-x87.h | 692 void imul(Register src); // edx:eax = eax * src. 693 void imul(Register dst, Register src) { imul(dst, Operand(src)); } in imul() function 694 void imul(Register dst, const Operand& src); // dst = dst * src. 695 void imul(Register dst, Register src, int32_t imm32); // dst = src * imm32. 696 void imul(Register dst, const Operand& src, int32_t imm32);
|
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 791 imul(dst, Operand(src), imm32); in imul() 795 void Assembler::imul(Register dst, const Operand& src, int32_t imm32) { in imul() function in v8::internal::Assembler
|
/external/boringssl/src/crypto/bn/asm/ |
D | x86-mont.pl | 312 &imul ($word,&DWP($frame,"esp")); # n0*tp[0] 349 &imul ($word,&DWP($frame,"esp")); # n0*tp[0] 438 &imul ($word,&DWP($frame,"esp")); # n0*tp[0] 537 &imul ($word,&DWP($frame,"esp")); # n0*tp[0]
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_emit_nvc0.cpp | 1834 int imul; // integer MUL to MUL delay 3 member 1866 res.imul += delta; in rebase() 1907 max = MAX2(res.imul, max); in getLatest() 1929 res.imul = MAX2(res.imul, that->res.imul); in setMax() 1952 if (res.imul > cycle) in print() 1953 INFO("imul @ %i\n", res.imul); in print() 2133 ready = score->res.imul; in calcDelay() 2173 score->res.imul = cycle + 4; in commitInsn()
|
/external/boringssl/win-x86/crypto/bn/ |
D | x86-mont.asm | 207 imul edi,DWORD [32+esp] 240 imul edi,DWORD [32+esp] 322 imul edi,DWORD [32+esp] 414 imul edi,DWORD [32+esp]
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 709 void imul(Register src); // edx:eax = eax * src. 710 void imul(Register dst, Register src) { imul(dst, Operand(src)); } in imul() function 711 void imul(Register dst, const Operand& src); // dst = dst * src. 712 void imul(Register dst, Register src, int32_t imm32); // dst = src * imm32. 713 void imul(Register dst, const Operand& src, int32_t imm32);
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/defs/ |
D | opcodes.txt | 39 imul
|
/external/freetype/include/internal/ |
D | ftcalc.h | 161 imul edx in FT_MulFix_i386()
|
/external/pdfium/third_party/freetype/include/internal/ |
D | ftcalc.h | 161 imul edx in FT_MulFix_i386()
|
/external/boringssl/win-x86_64/crypto/bn/ |
D | x86_64-mont.asm | 67 imul rbp,r10 130 imul rbp,r10 278 imul rbp,r10 416 imul rbp,r10
|
D | x86_64-mont5.asm | 101 imul rbp,r10 181 imul rbp,r10 436 imul rbp,r10 600 imul rbp,r10 1427 imul rbx,QWORD[((32+8))+rsp] 1462 imul rsi,r8
|