/art/runtime/interpreter/mterp/x86_64/ |
op_mul_int.S | 1 %include "x86_64/binop.S" {"instr":"imull (rFP,%rcx,4), %eax"}
|
op_mul_int_lit16.S | 1 %include "x86_64/binopLit16.S" {"instr":"imull %ecx, %eax"}
|
op_mul_int_lit8.S | 1 %include "x86_64/binopLit8.S" {"instr":"imull %ecx, %eax"}
|
op_mul_int_2addr.S | 6 imull (rFP,rINSTq,4), %eax
|
/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
|
lock-without-bundle-mode-error.s | 7 imull $17, %ebx, %ebp
|
unlock-without-lock-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/llvm/test/CodeGen/X86/ |
atom-sched.ll | 14 ; atom: imull 16 ; atom: imull 17 ; slm: imull 19 ; slm: imull 20 ; CHECK: imull 22 ; CHECK: imull
|
subreg-to-reg-3.ll | 3 ; CHECK: imull
|
sdiv-exact.ll | 7 ; CHECK: imull $-1030792151, 4(%esp) 16 ; CHECK-NEXT: imull $-1431655765
|
misched-matrix.ll | 20 ; TOPDOWN: imull {{[0-9]*}}( 22 ; TOPDOWN: imull {{[0-9]*}}( 28 ; scheduled independently, and that the imull/adds are interleaved. 32 ; ILPMIN: imull 33 ; ILPMIN: imull 35 ; ILPMIN: imull 37 ; ILPMIN: imull 40 ; ILPMIN: imull 41 ; ILPMIN: imull 43 ; ILPMIN: imull [all...] |
misched-balance.ll | 12 ; imull folded loads should be in order and interleaved with addl, never 20 ; CHECK: imull 4 21 ; CHECK-NOT: {{imull|rsp}} 23 ; CHECK: imull 8 24 ; CHECK-NOT: {{imull|rsp}} 26 ; CHECK: imull 12 27 ; CHECK-NOT: {{imull|rsp}} 29 ; CHECK: imull 16 30 ; CHECK-NOT: {{imull|rsp}} 32 ; CHECK: imull 2 [all...] |
memset-2.ll | 28 ; CHECK: imull $16843009 36 ; CHECK: imull $16843009
|
/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_lit8.S | 6 imull rIBASE, %eax # trashes rIBASE/edx
|
op_mul_int_lit16.S | 9 imull rIBASE, %eax # trashes rIBASE/edx
|
op_mul_long.S | 21 imull (rFP), %ecx # ecx <- (Bmsw*Clsw) 23 imull (%esi), %eax # eax <- (Cmsw*Blsw)
|
/external/compiler-rt/lib/builtins/i386/ |
muldi3.S | 16 imull %eax, %ecx // b.lo * a.hi 20 imull %edx, %ebx // a.lo * b.hi
|