/art/test/640-checker-int-simd/src/ |
Main.java | 167 static void shr33() { method in class:Main 239 shr33(); method 241 expectEquals(0x1fffffff, a[i], "shr33");
|
/art/test/640-checker-byte-simd/src/ |
Main.java | 177 static void shr33() { method in class:Main 264 shr33(); method 266 expectEquals((byte) 0x09, a[i], "shr33");
|
/art/test/640-checker-char-simd/src/ |
Main.java | 177 static void shr33() { method in class:Main 260 shr33(); method 262 expectEquals((char) 0x0900, a[i], "shr33");
|
/art/test/640-checker-short-simd/src/ |
Main.java | 178 static void shr33() { method in class:Main 259 shr33(); method 261 expectEquals((short) 0x0900, a[i], "shr33");
|
/art/test/538-checker-embed-constants/src/ |
Main.java | 409 /// CHECK-START-ARM: long Main.shr33(long) disassembly (after) 413 /// CHECK-START-ARM: long Main.shr33(long) disassembly (after) 416 public static long shr33(long arg) { method in class:Main 697 assertLongEquals(shr33(longArg), 0x00000000091a2b3cL); method 703 assertLongEquals(shr33(~longArg), 0xfffffffff6e5d4c3L); method
|