Searched refs:imull (Results 1 – 25 of 55) sorted by relevance
123
/external/llvm/test/MC/X86/AlignedBundling/ |
D | different-sections.s | 9 imull $17, %ebx, %ebp 10 imull $17, %ebx, %ebp 12 imull $17, %ebx, %ebp 14 # CHECK-NEXT: 8: imull 18 imull $17, %ebx, %ebp 19 imull $17, %ebx, %ebp 21 imull $17, %ebx, %ebp 23 # CHECK-NEXT: 8: imull
|
D | switch-section-locked-error.s | 10 imull $17, %ebx, %ebp 12 imull $17, %ebx, %ebp 15 imull $17, %ebx, %ebp
|
D | single-inst-bundling.s | 18 imull $17, %ebx, %ebp 19 # This imull is 3 bytes long and should have started at 0xe, so two bytes 22 # CHECK-NEXT: 10: imull
|
D | align-mode-argument-error.s | 7 imull $17, %ebx, %ebp
|
D | bundle-lock-option-error.s | 8 imull $17, %ebx, %ebp
|
/external/llvm/test/CodeGen/X86/ |
D | misched-matrix.ll | 20 ; TOPDOWN: imull {{[0-9]*}}( 22 ; TOPDOWN: imull {{[0-9]*}}( 28 ; scheduled independently, and that the imull/adds are interleaved. 32 ; ILPMIN: imull 33 ; ILPMIN: imull 35 ; ILPMIN: imull 37 ; ILPMIN: imull 40 ; ILPMIN: imull 41 ; ILPMIN: imull 43 ; ILPMIN: imull [all …]
|
D | misched-balance.ll | 13 ; imull folded loads should be in order and interleaved with addl, never 21 ; CHECK: imull 4 22 ; CHECK-NOT: {{imull|rsp}} 24 ; CHECK: imull 8 25 ; CHECK-NOT: {{imull|rsp}} 27 ; CHECK: imull 12 28 ; CHECK-NOT: {{imull|rsp}} 30 ; CHECK: imull 16 31 ; CHECK-NOT: {{imull|rsp}} 33 ; CHECK: imull 20 [all …]
|
D | divide-by-constant.ll | 10 ; CHECK: imull $63551, %eax, %eax 21 ; CHECK: imull $43691, %eax, %eax 33 ; CHECK-NEXT: imull $171, %eax, %eax 43 ; CHECK: imull $1986, %eax, % 59 ; CHECK: imull $26215, %eax, %ecx 81 ; CHECK: imull $211 91 ; CHECK: imull $71
|
D | atom-sched.ll | 13 ; atom: imull 15 ; atom: imull 16 ; CHECK: imull 18 ; CHECK: imull
|
D | sdiv-exact.ll | 7 ; CHECK: imull $-1030792151, 4(%esp) 16 ; CHECK-NEXT: imull $-1431655765
|
D | 2010-09-01-RemoveCopyByCommutingDef.ll | 13 ; The imull clobbers a 32-bit register. 14 ; CHECK: imull %{{...}}, %e[[CLOBBER:..]]
|
D | memset-2.ll | 28 ; CHECK: imull $16843009 36 ; CHECK: imull $16843009
|
D | subreg-to-reg-3.ll | 1 ; RUN: llc < %s -march=x86-64 | grep imull
|
D | smul-with-overflow.ll | 21 ; CHECK: imull 40 ; CHECK: imull
|
/external/compiler-rt/lib/i386/ |
D | muldi3.S | 16 imull %eax, %ecx // b.lo * a.hi 20 imull %edx, %ebx // a.lo * b.hi
|
D | udivdi3.S | 59 imull %edi, %eax // q*bhi 91 imull %edi, %eax // q*bhi
|
D | umoddi3.S | 60 imull %edi, %eax // q*bhi 96 imull %edi, %eax // q*bhi
|
D | divdi3.S | 88 imull %edi, %eax // q*bhi 126 imull %edi, %eax // q*bhi
|
D | moddi3.S | 87 imull %edi, %eax // q*bhi 127 imull %edi, %eax // q*bhi
|
/external/llvm/test/Instrumentation/AddressSanitizer/X86/ |
D | bug_11395.ll | 63 …imull 0x1c+0($1) \0A\09add %eax , %esi\0A\09adc %edx , %ecx\0A…
|
/external/openssl/crypto/bn/asm/ |
D | x86-mont.S | 76 imull 32(%esp),%edi 109 imull 32(%esp),%edi 191 imull 32(%esp),%edi 283 imull 32(%esp),%edi
|
/external/quake/quake/src/QW/client/ |
D | d_draw.s | 299 imull %edx,%eax // (tfrac >> 16) * cachewidth 373 imull %ebx,%eax 568 imull reciprocal_table-8(,%ecx,4) // sstep = (snext - s) / (spancount-1) 572 imull reciprocal_table-8(,%ecx,4) // tstep = (tnext - t) / (spancount-1) 585 imull %ebx,%edx 819 imull C(d_zrowbytes),%ecx 934 imull C(d_zrowbytes),%ecx
|
D | snd_mixa.s | 168 imull %esi,%eax 188 imull %esi,%edx
|
/external/quake/quake/src/WinQuake/ |
D | d_draw.s | 299 imull %edx,%eax // (tfrac >> 16) * cachewidth 373 imull %ebx,%eax 568 imull reciprocal_table-8(,%ecx,4) // sstep = (snext - s) / (spancount-1) 572 imull reciprocal_table-8(,%ecx,4) // tstep = (tnext - t) / (spancount-1) 585 imull %ebx,%edx 819 imull C(d_zrowbytes),%ecx 934 imull C(d_zrowbytes),%ecx
|
D | snd_mixa.s | 168 imull %esi,%eax 188 imull %esi,%edx
|
123