/external/proguard/src/proguard/classfile/instruction/ |
Instruction.java | 141 false, // imul 350 2, // imul 559 1, // imul
|
InstructionConstants.java | 340 "imul",
|
/external/quake/quake/src/QW/client/ |
snd_mixa.asm | 312 imul eax,esi
324 imul edx,esi
|
d_draw16.asm | 414 imul eax,edx
459 imul eax,ebx
647 imul ds:dword ptr[reciprocal_table_16-8+ecx*4]
650 imul ds:dword ptr[reciprocal_table_16-8+ecx*4]
659 imul edx,ebx
|
d_polysa.asm | 384 imul ds:dword ptr[4+0+esp]
1038 imul eax,esi
1043 imul edi,esi
|
/dalvik/dx/src/com/android/dx/cf/code/ |
ValueAwareMachine.java | 90 case ByteOps.IMUL:
|
ByteOps.java | 131 public static final int IMUL = 0x68; 458 "68 - imul;" +
|
/dalvik/dx/tests/032-bb-live-code/ |
blort.j | 264 imul
|
expected.txt | 377 007a: imul
|
/external/qemu/ |
host-utils.h | 41 __asm__ ("imul %0\n\t"
|
/external/openssl/crypto/perlasm/ |
x86ms.pl | 149 sub main'imul { &out2("imul",@_); }
|
x86nasm.pl | 157 sub main'imul { &out2("imul",@_); }
|
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
SDL_stdlib.c | 110 imul edi,esi 115 imul ebx,edx
|
/external/openssl/crypto/bn/asm/ |
mo-586.pl | 327 &imul ($word,&DWP($frame,"esp")); # n0*tp[0] 366 &imul ($word,&DWP($frame,"esp")); # n0*tp[0] 457 &imul ($word,&DWP($frame,"esp")); # n0*tp[0] 557 &imul ($word,&DWP($frame,"esp")); # n0*tp[0]
|
/external/v8/src/ia32/ |
assembler-ia32.h | 585 void imul(Register src); // edx:eax = eax * src. 586 void imul(Register dst, const Operand& src); // dst = dst * src. 587 void imul(Register dst, Register src, int32_t imm32); // dst = src * imm32.
|
assembler-ia32.cc | 982 void Assembler::imul(Register reg) { function in class:v8::internal::Assembler 990 void Assembler::imul(Register dst, const Operand& src) { function in class:v8::internal::Assembler 999 void Assembler::imul(Register dst, Register src, int32_t imm32) { function in class:v8::internal::Assembler [all...] |
/dalvik/dx/tests/024-code-bytecode/ |
expected.txt | 158 0087: imul
|
small-class.txt | 162 68 # 0087: imul
|
/external/freetype/include/freetype/config/ |
ftconfig.h | 379 "imul %%edx\n"
|
/external/v8/src/x64/ |
assembler-x64.h | 741 void imul(Register src); // rdx:rax = rax * src. 742 void imul(Register dst, Register src); // dst = dst * src. 743 void imul(Register dst, const Operand& src); // dst = dst * src. 744 void imul(Register dst, Register src, Immediate imm); // dst = src * imm. [all...] |
disasm-x64.cc | [all...] |
assembler-x64.cc | 978 void Assembler::imul(Register src) { function in class:v8::internal::Assembler 987 void Assembler::imul(Register dst, Register src) { function in class:v8::internal::Assembler 997 void Assembler::imul(Register dst, const Operand& src) { function in class:v8::internal::Assembler 1007 void Assembler::imul(Register dst, Register src, Immediate imm) { function in class:v8::internal::Assembler [all...] |
/external/v8/test/cctest/ |
test-assembler-ia32.cc | 138 __ imul(eax, Operand(edx));
|
test-assembler-x64.cc | 167 __ imul(arg1);
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/ |
assyntax.h | 398 /* More forms than this for imul!! */ 399 #define IMUL_L(a, b) CHOICE(imull ARG2(a,b), imull ARG2(a,b), _LTOG imul ARG2(b,a)) 400 #define IMUL_W(a, b) CHOICE(imulw ARG2(a,b), imulw ARG2(a,b), _WTOG imul ARG2(b,a)) [all...] |