/frameworks/compile/libbcc/runtime/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)
|
/dalvik/vm/mterp/x86-atom/ |
OP_MUL_LONG.S | 61 imull (rFP, %edx, 4), %ecx # %ecx<- WxZ 63 imull (rFP, rINST, 4), %eax # %eax<- XxY
|
OP_MUL_LONG_2ADDR.S | 62 imull (rFP, %edx, 4), %ecx # %ecx<- WxZ 64 imull (rFP, rINST, 4), %eax # %eax<- X*Y
|
/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
|
d_polysa.s | 465 imull skinwidth(%esp) [all...] |
d_parta.s | 179 imull C(d_zrowbytes),%edx // point to the z pixel
|
/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;
|
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
|
d_polysa.s | 465 imull skinwidth(%esp) [all...] |
/external/v8/src/x64/ |
assembler-x64.h | 919 void imull(Register dst, Register src); // dst = dst * src. 920 void imull(Register dst, const Operand& src); // dst = dst * src. 921 void imull(Register dst, Register src, Immediate imm); // dst = src * imm. [all...] |