Home
last modified time | relevance | path

Searched refs:imul (Results 1 – 25 of 50) sorted by relevance

12

/external/llvm/test/MC/ELF/
Drelax-arith.s9 .section imul
10 imul $foo, %bx, %bx
11 imul $foo, bar, %bx
12 imul $foo, %ebx, %ebx
13 imul $foo, bar, %ebx
14 imul $foo, %rbx, %rbx
15 imul $foo, bar, %rbx
/external/flac/libFLAC/ia32/
Dlpc_asm.nasm783 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/aac/libFDK/include/x86/
Dfixmul_x86.h114 imul b in fixmul_DD()
127 imul b in fixmuldiv2_DD()
/external/v8/test/cctest/
Dtest-disasm-x64.cc119 __ imul(rdx, rcx); in TEST() local
169 __ imul(rdx, Operand(rbx, rcx, times_4, 10000)); in TEST() local
170 __ imul(rdx, rcx, Immediate(12)); in TEST() local
171 __ imul(rdx, rcx, Immediate(1000)); in TEST() local
222 __ imul(rdx, rcx, Immediate(12)); in TEST() local
223 __ imul(rdx, rcx, Immediate(1000)); in TEST() local
Dtest-disasm-ia32.cc125 __ imul(edx, ecx); in TEST() local
180 __ imul(edx, Operand(ebx, ecx, times_4, 10000)); in TEST() local
181 __ imul(edx, ecx, 12); in TEST() local
182 __ imul(edx, ecx, 1000); in TEST() local
236 __ imul(edx, ecx, 12); in TEST() local
237 __ imul(edx, ecx, 1000); in TEST() local
/external/llvm/test/CodeGen/X86/
Dimul-lea-2.ll3 ; CHECK-NOT: imul
Dmemset-2.ll37 ; CHECK-NOT: imul
Dloop-strength-reduce7.ll1 ; RUN: llc < %s -march=x86 | not grep imul
D2007-11-07-MulBy4.ll1 ; RUN: llc < %s -march=x86 | not grep imul
/external/llvm/lib/Target/X86/
DX86InstrArithmetic.td113 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>, OpSize,
141 "imul{l}\t$src", [], IIC_IMUL32_MEM>, SchedLoadReg<WriteIMulLd>;
145 "imul{q}\t$src", [], IIC_IMUL64>, SchedLoadReg<WriteIMulLd>;
157 "imul{w}\t{$src2, $dst|$dst, $src2}",
162 "imul{l}\t{$src2, $dst|$dst, $src2}",
[all …]
DX86Schedule.td95 // imul by al, ax, eax, tax
102 // imul reg by reg|mem
109 // imul reg = reg/mem * imm
DX86ScheduleAtom.td48 // imul by al, ax, eax, rax
55 // imul reg by reg|mem
62 // imul reg = reg/mem * imm
/external/openssl/crypto/bn/asm/
Dx86-mont.pl312 &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/srec/srec/cfront/
Dhimul32.h89 imul factor2
/external/v8/src/ia32/
Dassembler-ia32.h781 void imul(Register src); // edx:eax = eax * src.
782 void imul(Register dst, Register src) { imul(dst, Operand(src)); } in imul() function
783 void imul(Register dst, const Operand& src); // dst = dst * src.
784 void imul(Register dst, Register src, int32_t imm32); // dst = src * imm32.
/external/quake/quake/src/QW/client/
Dd_draw.asm412 imul eax,edx
457 imul eax,ebx
597 imul ds:dword ptr[reciprocal_table-8+ecx*4]
600 imul ds:dword ptr[reciprocal_table-8+ecx*4]
609 imul edx,ebx
783 imul ecx,ds:dword ptr[_d_zrowbytes]
870 imul ecx,ds:dword ptr[_d_zrowbytes]
Dd_spr8.asm342 imul ds:dword ptr[_d_zrowbytes]
436 imul eax,ds:dword ptr[_cachewidth]
478 imul eax,ebx
684 imul ds:dword ptr[reciprocal_table-8+ecx*4]
687 imul ds:dword ptr[reciprocal_table-8+ecx*4]
697 imul edx,ebx
Dsnd_mixa.asm312 imul eax,esi
324 imul edx,esi
Dd_draw16.asm414 imul eax,edx
459 imul eax,ebx
647 imul ds:dword ptr[reciprocal_table_16-8+ecx*4]
650 imul ds:dword ptr[reciprocal_table_16-8+ecx*4]
659 imul edx,ebx
/external/freetype/include/freetype/config/
Dftconfig.h415 imul edx in FT_MulFix_i386()
/external/v8/src/x64/
Dassembler-x64.h931 void imul(Register src); // rdx:rax = rax * src.
932 void imul(Register dst, Register src); // dst = dst * src.
933 void imul(Register dst, const Operand& src); // dst = dst * src.
934 void imul(Register dst, Register src, Immediate imm); // dst = src * imm.
/external/llvm/test/Transforms/LoopStrengthReduce/X86/
Divchain-X86.ll20 ; X32-NOT: imul
60 ; X32: imul
/external/libvpx/libvpx/vp8/common/x86/
Dpostproc_mmx.asm58 imul rdx, rax
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
DSDL_stdlib.c110 imul edi,esi in _allmul()
115 imul ebx,edx in _allmul()
/external/llvm/test/MC/X86/
Dx86-64.s207 imul $12, %eax label

12