Lines Matching refs:x22
64 assertIntEquals($noinline$rotate_int_right_reg_v_csubv(0x11, Integer.SIZE - 1), 0x22);
68 assertIntEquals($noinline$rotate_int_right_reg_v_csubv(0x11, -1), 0x22);
71 assertIntEquals($noinline$rotate_int_right_reg_v_csubv(0x11, -(Integer.SIZE + 1)), 0x22);
87 assertLongEquals($noinline$rotate_long_right_reg_v_csubv(0x11, Long.SIZE - 1), 0x22);
91 assertLongEquals($noinline$rotate_long_right_reg_v_csubv(0x11, -1), 0x22);
94 assertLongEquals($noinline$rotate_long_right_reg_v_csubv(0x11, -(Long.SIZE + 1)), 0x22);
109 assertIntEquals($noinline$rotate_int_left_reg_csubv_v(0x11, 1), 0x22);
112 assertIntEquals($noinline$rotate_int_left_reg_csubv_v(0x11, Integer.SIZE + 1), 0x22);
115 assertIntEquals($noinline$rotate_int_left_reg_csubv_v(0x11, -(Integer.SIZE - 1)), 0x22);
132 assertLongEquals($noinline$rotate_long_left_reg_csubv_v(0x11, 1), 0x22);
135 assertLongEquals($noinline$rotate_long_left_reg_csubv_v(0x11, Long.SIZE + 1), 0x22);
138 assertLongEquals($noinline$rotate_long_left_reg_csubv_v(0x11, -(Long.SIZE - 1)), 0x22);
156 assertIntEquals($noinline$rotate_int_right_reg_v_negv(0x11, Integer.SIZE - 1), 0x22);
160 assertIntEquals($noinline$rotate_int_right_reg_v_negv(0x11, -1), 0x22);
163 assertIntEquals($noinline$rotate_int_right_reg_v_negv(0x11, -(Integer.SIZE + 1)), 0x22);
179 assertLongEquals($noinline$rotate_long_right_reg_v_negv(0x11, Long.SIZE - 1), 0x22);
183 assertLongEquals($noinline$rotate_long_right_reg_v_negv(0x11, -1), 0x22);
186 assertLongEquals($noinline$rotate_long_right_reg_v_negv(0x11, -(Long.SIZE + 1)), 0x22);
201 assertIntEquals($noinline$rotate_int_left_reg_negv_v(0x11, 1), 0x22);
204 assertIntEquals($noinline$rotate_int_left_reg_negv_v(0x11, Integer.SIZE + 1), 0x22);
207 assertIntEquals($noinline$rotate_int_left_reg_negv_v(0x11, -(Integer.SIZE - 1)), 0x22);
224 assertLongEquals($noinline$rotate_long_left_reg_negv_v(0x11, 1), 0x22);
227 assertLongEquals($noinline$rotate_long_left_reg_negv_v(0x11, Long.SIZE + 1), 0x22);
230 assertLongEquals($noinline$rotate_long_left_reg_negv_v(0x11, -(Long.SIZE - 1)), 0x22);
268 assertIntEquals($noinline$rotate_int_right_constant_m1(0x11), 0x22);
324 assertLongEquals($noinline$rotate_long_right_constant_m1(0x11), 0x22);
360 assertIntEquals($noinline$rotate_int_left_constant_1(0x11), 0x22);
416 assertLongEquals($noinline$rotate_long_left_constant_1(0x11), 0x22);