HomeSort by relevance Sort by last modified time
    Searched refs:imull (Results 1 - 25 of 39) sorted by null

1 2

  /external/llvm/test/MC/X86/AlignedBundling/
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
switch-section-locked-error.s 10 imull $17, %ebx, %ebp
12 imull $17, %ebx, %ebp
15 imull $17, %ebx, %ebp
align-mode-argument-error.s 7 imull $17, %ebx, %ebp
bundle-lock-option-error.s 8 imull $17, %ebx, %ebp
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
38 imull %ebx, %eax
relax-in-bundle-group.s 15 imull $17, %ebx, %ebp
38 imull %ebx, %eax
  /external/compiler-rt/lib/i386/
muldi3.S 16 imull %eax, %ecx // b.lo * a.hi
20 imull %edx, %ebx // a.lo * b.hi
udivdi3.S 59 imull %edi, %eax // q*bhi
91 imull %edi, %eax // q*bhi
umoddi3.S 60 imull %edi, %eax // q*bhi
96 imull %edi, %eax // q*bhi
divdi3.S 88 imull %edi, %eax // q*bhi
126 imull %edi, %eax // q*bhi
moddi3.S 87 imull %edi, %eax // q*bhi
127 imull %edi, %eax // q*bhi
  /dalvik/vm/mterp/x86/
OP_MUL_INT.S 10 imull (rFP,%ecx,4),%eax # trashes rIBASE/edx
OP_MUL_INT_2ADDR.S 8 imull (rFP,%ecx,4),%eax # trashes rIBASE/edx
OP_MUL_INT_LIT8.S 7 imull %ecx,%eax # trashes rIBASE/edx
OP_MUL_LONG_2ADDR.S 23 imull (rFP),%ecx # ecx<- (Amsw*Blsw)
25 imull (%esi),%eax # eax<- (Bmsw*Alsw)
OP_MUL_INT_LIT16.S 10 imull %ecx,%eax # trashes rIBASE/edx
OP_MUL_LONG.S 22 imull (rFP),%ecx # ecx<- (Bmsw*Clsw)
24 imull (%esi),%eax # eax<- (Cmsw*Blsw)
  /external/openssl/crypto/bn/asm/
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/
snd_mixa.s 168 imull %esi,%eax
188 imull %esi,%edx
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_spr8.s 201 imull C(d_zrowbytes)
327 imull C(cachewidth),%eax // (tfrac >> 16) * cachewidth
397 imull %ebx,%eax // (tstep >> 16) * cachewidth;
655 imull reciprocal_table-8(,%ecx,4) // sstep = (snext - s) / (spancount-1)
659 imull reciprocal_table-8(,%ecx,4) // tstep = (tnext - t) / (spancount-1)
673 imull %ebx,%edx // (tstep >> 16) * cachewidth;
d_draw16.s 303 imull %edx,%eax // (tfrac >> 16) * cachewidth
376 imull %ebx,%eax
627 imull reciprocal_table_16-8(,%ecx,4) // sstep = (snext - s) /
632 imull reciprocal_table_16-8(,%ecx,4) // tstep = (tnext - t) /
645 imull %ebx,%edx
  /external/quake/quake/src/WinQuake/
snd_mixa.s 168 imull %esi,%eax
188 imull %esi,%edx
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_spr8.s 201 imull C(d_zrowbytes)
327 imull C(cachewidth),%eax // (tfrac >> 16) * cachewidth
397 imull %ebx,%eax // (tstep >> 16) * cachewidth;
655 imull reciprocal_table-8(,%ecx,4) // sstep = (snext - s) / (spancount-1)
659 imull reciprocal_table-8(,%ecx,4) // tstep = (tnext - t) / (spancount-1)
673 imull %ebx,%edx // (tstep >> 16) * cachewidth;

Completed in 125 milliseconds

1 2