/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
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/ |
gas-muldiv.asm | 6 imull %ebx, %ecx label 9 imull $5, %ebx, %ecx label 12 imull $5000, %ebx, %ecx label 15 imull $5, %ecx label 18 imull $5000, %ecx label
|
/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/chromium_org/third_party/openssl/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/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
|
/art/compiler/utils/x86/ |
assembler_x86.h | 377 void imull(Register dst, Register src); 378 void imull(Register reg, const Immediate& imm); 379 void imull(Register reg, const Address& address); 381 void imull(Register reg); 382 void imull(const Address& address);
|
assembler_x86.cc | 940 void X86Assembler::imull(Register dst, Register src) { function in class:art::x86::X86Assembler 948 void X86Assembler::imull(Register reg, const Immediate& imm) { function in class:art::x86::X86Assembler 956 void X86Assembler::imull(Register reg, const Address& address) { function in class:art::x86::X86Assembler 964 void X86Assembler::imull(Register reg) { function in class:art::x86::X86Assembler 971 void X86Assembler::imull(const Address& address) { function in class:art::x86::X86Assembler [all...] |
/external/v8/src/x64/ |
assembler-x64.h | 936 void imull(Register dst, Register src); // dst = dst * src. 937 void imull(Register dst, const Operand& src); // dst = dst * src. 938 void imull(Register dst, Register src, Immediate imm); // dst = src * imm. [all...] |
/external/valgrind/main/none/tests/x86/ |
insn_basic.def | 445 imull eax.sd[-12345678] : r32.sd[12345678] => edx.sd[-35488] eax.sd[-260846532] 446 imull eax.sd[12345678] : m32.sd[-12345678] => edx.sd[-35488] eax.sd[-260846532] 455 imull imm8[123] r32.ud[67890] => 1.ud[8350470] 456 imull imm8[123] r32.ud[67890] r32.ud[0] => 2.ud[8350470] 457 imull imm8[123] m32.ud[67890] r32.ud[0] => 2.ud[8350470] 458 imull imm32[12345] r32.ud[67890] => 1.ud[838102050] 459 imull imm32[12345] r32.ud[67890] r32.ud[0] => 2.ud[838102050] 460 imull imm32[12345] m32.ud[67890] r32.ud[0] => 2.ud[838102050] 461 imull r32.ud[12345] r32.ud[67890] => 1.ud[838102050] 462 imull m32.ud[12345] r32.ud[67890] => 1.ud[838102050 [all...] |
/external/chromium_org/v8/src/x64/ |
assembler-x64.h | 952 void imull(Register dst, Register src); // dst = dst * src. 953 void imull(Register dst, const Operand& src); // dst = dst * src. 954 void imull(Register dst, Register src, Immediate imm); // dst = src * imm. [all...] |