HomeSort by relevance Sort by last modified time
    Searched full:lshr (Results 276 - 300 of 849) sorted by null

<<11121314151617181920>>

  /external/llvm/test/CodeGen/X86/
pr2849.ll 23 %tmp2 = lshr i64 %tmp1, 3
31 %tmp13 = lshr i64 %tmp12, 3
2006-01-19-ISelFoldingBug.ll 15 %tmp.4 = lshr i32 %B, %shift.upgrd.2 ; <i32> [#uses=1]
2006-05-08-CoalesceSubRegClass.ll 17 %tmp6 = lshr i32 %A, 3 ; <i32> [#uses=1]
2007-10-16-CoalescerCrash.ll 22 %tmp35 = lshr i32 %tmp2180, %tmp2223 ; <i32> [#uses=1]
2008-06-13-NotVolatileLoadStore.ll 21 %tmp = lshr i32 %l2, 16 ; <i32> [#uses=1]
  /external/clang/test/CodeGen/
arm_acle.c 123 // ARM: lshr
132 // ARM: lshr
141 // ARM: lshr
189 // ARM: lshr {{.*}}, 16
198 // AArch32: lshr {{.*}}, 16
201 // AArch64: [[T1:%.*]] = lshr i64 [[IN:%.*]], 32
204 // AArch64: [[T4:%.*]] = lshr i32 [[T3]], 16
211 // AArch64: [[T11:%.*]] = lshr i32 [[T10]], 16
221 // ARM: [[T1:%.*]] = lshr i64 [[IN:%.*]], 32
224 // ARM: [[T4:%.*]] = lshr i32 [[T3]], 1
    [all...]
  /external/llvm/test/CodeGen/ARM/
vshift.ll 145 %tmp3 = lshr <8 x i8> %tmp1, %tmp2
155 %tmp3 = lshr <4 x i16> %tmp1, %tmp2
165 %tmp3 = lshr <2 x i32> %tmp1, %tmp2
175 %tmp3 = lshr <1 x i64> %tmp1, %tmp2
183 %tmp2 = lshr <8 x i8> %tmp1, < i8 7, i8 7, i8 7, i8 7, i8 7, i8 7, i8 7, i8 7 >
191 %tmp2 = lshr <4 x i16> %tmp1, < i16 15, i16 15, i16 15, i16 15 >
199 %tmp2 = lshr <2 x i32> %tmp1, < i32 31, i32 31 >
207 %tmp2 = lshr <1 x i64> %tmp1, < i64 63 >
217 %tmp3 = lshr <16 x i8> %tmp1, %tmp2
227 %tmp3 = lshr <8 x i16> %tmp1, %tmp
    [all...]
2010-06-11-vmovdrr-bitcast.ll 11 %tmp8 = lshr i128 %srcval, 64 ; <i128> [#uses=1]
2012-11-14-subs_carry.ll 31 %tmp423 = lshr i64 %tmp422, 32
uxt_rot.ll 16 %B.u = lshr i32 %A.u, 8
  /dalvik/dx/tests/101-verify-wide-math/
run 51 oneop lshr
  /external/llvm/test/Analysis/ScalarEvolution/
2012-05-18-LoopPredRecurse.ll 23 %div = lshr i32 %conv, 1
shift-op.ll 11 %iv.shift = lshr i32 %iv, 1
117 %iv.shift = lshr i32 %iv, %shift.amt
134 %iv.shift = lshr i32 %iv, 1
155 %iv.test = lshr i32 %iv, 1
  /external/llvm/test/CodeGen/AArch64/
machine-sink-kill-flags.ll 20 %next_iter = lshr i32 %loc, 1
  /external/llvm/test/CodeGen/BPF/
shifts.ll 7 %shr = lshr i8 %a, %cnt
31 %shr = lshr i16 %a, %cnt
56 %shr = lshr i32 %a, %cnt
80 %shr = lshr i64 %a, %cnt
  /external/llvm/test/CodeGen/Hexagon/
sdr-basic.ll 12 %shr1 = lshr i64 %xor, 32
tail-dup-subreg-abort.ll 20 %t1 = lshr i64 %y, 32
  /external/llvm/test/CodeGen/Mips/
extins.ll 8 %shr = lshr i32 %s, 5
srl1.ll 10 %shr = lshr i32 %0, 4
srl2.ll 12 %shr = lshr i32 %0, %1
  /external/llvm/test/CodeGen/PowerPC/
2006-09-28-shift_64.ll 18 %tmp7 = lshr i64 %tmp3, %shift.upgrd.1 ; <i64> [#uses=1]
2008-07-15-SignExtendInreg.ll 8 lshr i16 %0, 11 ; <i16>:1 [#uses=0]
2012-10-12-bitcast.ll 9 %1 = lshr i128 %0, 96
and_sext.ll 24 %tmp1 = lshr i32 %X, 16
  /external/llvm/test/CodeGen/Thumb2/
thumb2-rev.ll 15 %tmp1 = lshr i32 %X, 8

Completed in 308 milliseconds

<<11121314151617181920>>