/external/chromium_org/third_party/boringssl/mac-x86/crypto/bn/ |
x86-mont.S | 77 imull 32(%esp),%edi 110 imull 32(%esp),%edi 192 imull 32(%esp),%edi 284 imull 32(%esp),%edi
|
/external/openssl/crypto/bn/asm/ |
x86-mont.S | 197 imull 32(%esp),%edi 230 imull 32(%esp),%edi 312 imull 32(%esp),%edi 404 imull 32(%esp),%edi
|
/external/compiler-rt/lib/builtins/i386/ |
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
|
/art/compiler/utils/x86_64/ |
assembler_x86_64.h | 429 void imull(CpuRegister dst, CpuRegister src); 430 void imull(CpuRegister reg, const Immediate& imm); 431 void imull(CpuRegister reg, const Address& address); 433 void imull(CpuRegister reg); 434 void imull(const Address& address);
|
assembler_x86_64.cc | 1183 void X86_64Assembler::imull(CpuRegister dst, CpuRegister src) { function in class:art::x86_64::X86_64Assembler 1192 void X86_64Assembler::imull(CpuRegister reg, const Immediate& imm) { function in class:art::x86_64::X86_64Assembler 1201 void X86_64Assembler::imull(CpuRegister reg, const Address& address) { function in class:art::x86_64::X86_64Assembler 1210 void X86_64Assembler::imull(CpuRegister reg) { function in class:art::x86_64::X86_64Assembler 1218 void X86_64Assembler::imull(const Address& address) { function in class:art::x86_64::X86_64Assembler [all...] |
/external/llvm/lib/Target/X86/ |
README-X86-64.txt | 94 imull $78, %edi, %eax 101 imull $45, %edi, %eax
|
README-SSE.txt | 161 imull %ebp, %edi #69.49 614 imull LCPI1_0+12, %eax 618 imull LCPI1_0+4, %eax 622 imull LCPI1_0, %eax 626 imull LCPI1_0+8, %eax
|
README.txt | 283 imull $3, 4(%esp), %eax 285 Perhaps this is what we really should generate is? Is imull three or four 297 However, if we care more about code size, then imull is better. It's two bytes 999 imull 12(%esp), %esi 1001 imull 20(%esp), %ecx 1011 imull 12(%esp), %ecx 1013 imull 4(%esp), %eax [all...] |
/external/chromium_org/v8/src/compiler/x64/ |
code-generator-x64.cc | 278 __ imull(i.OutputRegister(), input.reg, i.InputImmediate(1)); 281 __ imull(i.OutputRegister(), kScratchRegister, i.InputImmediate(1)); 286 __ imull(i.OutputRegister(), input.reg); 288 __ imull(i.OutputRegister(), input.operand);
|
/art/compiler/utils/x86/ |
assembler_x86.cc | 950 void X86Assembler::imull(Register dst, Register src) { function in class:art::x86::X86Assembler 958 void X86Assembler::imull(Register reg, const Immediate& imm) { function in class:art::x86::X86Assembler 966 void X86Assembler::imull(Register reg, const Address& address) { function in class:art::x86::X86Assembler 974 void X86Assembler::imull(Register reg) { function in class:art::x86::X86Assembler 981 void X86Assembler::imull(const Address& address) { function in class:art::x86::X86Assembler [all...] |
/external/chromium_org/third_party/boringssl/src/crypto/bn/asm/ |
rsaz-avx2.pl | 479 imull $n0, %eax 499 imull $n0, %eax 533 imull $n0, %eax 568 imull $n0, %eax 625 imull $n0, %eax 665 imull $n0, %eax 1009 imull $n0, %eax 1085 imull $n0, %eax [all...] |
/external/llvm/test/CodeGen/X86/ |
xaluo.ll | 295 ; DAG: imull %esi, %edi 298 ; FAST: imull %esi, %edi 475 ; CHECK: imull %esi, %eax 659 ; CHECK: imull %esi, %edi
|
/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/valgrind/main/none/tests/amd64/ |
insn_basic.def | [all...] |
/external/llvm/test/MC/X86/ |
x86-64.s | 206 // CHECK: imull $12, %eax 209 // CHECK: imull %ecx, %eax 210 imull %ecx, %eax label
|
x86-32-coverage.s | 192 // CHECK: imull 3735928559(%ebx,%ecx,8) 193 imull 0xdeadbeef(%ebx,%ecx,8) [all...] |
/external/valgrind/main/VEX/test/ |
test-amd64.c | 396 "imull %2, %0\n\t" 402 "imull", s0, s1, res, flags & CC_MASK); 434 "imull", op0, op1, res, flags & CC_MASK);\ [all...] |
test-i386.c | 383 "imull %2, %0\n\t" 389 "imull", s0, s1, res, flags & CC_MASK); [all...] |
/external/chromium_org/v8/src/x64/ |
lithium-codegen-x64.cc | [all...] |
/external/valgrind/main/VEX/orig_amd64/ |
test2.orig | [all...] |
test2.sorted | [all...] |
test1.sorted | 241 69442408C51D0000 imull $7621, 8(%rsp), %eax 242 440FAFE0 imull %eax, %r12d [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
assyntax.h | 439 #define IMUL_L(a, b) CHOICE(imull ARG2(a,b), imull ARG2(a,b), _LTOG imul ARG2(b,a)) [all...] |
/external/mesa3d/src/mesa/x86/ |
assyntax.h | 439 #define IMUL_L(a, b) CHOICE(imull ARG2(a,b), imull ARG2(a,b), _LTOG imul ARG2(b,a)) [all...] |