Home | History | Annotate | Download | only in src

Lines Matching refs:x11

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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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$rotate_long_left_constant_32(0x11
420 assertLongEquals($noinline$rotate_long_left_constant_48(0x11), 0x11000000000000L);