HomeSort by relevance Sort by last modified time
    Searched refs:imull (Results 1 - 25 of 43) sorted by null

1 2

  /external/llvm/test/MC/X86/AlignedBundling/
different-sections.s 11 imull $17, %ebx, %ebp
12 imull $17, %ebx, %ebp
14 imull $17, %ebx, %ebp
16 # CHECK-NEXT: 8: imull
20 imull $17, %ebx, %ebp
21 imull $17, %ebx, %ebp
23 imull $17, %ebx, %ebp
25 # 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
section-alignment.s 14 imull $17, %ebx, %ebp
20 imull $17, %ebx, %ebp
single-inst-bundling.s 20 imull $17, %ebx, %ebp
21 # This imull is 3 bytes long and should have started at 0xe, so two bytes
24 # CHECK-NEXT: 10: imull
43 imull %ebx, %eax
relax-in-bundle-group.s 17 imull $17, %ebx, %ebp
40 imull %ebx, %eax
  /external/compiler-rt/lib/builtins/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
  /art/runtime/interpreter/mterp/x86_64/
op_mul_int_2addr.S 6 imull (rFP,rINSTq,4), %eax
  /art/runtime/interpreter/mterp/x86/
op_mul_int.S 9 imull (rFP,%ecx,4), %eax # trashes rIBASE/edx
op_mul_int_2addr.S 7 imull (rFP,%ecx,4), %eax # trashes rIBASE/edx
op_mul_int_lit16.S 9 imull rIBASE, %eax # trashes rIBASE/edx
op_mul_int_lit8.S 6 imull rIBASE, %eax # trashes rIBASE/edx
op_mul_long.S 21 imull (rFP), %ecx # ecx <- (Bmsw*Clsw)
23 imull (%esi), %eax # eax <- (Cmsw*Blsw)
op_mul_long_2addr.S 23 imull (rFP), %ecx # ecx <- (Amsw*Blsw)
25 imull (%esi), %eax # eax <- (Bmsw*Alsw)
  /external/boringssl/linux-x86/crypto/bn/
x86-mont.S 198 imull 32(%esp),%edi
231 imull 32(%esp),%edi
313 imull 32(%esp),%edi
405 imull 32(%esp),%edi
  /external/boringssl/mac-x86/crypto/bn/
x86-mont.S 197 imull 32(%esp),%edi
230 imull 32(%esp),%edi
312 imull 32(%esp),%edi
404 imull 32(%esp),%edi
  /art/compiler/utils/x86/
assembler_x86.h 527 void imull(Register dst, Register src);
528 void imull(Register reg, const Immediate& imm);
529 void imull(Register dst, Register src, const Immediate& imm);
530 void imull(Register reg, const Address& address);
532 void imull(Register reg);
533 void imull(const Address& address);
  /art/compiler/utils/x86_64/
assembler_x86_64.h 574 void imull(CpuRegister dst, CpuRegister src);
575 void imull(CpuRegister reg, const Immediate& imm);
576 void imull(CpuRegister dst, CpuRegister src, const Immediate& imm);
577 void imull(CpuRegister reg, const Address& address);
585 void imull(CpuRegister reg);
586 void imull(const Address& address);
    [all...]
  /external/boringssl/src/crypto/bn/asm/
rsaz-avx2.pl 467 imull $n0, %eax
487 imull $n0, %eax
521 imull $n0, %eax
556 imull $n0, %eax
613 imull $n0, %eax
653 imull $n0, %eax
997 imull $n0, %eax
1073 imull $n0, %eax
    [all...]
  /external/v8/test/cctest/
test-disasm-x64.cc 195 __ imull(r15, rcx, Immediate(12));
196 __ imull(r15, rcx, Immediate(1000));
197 __ imull(r15, Operand(rbx, rcx, times_4, 10000));
198 __ imull(r15, Operand(rbx, rcx, times_4, 10000), Immediate(12));
199 __ imull(r15, Operand(rbx, rcx, times_4, 10000), Immediate(1000));

Completed in 395 milliseconds

1 2