/dalvik/vm/mterp/x86/ |
OP_MUL_INT_2ADDR.S | 8 imull (rFP,%ecx,4),%eax
|
OP_MUL_INT_LIT8.S | 8 imull %ecx,%eax # trashes rPC
|
OP_MUL_INT.S | 10 imull (rFP,%ecx,4),%eax # trashes rPC/edx
|
OP_MUL_INT_LIT16.S | 11 imull %ecx,%eax # trashes rPC
|
OP_MUL_LONG.S | 23 imull (rFP),%ecx # ecx<- (Bmsw*Clsw) 25 imull (rIBASE),%eax # eax<- (Cmsw*Blsw)
|
OP_MUL_LONG_2ADDR.S | 23 imull (rFP),%ecx # ecx<- (Amsw*Blsw) 25 imull (rIBASE),%eax # eax<- (Bmsw*Alsw)
|
/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_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_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_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_parta.s | 179 imull C(d_zrowbytes),%edx // point to the z pixel
|
d_polysa.s | 465 imull skinwidth(%esp) [all...] |
/external/quake/quake/src/WinQuake/ |
snd_mixa.s | 168 imull %esi,%eax 188 imull %esi,%edx
|
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_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_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_parta.s | 179 imull C(d_zrowbytes),%edx // point to the z pixel
|
d_polysa.s | 465 imull skinwidth(%esp) [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/ |
assyntax.h | 399 #define IMUL_L(a, b) CHOICE(imull ARG2(a,b), imull ARG2(a,b), _LTOG imul ARG2(b,a)) [all...] |
/external/quake/quake/src/QW/gas2masm/ |
gas2masm.c | 706 {"imull", " imul", -2, emit_1_or_2_operandsl},
|
/external/quake/quake/src/WinQuake/gas2masm/ |
gas2masm.c | 706 {"imull", " imul", -2, emit_1_or_2_operandsl},
|
/external/v8/src/x64/ |
assembler-x64.h | 746 void imull(Register dst, Register src); // dst = dst * src. [all...] |
/dalvik/vm/mterp/out/ |
InterpAsm-x86.S | [all...] |