/cts/tools/dx-tests/src/dxc/junit/opcodes/imul/jm/ |
T_imul_1.j | 16 .class public dxc/junit/opcodes/imul/jm/T_imul_1 30 imul
|
T_imul_2.j | 16 .class public dxc/junit/opcodes/imul/jm/T_imul_2 32 imul
|
T_imul_3.j | 16 .class public dxc/junit/opcodes/imul/jm/T_imul_3 30 imul
|
T_imul_4.j | 16 .class public dxc/junit/opcodes/imul/jm/T_imul_4 32 imul
|
T_imul_1.java | 17 package dxc.junit.opcodes.imul.jm;
|
T_imul_2.java | 17 package dxc.junit.opcodes.imul.jm;
|
T_imul_3.java | 17 package dxc.junit.opcodes.imul.jm;
|
T_imul_4.java | 17 package dxc.junit.opcodes.imul.jm;
|
T_imul_5.j | 16 .class public dxc/junit/opcodes/imul/jm/T_imul_5
|
T_imul_5.java | 17 package dxc.junit.opcodes.imul.jm;
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/imul/ |
Test_imul.java | 17 package dxc.junit.opcodes.imul; 21 import dxc.junit.opcodes.imul.jm.T_imul_1; 105 Class.forName("dxc.junit.opcodes.imul.jm.T_imul_2"); 118 Class.forName("dxc.junit.opcodes.imul.jm.T_imul_3"); 131 Class.forName("dxc.junit.opcodes.imul.jm.T_imul_4"); 144 Class.forName("dxc.junit.opcodes.imul.jm.T_imul_5");
|
/dalvik/dx/tests/102-verify-nonwide-math/ |
op_imul.j | 24 imul
|
run | 43 oneop imul
|
expected.txt | 32 imul: expected failure occurred
|
/dalvik/vm/mterp/x86-atom/ |
OP_MUL_INT_LIT16.S | 20 %include "x86-atom/binopLit16.S" {"instr":"imul %edx, %ecx"
|
OP_MUL_INT_LIT8.S | 20 %include "x86-atom/binopLit8.S" {"instr":"imul %edx, %ecx"}
|
OP_MUL_INT.S | 34 imul (rFP, %edx, 4), %ecx # %ecx<- vBB * vCC
|
OP_MUL_INT_2ADDR.S | 26 imul (rFP, %edx, 4), %ecx # %ecx<- vA * vB
|
/frameworks/base/awt/org/apache/harmony/awt/gl/font/ |
TextDecorator.java | 94 Integer imUl, 100 if (imUl != null) { 102 if (imUl == TextAttribute.UNDERLINE_LOW_ONE_PIXEL) { 104 } else if (imUl == TextAttribute.UNDERLINE_LOW_TWO_PIXEL) { 106 } else if (imUl == TextAttribute.UNDERLINE_LOW_DOTTED) { 108 } else if (imUl == TextAttribute.UNDERLINE_LOW_GRAY) { 111 } else if (imUl == TextAttribute.UNDERLINE_LOW_DASHED) { 169 Integer imUl = (Integer) imUnderline; 194 return new Decoration(imUl, swapBgFg, strikeThrough, bg, fg, hasStandardUnderline);
|
/dalvik/vm/mterp/x86/ |
OP_MUL_LONG.S | 7 * is used by imul. We'll also spill rINST (ebx),
|
OP_MUL_LONG_2ADDR.S | 7 * is used by imul. We'll also spill rINST (ebx),
|
/external/srec/srec/cfront/ |
himul32.h | 80 // The x86 imul instruction, given a single 32-bit operand, computes 83 // EAX, then IMUL, then take the high 32 bits (in EDX) and move them 89 imul factor2
|
/external/v8/test/cctest/ |
test-disasm-ia32.cc | 125 __ imul(edx, Operand(ecx)); 178 __ imul(edx, Operand(ebx, ecx, times_4, 10000)); 179 __ imul(edx, ecx, 12); 180 __ imul(edx, ecx, 1000); 234 __ imul(edx, ecx, 12); 235 __ imul(edx, ecx, 1000);
|
/external/quake/quake/src/QW/client/ |
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_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]
|