Home
last modified time | relevance | path

Searched refs:imul (Results 1 – 25 of 41) 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/valgrind/main/exp-ptrcheck/tests/
DMakefile.am29 imul.vgtest-disabled imul.stderr.exp \
66 hp_bounds hp_dangle hsg idiv imul \ program
Dimul.vgtest-disabled1 prog: imul
DMakefile.in52 hp_dangle$(EXEEXT) hsg$(EXEEXT) idiv$(EXEEXT) imul$(EXEEXT) \
120 imul_SOURCES = imul.c
121 imul_OBJECTS = imul.$(OBJEXT)
206 hsg.c idiv.c imul.c justify.c mm.c neg.c not.c or.c partial.c \
212 hp_dangle.c hsg.c idiv.c imul.c justify.c mm.c neg.c not.c \
523 imul.vgtest-disabled imul.stderr.exp \
672 imul$(EXEEXT): $(imul_OBJECTS) $(imul_DEPENDENCIES)
673 @rm -f imul$(EXEEXT)
759 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imul.Po@am__quote@
/external/llvm/lib/Target/X86/
DX86InstrArithmetic.td96 def IMUL8r : I<0xF6, MRM5r, (outs), (ins GR8:$src), "imul{b}\t$src", []>;
99 def IMUL16r : I<0xF7, MRM5r, (outs), (ins GR16:$src), "imul{w}\t$src", []>,
102 def IMUL32r : I<0xF7, MRM5r, (outs), (ins GR32:$src), "imul{l}\t$src", []>;
105 def IMUL64r : RI<0xF7, MRM5r, (outs), (ins GR64:$src), "imul{q}\t$src", []>;
111 "imul{b}\t$src", []>; // AL,AH = AL*[mem8]
114 "imul{w}\t$src", []>, OpSize; // AX,DX = AX*[mem16]
117 "imul{l}\t$src", []>; // EAX,EDX = EAX*[mem32]
120 "imul{q}\t$src", []>; // RAX,RDX = RAX*[mem64]
131 "imul{w}\t{$src2, $dst|$dst, $src2}",
135 "imul{l}\t{$src2, $dst|$dst, $src2}",
[all …]
/external/v8/test/cctest/
Dtest-disasm-ia32.cc125 __ imul(edx, Operand(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
238 __ imul(edx, ecx, 12); in TEST() local
239 __ imul(edx, ecx, 1000); in TEST() local
Dtest-assembler-x64.cc177 __ imul(arg1); in TEST() local
Dtest-assembler-ia32.cc138 __ imul(eax, Operand(edx)); in TEST() local
/external/llvm/test/CodeGen/X86/
Dimul-lea-2.ll3 ; RUN: llc < %s -march=x86-64 | not grep 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/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]
535 &imul ($word,&DWP($frame,"esp")); # n0*tp[0]
/external/srec/srec/cfront/
Dhimul32.h89 imul factor2
/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.h422 imul edx in FT_MulFix_i386()
/external/v8/src/x64/
Dassembler-x64.h914 void imul(Register src); // rdx:rax = rax * src.
915 void imul(Register dst, Register src); // dst = dst * src.
916 void imul(Register dst, const Operand& src); // dst = dst * src.
917 void imul(Register dst, Register src, Immediate imm); // dst = src * imm.
Dassembler-x64.cc1103 void Assembler::imul(Register src) { in imul() function in v8::internal::Assembler
1111 void Assembler::imul(Register dst, Register src) { in imul() function in v8::internal::Assembler
1120 void Assembler::imul(Register dst, const Operand& src) { in imul() function in v8::internal::Assembler
1129 void Assembler::imul(Register dst, Register src, Immediate imm) { in imul() function in v8::internal::Assembler
/external/v8/src/ia32/
Dassembler-ia32.h763 void imul(Register src); // edx:eax = eax * src.
764 void imul(Register dst, const Operand& src); // dst = dst * src.
765 void imul(Register dst, Register src, int32_t imm32); // dst = src * imm32.
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
DSDL_stdlib.c110 imul edi,esi in _allmul()
115 imul ebx,edx in _allmul()
/external/llvm/test/MC/X86/
Dx86-64.s204 imul $12, %eax label

12