HomeSort by relevance Sort by last modified time
    Searched full:shr1 (Results 1 - 17 of 17) sorted by null

  /external/llvm/test/CodeGen/Hexagon/
fusedandshift.ll 11 %shr1 = ashr i32 %conv1, 3
12 %and1 = and i32 %shr1, 15
brev_ld.ll 25 %shr1 = lshr i32 %conv, 1
30 %sub = sub i32 13, %shr1
45 %shr1 = lshr i32 %conv, 1
50 %sub = sub i32 14, %shr1
65 %shr1 = lshr i32 %conv, 1
70 %sub = sub i32 15, %shr1
85 %shr1 = lshr i32 %conv, 1
90 %sub = sub i32 15, %shr1
105 %shr1 = lshr i32 %conv, 1
109 %sub = sub nsw i32 16, %shr1
    [all...]
circ_ld.ll 24 %shr1 = lshr i32 %conv, 1
28 %or = or i32 %shr1, 33554432
41 %shr1 = lshr i32 %conv, 1
46 %shl = shl nuw nsw i32 %shr1, 3
61 %shr1 = and i32 %conv, 65534
66 %or = or i32 %shr1, 50331648
80 %shr1 = lshr i32 %conv, 1
84 %or = or i32 %shr1, 33554432
97 %shr1 = and i32 %conv, 65534
102 %or = or i32 %shr1, 5033164
    [all...]
sdr-basic.ll 12 %shr1 = lshr i64 %xor, 32
13 %conv = trunc i64 %shr1 to i32
circ_st.ll 38 %shr1 = lshr i32 %conv, 1
42 %shl = shl nuw nsw i32 %shr1, 3
90 %shr1 = lshr i32 %conv, 1
94 %shl = shl nuw nsw i32 %shr1, 2
brev_st.ll 41 %shr1 = lshr i32 %conv, 1
45 %sub = sub i32 14, %shr1
  /external/llvm/test/CodeGen/Mips/
shift-parts.ll 12 define i64 @shr1(i64 %a, i32 %b) nounwind readnone {
14 ; CHECK: shr1
micromips-shift.ll 37 %shr1 = lshr i32 %1, 10
38 store i32 %shr1, i32* @n, align 4
  /external/llvm/test/CodeGen/AArch64/
andandshift.ll 11 %shr1 = lshr i32 %conv, 3
12 ret i32 %shr1
arm64-bitfield-extract.ll 120 %shr1 = lshr i32 %or, 2
121 store i32 %shr1, i32* %y, align 8
163 %shr1 = lshr i64 %or, 2
164 store i64 %shr1, i64* %y, align 8
306 %shr1 = lshr i32 %x1, 5
307 %and3 = and i32 %shr1, 7
336 %shr1 = lshr i64 %x1, 5
337 %and3 = and i64 %shr1, 7
  /external/v8/test/mjsunit/
int32-ops.js 109 function Shr1(x) {
142 assertEquals(0, Shr1(1));
146 assertEquals(1073741824, Shr1(SMI_MIN));
150 assertEquals(21, Shr1(OBJ_42));
smi-ops-inlined.js 107 function Shr1(x) {
140 assertEquals(0, Shr1(1));
144 assertEquals(1610612736, Shr1(SMI_MIN));
148 assertEquals(21, Shr1(OBJ_42));
smi-ops.js 105 function Shr1(x) {
138 assertEquals(0, Shr1(1));
142 assertEquals(1610612736, Shr1(SMI_MIN));
146 assertEquals(21, Shr1(OBJ_42));
  /art/test/538-checker-embed-constants/src/
Main.java 338 /// CHECK-START-ARM: long Main.shr1(long) disassembly (after)
342 /// CHECK-START-ARM: long Main.shr1(long) disassembly (after)
345 public static long shr1(long arg) { method in class:Main
540 assertLongEquals(shr1(longArg), 0x091a2b3c43b2a190L); method
546 assertLongEquals(shr1(~longArg), 0xf6e5d4c3bc4d5e6fL); method
  /external/llvm/test/Transforms/InstCombine/
shift.ll 746 ; CHECK: %shl = shl i32 %shr1, 4
  /frameworks/av/media/libstagefright/httplive/
M3UParser.cpp     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
tilepro-opc.c     [all...]

Completed in 229 milliseconds