/toolchain/binutils/binutils-2.25/gas/testsuite/gas/xc16x/ |
shlrol.s | 13 ashr r0,r1 14 ashr r0,#4
|
/external/llvm/test/Transforms/InstCombine/ |
2009-03-20-AShrOverShift.ll | 1 ; RUN: opt < %s -instcombine -S | grep "ashr i32 %val, 31" 6 %shr = ashr i32 %val, 15 ; <i32> [#uses=3] 7 %shr4 = ashr i32 %shr, 17 ; <i32> [#uses=1]
|
2008-06-05-ashr-crash.ll | 5 %tmp2 = ashr i65 %x, 65 ; <i65> [#uses=1]
|
2006-04-28-ShiftShiftLongLong.ll | 8 %Z = ashr i64 %Y, 16 ; <i64> [#uses=1] 9 ; CHECK: %Z = ashr exact i64 %Y, 16
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
2009-03-20-AShrOverShift.ll | 1 ; RUN: opt < %s -instcombine -S | grep {ashr i32 %val, 31} 6 %shr = ashr i32 %val, 15 ; <i32> [#uses=3] 7 %shr4 = ashr i32 %shr, 17 ; <i32> [#uses=1]
|
ashr-nop.ll | 1 ; RUN: opt < %s -instcombine -S | not grep ashr 6 %t = ashr i32 %n, 17
|
2008-06-05-ashr-crash.ll | 5 %tmp2 = ashr i65 %x, 65 ; <i65> [#uses=1]
|
2006-04-28-ShiftShiftLongLong.ll | 8 %Z = ashr i64 %Y, 16 ; <i64> [#uses=1]
9 ; CHECK: %Z = ashr exact i64 %Y, 16
|
mul-masked-bits.ll | 1 ; RUN: opt < %s -instcombine -S | grep ashr 8 %e = ashr i32 %d, 26
|
/external/swiftshader/third_party/LLVM/test/Assembler/ |
2003-11-05-ConstantExprShift.ll | 4 ret i32 ashr (i32 ptrtoint (i32 ()* @test to i32), i32 2)
|
2003-05-21-MalformedShiftCrash.ll | 4 global i32 ashr (float 1.0, float 2.0)
|
/external/llvm/test/CodeGen/PowerPC/ |
fast-isel-shifter.ll | 35 define i32 @ashr() nounwind { 37 ; ELF64: ashr 39 %ashr = ashr i32 -1, 2 40 ret i32 %ashr 47 %ashr = ashr i32 %src1, %src2 48 ret i32 %ashr
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
2003-01-09-SARTest.ll | 6 %X = ashr i32 -1, 16 ; <i32> [#uses=1] 7 %Y = ashr i32 %X, 16 ; <i32> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/ExecutionEngine/ |
2003-01-09-SARTest.ll | 6 %X = ashr i32 -1, 16 ; <i32> [#uses=1]
7 %Y = ashr i32 %X, 16 ; <i32> [#uses=1]
|
/external/llvm/test/CodeGen/XCore/ |
ashr.ll | 2 define i32 @ashr(i32 %a, i32 %b) nounwind { 3 %1 = ashr i32 %a, %b 6 ; CHECK-LABEL: ashr: 7 ; CHECK-NEXT: ashr r0, r0, r1 10 %1 = ashr i32 %a, 24 14 ; CHECK-NEXT: ashr r0, r0, 24 17 %1 = ashr i32 %a, 31 21 ; CHECK-NEXT: ashr r0, r0, 32 32 ; CHECK-NEXT: ashr r0, r0, 32 44 ; CHECK-NEXT: ashr r0, r0, 3 [all...] |
/external/swiftshader/third_party/LLVM/test/CodeGen/XCore/ |
ashr.ll | 2 define i32 @ashr(i32 %a, i32 %b) { 3 %1 = ashr i32 %a, %b 6 ; CHECK: ashr: 7 ; CHECK-NEXT: ashr r0, r0, r1 10 %1 = ashr i32 %a, 24 14 ; CHECK-NEXT: ashr r0, r0, 24 17 %1 = ashr i32 %a, 31 21 ; CHECK-NEXT: ashr r0, r0, 32 32 ; CHECK-NEXT: ashr r0, r0, 32 44 ; CHECK-NEXT: ashr r0, r0, 3 [all...] |
/external/swiftshader/third_party/LLVM/test/CodeGen/CBackend/ |
pr2408.ll | 6 %shr = ashr i32 %a, 0 ; <i32> [#uses=1] 7 %shr2 = ashr i32 2, 0 ; <i32> [#uses=1] 9 %shr4 = ashr i32 2, 0 ; <i32> [#uses=1]
|
/external/llvm/test/Assembler/ |
2003-05-21-MalformedShiftCrash.ll | 5 @0 = global i32 ashr (float 1.0, float 2.0)
|
2003-11-05-ConstantExprShift.ll | 5 ret i32 ashr (i32 ptrtoint (i32 ()* @test to i32), i32 2)
|
/external/llvm/test/CodeGen/X86/ |
vshift-3.ll | 6 ; Note that x86 does have ashr 12 %ashr = ashr <2 x i64> %val, < i64 32, i64 32 > 13 store <2 x i64> %ashr, <2 x i64>* %dst 21 %ashr = ashr <4 x i32> %val, < i32 5, i32 5, i32 5, i32 5 > 22 store <4 x i32> %ashr, <4 x i32>* %dst 35 %ashr = ashr <4 x i32> %val, %3 36 store <4 x i32> %ashr, <4 x i32>* %ds [all...] |
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
vshift-3.ll | 6 ; Note that x86 does have ashr 13 %ashr = ashr <2 x i64> %val, < i64 32, i64 32 > 14 store <2 x i64> %ashr, <2 x i64>* %dst 22 %ashr = ashr <4 x i32> %val, < i32 5, i32 5, i32 5, i32 5 > 23 store <4 x i32> %ashr, <4 x i32>* %dst 36 %ashr = ashr <4 x i32> %val, %3 37 store <4 x i32> %ashr, <4 x i32>* %ds [all...] |
/external/llvm/test/CodeGen/ARM/ |
fast-isel-shifter.ll | 36 define i32 @ashr() nounwind ssp { 38 ; ARM: ashr 40 %ashr = ashr i32 -1, 2 41 ret i32 %ashr 48 %ashr = ashr i32 %src1, %src2 49 ret i32 %ashr
|
/external/llvm/test/CodeGen/Generic/ |
shift-int64.ll | 4 %Y = ashr i64 %X, 17 ; <i64> [#uses=1] 10 %Y = ashr i64 %X, %shift.upgrd.1 ; <i64> [#uses=1]
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/ |
2003-01-09-SARTest.ll | 6 %X = ashr i32 -1, 16 ; <i32> [#uses=1] 7 %Y = ashr i32 %X, 16 ; <i32> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
shift-int64.ll | 4 %Y = ashr i64 %X, 17 ; <i64> [#uses=1]
10 %Y = ashr i64 %X, %shift.upgrd.1 ; <i64> [#uses=1]
|