Lines Matching refs:TEST_MSG
35 #define TEST_MSG "VRSQRTE/VRSQRTEQ" macro
75 fprintf (ref_file, "\n%s output:\n", TEST_MSG); in exec_vrsqrte()
76 fprintf (gcc_tests_file, "\n%s output:\n", TEST_MSG); in exec_vrsqrte()
77 DUMP(TEST_MSG, uint, 32, 2, PRIx32); in exec_vrsqrte()
78 DUMP(TEST_MSG, uint, 32, 4, PRIx32); in exec_vrsqrte()
79 DUMP_FP(TEST_MSG, float, 32, 2, PRIx32); in exec_vrsqrte()
80 DUMP_FP(TEST_MSG, float, 32, 4, PRIx32); in exec_vrsqrte()
92 fprintf (ref_file, "\n%s output:\n", TEST_MSG " (2)"); in exec_vrsqrte()
93 DUMP(TEST_MSG, uint, 32, 2, PRIx32); in exec_vrsqrte()
94 DUMP(TEST_MSG, uint, 32, 4, PRIx32); in exec_vrsqrte()
104 fprintf (ref_file, "\n%s output:\n", TEST_MSG " (3)"); in exec_vrsqrte()
105 DUMP(TEST_MSG, uint, 32, 2, PRIx32); in exec_vrsqrte()
106 DUMP(TEST_MSG, uint, 32, 4, PRIx32); in exec_vrsqrte()
116 fprintf (ref_file, "\n%s output:\n", TEST_MSG " FP special (NaN, 0)"); in exec_vrsqrte()
117 DUMP_FP(TEST_MSG, float, 32, 2, PRIx32); in exec_vrsqrte()
118 DUMP_FP(TEST_MSG, float, 32, 4, PRIx32); in exec_vrsqrte()
128 fprintf (ref_file, "\n%s output:\n", TEST_MSG " FP special (negative, infinity)"); in exec_vrsqrte()
129 DUMP_FP(TEST_MSG, float, 32, 2, PRIx32); in exec_vrsqrte()
130 DUMP_FP(TEST_MSG, float, 32, 4, PRIx32); in exec_vrsqrte()
140 fprintf (ref_file, "\n%s output:\n", TEST_MSG " FP special (-0, -infinity)"); in exec_vrsqrte()
141 DUMP_FP(TEST_MSG, float, 32, 2, PRIx32); in exec_vrsqrte()
142 DUMP_FP(TEST_MSG, float, 32, 4, PRIx32); in exec_vrsqrte()