Home | History | Annotate | Download | only in src

Lines Matching refs:noinline

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