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

1 2 3

  /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
  /external/syslinux/com32/lib/libgcc/
__muldi3.S 20 imull 12(%esp),%ecx
21 imull 20(%esp),%esi
28 imull 8(%esp),%esi
31 imull %esi,%ecx
45 imull 12(%esp),%ecx
46 imull 20(%esp),%esi
63 imull 8(%esp),%esi
66 imull %esi,%ecx
  /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)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
MultU64x64.S 40 imull 20(%esp), %ebx
41 imull 12(%esp), %edx
MultU64x32.S 40 imull 8(%esp), %ecx
DivU64x64Remainder.S 65 imull %ebx, %ecx
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
MultU64x64.S 38 imull 20(%esp), %ebx # ebx <- M1[0..31] * M2[32..63]
39 imull 12(%esp), %edx # edx <- M1[32..63] * M2[0..31]
MultU64x32.S 38 imull 8(%esp), %ecx # overflow not detectable

Completed in 212 milliseconds

1 2 3