Lines Matching refs:assertLongEquals

25   public static void assertLongEquals(long expected, long actual) {  in assertLongEquals()  method in Main
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()
89assertLongEquals($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()
92assertLongEquals($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()
96assertLongEquals($noinline$rotate_long_right_reg_v_csubv(0x8000000000000000L, 1), 0x40000000000000… in test_Long_right_v_csubv()
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()
133assertLongEquals($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()
140assertLongEquals($noinline$rotate_long_left_reg_csubv_v(0x11, -(Long.SIZE + 1)), 0x800000000000000… in test_Long_left_csubv_v()
142assertLongEquals($noinline$rotate_long_left_reg_csubv_v(0xC000000000000000L, 1), 0x800000000000000… in test_Long_left_csubv_v()
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()
181assertLongEquals($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()
184assertLongEquals($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()
188assertLongEquals($noinline$rotate_long_right_reg_v_negv(0x8000000000000000L, 1), 0x400000000000000… in test_Long_right_v_negv()
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()
225assertLongEquals($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()
232assertLongEquals($noinline$rotate_long_left_reg_negv_v(0x11, -(Long.SIZE + 1)), 0x8000000000000008… in test_Long_left_negv_v()
234assertLongEquals($noinline$rotate_long_left_reg_negv_v(0xC000000000000000L, 1), 0x8000000000000001… in test_Long_left_negv_v()
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()
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()