Lines Matching refs:noinline
53 public static int $noinline$rotate_int_right_reg_v_csubv(int value, int distance) { in $noinline$rotate_int_right_reg_v_csubv()
61 assertIntEquals($noinline$rotate_int_right_reg_v_csubv(0x11, 0), 0x11); in test_Integer_right_v_csubv()
63 assertIntEquals($noinline$rotate_int_right_reg_v_csubv(0x11, 1), 0x80000008); in test_Integer_right_v_csubv()
64 assertIntEquals($noinline$rotate_int_right_reg_v_csubv(0x11, Integer.SIZE - 1), 0x22); in test_Integer_right_v_csubv()
65 assertIntEquals($noinline$rotate_int_right_reg_v_csubv(0x11, Integer.SIZE), 0x11); in test_Integer_right_v_csubv()
66 assertIntEquals($noinline$rotate_int_right_reg_v_csubv(0x11, Integer.SIZE + 1), 0x80000008); in test_Integer_right_v_csubv()
68 assertIntEquals($noinline$rotate_int_right_reg_v_csubv(0x11, -1), 0x22); in test_Integer_right_v_csubv()
69 assertIntEquals($noinline$rotate_int_right_reg_v_csubv(0x11, -(Integer.SIZE - 1)), 0x80000008); in test_Integer_right_v_csubv()
70 assertIntEquals($noinline$rotate_int_right_reg_v_csubv(0x11, -Integer.SIZE), 0x11); in test_Integer_right_v_csubv()
71 assertIntEquals($noinline$rotate_int_right_reg_v_csubv(0x11, -(Integer.SIZE + 1)), 0x22); in test_Integer_right_v_csubv()
73 assertIntEquals($noinline$rotate_int_right_reg_v_csubv(0x80000000, 1), 0x40000000); in test_Integer_right_v_csubv()
76 public static long $noinline$rotate_long_right_reg_v_csubv(long value, int distance) { in $noinline$rotate_long_right_reg_v_csubv()
84 assertLongEquals($noinline$rotate_long_right_reg_v_csubv(0x11, 0), 0x11); in test_Long_right_v_csubv()
86 assertLongEquals($noinline$rotate_long_right_reg_v_csubv(0x11, 1), 0x8000000000000008L); in test_Long_right_v_csubv()
87 assertLongEquals($noinline$rotate_long_right_reg_v_csubv(0x11, Long.SIZE - 1), 0x22); in test_Long_right_v_csubv()
88 assertLongEquals($noinline$rotate_long_right_reg_v_csubv(0x11, Long.SIZE), 0x11); in test_Long_right_v_csubv()
89 …assertLongEquals($noinline$rotate_long_right_reg_v_csubv(0x11, Long.SIZE + 1), 0x8000000000000008L… in test_Long_right_v_csubv()
91 assertLongEquals($noinline$rotate_long_right_reg_v_csubv(0x11, -1), 0x22); in test_Long_right_v_csubv()
92 …assertLongEquals($noinline$rotate_long_right_reg_v_csubv(0x11, -(Long.SIZE - 1)), 0x80000000000000… in test_Long_right_v_csubv()
93 assertLongEquals($noinline$rotate_long_right_reg_v_csubv(0x11, -Long.SIZE), 0x11); in test_Long_right_v_csubv()
94 assertLongEquals($noinline$rotate_long_right_reg_v_csubv(0x11, -(Long.SIZE + 1)), 0x22); in test_Long_right_v_csubv()
96 …assertLongEquals($noinline$rotate_long_right_reg_v_csubv(0x8000000000000000L, 1), 0x40000000000000… in test_Long_right_v_csubv()
99 public static int $noinline$rotate_int_left_reg_csubv_v(int value, int distance) { in $noinline$rotate_int_left_reg_csubv_v()
107 assertIntEquals($noinline$rotate_int_left_reg_csubv_v(0x11, 0), 0x11); in test_Integer_left_csubv_v()
109 assertIntEquals($noinline$rotate_int_left_reg_csubv_v(0x11, 1), 0x22); in test_Integer_left_csubv_v()
110 assertIntEquals($noinline$rotate_int_left_reg_csubv_v(0x11, Integer.SIZE - 1), 0x80000008); in test_Integer_left_csubv_v()
111 assertIntEquals($noinline$rotate_int_left_reg_csubv_v(0x11, Integer.SIZE), 0x11); in test_Integer_left_csubv_v()
112 assertIntEquals($noinline$rotate_int_left_reg_csubv_v(0x11, Integer.SIZE + 1), 0x22); in test_Integer_left_csubv_v()
114 assertIntEquals($noinline$rotate_int_left_reg_csubv_v(0x11, -1), 0x80000008); in test_Integer_left_csubv_v()
115 assertIntEquals($noinline$rotate_int_left_reg_csubv_v(0x11, -(Integer.SIZE - 1)), 0x22); in test_Integer_left_csubv_v()
116 assertIntEquals($noinline$rotate_int_left_reg_csubv_v(0x11, -Integer.SIZE), 0x11); in test_Integer_left_csubv_v()
117 assertIntEquals($noinline$rotate_int_left_reg_csubv_v(0x11, -(Integer.SIZE + 1)), 0x80000008); in test_Integer_left_csubv_v()
119 assertIntEquals($noinline$rotate_int_left_reg_csubv_v(0xC0000000, 1), 0x80000001); in test_Integer_left_csubv_v()
122 public static long $noinline$rotate_long_left_reg_csubv_v(long value, int distance) { in $noinline$rotate_long_left_reg_csubv_v()
130 assertLongEquals($noinline$rotate_long_left_reg_csubv_v(0x11, 0), 0x11); in test_Long_left_csubv_v()
132 assertLongEquals($noinline$rotate_long_left_reg_csubv_v(0x11, 1), 0x22); in test_Long_left_csubv_v()
133 …assertLongEquals($noinline$rotate_long_left_reg_csubv_v(0x11, Long.SIZE - 1), 0x8000000000000008L); in test_Long_left_csubv_v()
134 assertLongEquals($noinline$rotate_long_left_reg_csubv_v(0x11, Long.SIZE), 0x11); in test_Long_left_csubv_v()
135 assertLongEquals($noinline$rotate_long_left_reg_csubv_v(0x11, Long.SIZE + 1), 0x22); in test_Long_left_csubv_v()
137 assertLongEquals($noinline$rotate_long_left_reg_csubv_v(0x11, -1), 0x8000000000000008L); in test_Long_left_csubv_v()
138 assertLongEquals($noinline$rotate_long_left_reg_csubv_v(0x11, -(Long.SIZE - 1)), 0x22); in test_Long_left_csubv_v()
139 assertLongEquals($noinline$rotate_long_left_reg_csubv_v(0x11, -Long.SIZE), 0x11); in test_Long_left_csubv_v()
140 …assertLongEquals($noinline$rotate_long_left_reg_csubv_v(0x11, -(Long.SIZE + 1)), 0x800000000000000… in test_Long_left_csubv_v()
142 …assertLongEquals($noinline$rotate_long_left_reg_csubv_v(0xC000000000000000L, 1), 0x800000000000000… in test_Long_left_csubv_v()
145 public static int $noinline$rotate_int_right_reg_v_negv(int value, int distance) { in $noinline$rotate_int_right_reg_v_negv()
153 assertIntEquals($noinline$rotate_int_right_reg_v_negv(0x11, 0), 0x11); in test_Integer_right_v_negv()
155 assertIntEquals($noinline$rotate_int_right_reg_v_negv(0x11, 1), 0x80000008); in test_Integer_right_v_negv()
156 assertIntEquals($noinline$rotate_int_right_reg_v_negv(0x11, Integer.SIZE - 1), 0x22); in test_Integer_right_v_negv()
157 assertIntEquals($noinline$rotate_int_right_reg_v_negv(0x11, Integer.SIZE), 0x11); in test_Integer_right_v_negv()
158 assertIntEquals($noinline$rotate_int_right_reg_v_negv(0x11, Integer.SIZE + 1), 0x80000008); in test_Integer_right_v_negv()
160 assertIntEquals($noinline$rotate_int_right_reg_v_negv(0x11, -1), 0x22); in test_Integer_right_v_negv()
161 assertIntEquals($noinline$rotate_int_right_reg_v_negv(0x11, -(Integer.SIZE - 1)), 0x80000008); in test_Integer_right_v_negv()
162 assertIntEquals($noinline$rotate_int_right_reg_v_negv(0x11, -Integer.SIZE), 0x11); in test_Integer_right_v_negv()
163 assertIntEquals($noinline$rotate_int_right_reg_v_negv(0x11, -(Integer.SIZE + 1)), 0x22); in test_Integer_right_v_negv()
165 assertIntEquals($noinline$rotate_int_right_reg_v_negv(0x80000000, 1), 0x40000000); in test_Integer_right_v_negv()
168 public static long $noinline$rotate_long_right_reg_v_negv(long value, int distance) { in $noinline$rotate_long_right_reg_v_negv()
176 assertLongEquals($noinline$rotate_long_right_reg_v_negv(0x11, 0), 0x11); in test_Long_right_v_negv()
178 assertLongEquals($noinline$rotate_long_right_reg_v_negv(0x11, 1), 0x8000000000000008L); in test_Long_right_v_negv()
179 assertLongEquals($noinline$rotate_long_right_reg_v_negv(0x11, Long.SIZE - 1), 0x22); in test_Long_right_v_negv()
180 assertLongEquals($noinline$rotate_long_right_reg_v_negv(0x11, Long.SIZE), 0x11); in test_Long_right_v_negv()
181 …assertLongEquals($noinline$rotate_long_right_reg_v_negv(0x11, Long.SIZE + 1), 0x8000000000000008L); in test_Long_right_v_negv()
183 assertLongEquals($noinline$rotate_long_right_reg_v_negv(0x11, -1), 0x22); in test_Long_right_v_negv()
184 …assertLongEquals($noinline$rotate_long_right_reg_v_negv(0x11, -(Long.SIZE - 1)), 0x800000000000000… in test_Long_right_v_negv()
185 assertLongEquals($noinline$rotate_long_right_reg_v_negv(0x11, -Long.SIZE), 0x11); in test_Long_right_v_negv()
186 assertLongEquals($noinline$rotate_long_right_reg_v_negv(0x11, -(Long.SIZE + 1)), 0x22); in test_Long_right_v_negv()
188 …assertLongEquals($noinline$rotate_long_right_reg_v_negv(0x8000000000000000L, 1), 0x400000000000000… in test_Long_right_v_negv()
191 public static int $noinline$rotate_int_left_reg_negv_v(int value, int distance) { in $noinline$rotate_int_left_reg_negv_v()
199 assertIntEquals($noinline$rotate_int_left_reg_negv_v(0x11, 0), 0x11); in test_Integer_left_negv_v()
201 assertIntEquals($noinline$rotate_int_left_reg_negv_v(0x11, 1), 0x22); in test_Integer_left_negv_v()
202 assertIntEquals($noinline$rotate_int_left_reg_negv_v(0x11, Integer.SIZE - 1), 0x80000008); in test_Integer_left_negv_v()
203 assertIntEquals($noinline$rotate_int_left_reg_negv_v(0x11, Integer.SIZE), 0x11); in test_Integer_left_negv_v()
204 assertIntEquals($noinline$rotate_int_left_reg_negv_v(0x11, Integer.SIZE + 1), 0x22); in test_Integer_left_negv_v()
206 assertIntEquals($noinline$rotate_int_left_reg_negv_v(0x11, -1), 0x80000008); in test_Integer_left_negv_v()
207 assertIntEquals($noinline$rotate_int_left_reg_negv_v(0x11, -(Integer.SIZE - 1)), 0x22); in test_Integer_left_negv_v()
208 assertIntEquals($noinline$rotate_int_left_reg_negv_v(0x11, -Integer.SIZE), 0x11); in test_Integer_left_negv_v()
209 assertIntEquals($noinline$rotate_int_left_reg_negv_v(0x11, -(Integer.SIZE + 1)), 0x80000008); in test_Integer_left_negv_v()
211 assertIntEquals($noinline$rotate_int_left_reg_negv_v(0xC0000000, 1), 0x80000001); in test_Integer_left_negv_v()
214 public static long $noinline$rotate_long_left_reg_negv_v(long value, int distance) { in $noinline$rotate_long_left_reg_negv_v()
222 assertLongEquals($noinline$rotate_long_left_reg_negv_v(0x11, 0), 0x11); in test_Long_left_negv_v()
224 assertLongEquals($noinline$rotate_long_left_reg_negv_v(0x11, 1), 0x22); in test_Long_left_negv_v()
225 … assertLongEquals($noinline$rotate_long_left_reg_negv_v(0x11, Long.SIZE - 1), 0x8000000000000008L); in test_Long_left_negv_v()
226 assertLongEquals($noinline$rotate_long_left_reg_negv_v(0x11, Long.SIZE), 0x11); in test_Long_left_negv_v()
227 assertLongEquals($noinline$rotate_long_left_reg_negv_v(0x11, Long.SIZE + 1), 0x22); in test_Long_left_negv_v()
229 assertLongEquals($noinline$rotate_long_left_reg_negv_v(0x11, -1), 0x8000000000000008L); in test_Long_left_negv_v()
230 assertLongEquals($noinline$rotate_long_left_reg_negv_v(0x11, -(Long.SIZE - 1)), 0x22); in test_Long_left_negv_v()
231 assertLongEquals($noinline$rotate_long_left_reg_negv_v(0x11, -Long.SIZE), 0x11); in test_Long_left_negv_v()
232 …assertLongEquals($noinline$rotate_long_left_reg_negv_v(0x11, -(Long.SIZE + 1)), 0x8000000000000008… in test_Long_left_negv_v()
234 …assertLongEquals($noinline$rotate_long_left_reg_negv_v(0xC000000000000000L, 1), 0x8000000000000001… in test_Long_left_negv_v()
237 public static int $noinline$rotate_int_right_constant_0(int value) { in $noinline$rotate_int_right_constant_0()
244 public static int $noinline$rotate_int_right_constant_1(int value) { in $noinline$rotate_int_right_constant_1()
251 public static int $noinline$rotate_int_right_constant_m1(int value) { in $noinline$rotate_int_right_constant_m1()
258 public static int $noinline$rotate_int_right_constant_16(int value) { in $noinline$rotate_int_right_constant_16()
266 assertIntEquals($noinline$rotate_int_right_constant_0(0x11), 0x11); in test_Integer_right_constant_v()
267 assertIntEquals($noinline$rotate_int_right_constant_1(0x11), 0x80000008); in test_Integer_right_constant_v()
268 assertIntEquals($noinline$rotate_int_right_constant_m1(0x11), 0x22); in test_Integer_right_constant_v()
269 assertIntEquals($noinline$rotate_int_right_constant_16(0x11), 0x110000); in test_Integer_right_constant_v()
272 public static long $noinline$rotate_long_right_constant_0(long value) { in $noinline$rotate_long_right_constant_0()
279 public static long $noinline$rotate_long_right_constant_1(long value) { in $noinline$rotate_long_right_constant_1()
286 public static long $noinline$rotate_long_right_constant_m1(long value) { in $noinline$rotate_long_right_constant_m1()
293 public static long $noinline$rotate_long_right_constant_16(long value) { in $noinline$rotate_long_right_constant_16()
300 public static long $noinline$rotate_long_right_constant_32(long value) { in $noinline$rotate_long_right_constant_32()
307 public static long $noinline$rotate_long_right_constant_48(long value) { in $noinline$rotate_long_right_constant_48()
314 public static long $noinline$rotate_long_right_constant_64(long value) { in $noinline$rotate_long_right_constant_64()
322 assertLongEquals($noinline$rotate_long_right_constant_0(0x11), 0x11); in test_Long_right_constant_v()
323 assertLongEquals($noinline$rotate_long_right_constant_1(0x11), 0x8000000000000008L); in test_Long_right_constant_v()
324 assertLongEquals($noinline$rotate_long_right_constant_m1(0x11), 0x22); in test_Long_right_constant_v()
325 assertLongEquals($noinline$rotate_long_right_constant_16(0x11), 0x11000000000000L); in test_Long_right_constant_v()
326 assertLongEquals($noinline$rotate_long_right_constant_32(0x11), 0x1100000000L); in test_Long_right_constant_v()
327 assertLongEquals($noinline$rotate_long_right_constant_48(0x11), 0x110000L); in test_Long_right_constant_v()
330 public static int $noinline$rotate_int_left_constant_0(int value) { in $noinline$rotate_int_left_constant_0()
337 public static int $noinline$rotate_int_left_constant_1(int value) { in $noinline$rotate_int_left_constant_1()
344 public static int $noinline$rotate_int_left_constant_m1(int value) { in $noinline$rotate_int_left_constant_m1()
351 public static int $noinline$rotate_int_left_constant_16(int value) { in $noinline$rotate_int_left_constant_16()
359 assertIntEquals($noinline$rotate_int_left_constant_0(0x11), 0x11); in test_Integer_left_constant_v()
360 assertIntEquals($noinline$rotate_int_left_constant_1(0x11), 0x22); in test_Integer_left_constant_v()
361 assertIntEquals($noinline$rotate_int_left_constant_m1(0x11), 0x80000008); in test_Integer_left_constant_v()
362 assertIntEquals($noinline$rotate_int_left_constant_16(0x11), 0x110000); in test_Integer_left_constant_v()
365 public static long $noinline$rotate_long_left_constant_0(long value) { in $noinline$rotate_long_left_constant_0()
372 public static long $noinline$rotate_long_left_constant_1(long value) { in $noinline$rotate_long_left_constant_1()
379 public static long $noinline$rotate_long_left_constant_m1(long value) { in $noinline$rotate_long_left_constant_m1()
386 public static long $noinline$rotate_long_left_constant_16(long value) { in $noinline$rotate_long_left_constant_16()
393 public static long $noinline$rotate_long_left_constant_32(long value) { in $noinline$rotate_long_left_constant_32()
400 public static long $noinline$rotate_long_left_constant_48(long value) { in $noinline$rotate_long_left_constant_48()
407 public static long $noinline$rotate_long_left_constant_64(long value) { in $noinline$rotate_long_left_constant_64()
415 assertLongEquals($noinline$rotate_long_left_constant_0(0x11), 0x11); in test_Long_left_constant_v()
416 assertLongEquals($noinline$rotate_long_left_constant_1(0x11), 0x22); in test_Long_left_constant_v()
417 assertLongEquals($noinline$rotate_long_left_constant_m1(0x11), 0x8000000000000008L); in test_Long_left_constant_v()
418 assertLongEquals($noinline$rotate_long_left_constant_16(0x11), 0x110000L); in test_Long_left_constant_v()
419 assertLongEquals($noinline$rotate_long_left_constant_32(0x11), 0x1100000000L); in test_Long_left_constant_v()
420 assertLongEquals($noinline$rotate_long_left_constant_48(0x11), 0x11000000000000L); in test_Long_left_constant_v()