/external/llvm/test/MC/ELF/ |
D | relax-arith.s | 9 .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/ |
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/valgrind/main/exp-ptrcheck/tests/ |
D | Makefile.am | 29 imul.vgtest-disabled imul.stderr.exp \ 66 hp_bounds hp_dangle hsg idiv imul \ program
|
D | imul.vgtest-disabled | 1 prog: imul
|
D | Makefile.in | 52 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/ |
D | X86InstrArithmetic.td | 96 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/ |
D | test-disasm-ia32.cc | 125 __ 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
|
D | test-assembler-x64.cc | 177 __ imul(arg1); in TEST() local
|
D | test-assembler-ia32.cc | 138 __ imul(eax, Operand(edx)); in TEST() local
|
/external/llvm/test/CodeGen/X86/ |
D | imul-lea-2.ll | 3 ; RUN: llc < %s -march=x86-64 | not grep 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/openssl/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] 535 &imul ($word,&DWP($frame,"esp")); # n0*tp[0]
|
/external/srec/srec/cfront/ |
D | himul32.h | 89 imul factor2
|
/external/quake/quake/src/QW/client/ |
D | d_draw.asm | 412 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]
|
D | d_spr8.asm | 342 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
|
D | snd_mixa.asm | 312 imul eax,esi 324 imul edx,esi
|
D | d_draw16.asm | 414 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/ |
D | ftconfig.h | 422 imul edx in FT_MulFix_i386()
|
/external/v8/src/x64/ |
D | assembler-x64.h | 914 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.
|
D | assembler-x64.cc | 1103 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/ |
D | assembler-ia32.h | 763 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/ |
D | SDL_stdlib.c | 110 imul edi,esi in _allmul() 115 imul ebx,edx in _allmul()
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 204 imul $12, %eax label
|