HomeSort by relevance Sort by last modified time
    Searched refs:shr2 (Results 1 - 11 of 11) sorted by null

  /art/test/640-checker-int-simd/src/
Main.java 145 /// CHECK-START: void Main.shr2() loop_optimization (before)
150 /// CHECK-START-ARM64: void Main.shr2() loop_optimization (after)
153 static void shr2() { method in class:Main
231 shr2(); method
233 expectEquals(0x3fffffff, a[i], "shr2");
  /art/test/640-checker-long-simd/src/
Main.java 143 /// CHECK-START: void Main.shr2() loop_optimization (before)
148 /// CHECK-START-ARM64: void Main.shr2() loop_optimization (after)
151 static void shr2() { method in class:Main
229 shr2(); method
231 expectEquals(0x3fffffffffffffffL, a[i], "shr2");
  /art/test/640-checker-byte-simd/src/
Main.java 145 /// CHECK-START: void Main.shr2() loop_optimization (before)
150 /// CHECK-START-ARM64: void Main.shr2() loop_optimization (after)
153 static void shr2() { method in class:Main
247 shr2(); method
249 expectEquals((byte) 0xff, a[i], "shr2"); // sic!
  /art/test/640-checker-char-simd/src/
Main.java 145 /// CHECK-START: void Main.shr2() loop_optimization (before)
150 /// CHECK-START-ARM64: void Main.shr2() loop_optimization (after)
153 static void shr2() { method in class:Main
241 shr2(); method
243 expectEquals((char) 0x0fff, a[i], "shr2");
  /art/test/640-checker-short-simd/src/
Main.java 145 /// CHECK-START: void Main.shr2() loop_optimization (before)
150 /// CHECK-START-ARM64: void Main.shr2() loop_optimization (after)
153 static void shr2() { method in class:Main
242 shr2(); method
244 expectEquals((short) 0xffff, a[i], "shr2"); // sic!
  /art/test/538-checker-embed-constants/src/
Main.java 373 /// CHECK-START-ARM: long Main.shr2(long) disassembly (after)
378 /// CHECK-START-ARM: long Main.shr2(long) disassembly (after)
381 public static long shr2(long arg) { method in class:Main
694 assertLongEquals(shr2(longArg), 0x048d159e21d950c8L); method
700 assertLongEquals(shr2(~longArg), 0xfb72ea61de26af37L); method
  /external/libhevc/common/arm/
ihevc_intra_pred_luma_dc.s 235 vqshrun.s16 d2, q10, #2 @columns shr2 movn (prol)
241 vqshrun.s16 d3, q11, #2 @rows shr2 movn (prol)
261 vqshrun.s16 d4, q13, #2 @columns shr2 movn (prol extra)
319 vqshrun.s16 d3, q11, #2 @rows shr2 movn (prol)
469 vqshrun.s16 d2, q10, #2 @columns shr2 movn (prol)
472 vqshrun.s16 d3, q11, #2 @rows shr2 movn (prol)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
insns-c674x.s 1168 shr2 .S1 a1,a2,a3
1169 [!b0] shr2 .S1X b4,a5,a6
1170 [a1] shr2 .S2 b7,b8,b9
1171 shr2 .S2X a10,b11,b12
1172 shr2 .S1 a1,31,a3
1173 [b1] shr2 .S1X b4,0,a6
1174 [!a1] shr2 .S2 b7,5,b9
1175 shr2 .S2X a10,25,b12
    [all...]
insns-bad-1.s 1028 shr2 .L1 a0,a0,a0
1029 shr2 .L1 a0,0,a0
1030 shr2 .S1 a0,a0
1031 shr2 .S1 a1,b0,a0
1032 shr2 .S2X b0,b0,b0
1033 shr2 .S1 a0,-1,a0
1034 shr2 .S1 a0,32,a0
insns-c674x.d     [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
tic6x-opcode-table.h     [all...]

Completed in 891 milliseconds