Lines Matching refs:TEST_VREINTERPRET_FP
55 #define TEST_VREINTERPRET_FP(Q, T1, T2, W, N, TS1, TS2, WS, NS) \ in exec_vreinterpret() macro
298 TEST_VREINTERPRET_FP(, float, f, 32, 2, int, s, 8, 8); in exec_vreinterpret()
299 TEST_VREINTERPRET_FP(, float, f, 32, 2, int, s, 16, 4); in exec_vreinterpret()
300 TEST_VREINTERPRET_FP(, float, f, 32, 2, int, s, 32, 2); in exec_vreinterpret()
301 TEST_VREINTERPRET_FP(, float, f, 32, 2, int, s, 64, 1); in exec_vreinterpret()
302 TEST_VREINTERPRET_FP(, float, f, 32, 2, uint, u, 8, 8); in exec_vreinterpret()
303 TEST_VREINTERPRET_FP(, float, f, 32, 2, uint, u, 16, 4); in exec_vreinterpret()
304 TEST_VREINTERPRET_FP(, float, f, 32, 2, uint, u, 32, 2); in exec_vreinterpret()
305 TEST_VREINTERPRET_FP(, float, f, 32, 2, uint, u, 64, 1); in exec_vreinterpret()
306 TEST_VREINTERPRET_FP(, float, f, 32, 2, poly, p, 8, 8); in exec_vreinterpret()
307 TEST_VREINTERPRET_FP(, float, f, 32, 2, poly, p, 16, 4); in exec_vreinterpret()
310 TEST_VREINTERPRET_FP(q, float, f, 32, 4, int, s, 8, 16); in exec_vreinterpret()
311 TEST_VREINTERPRET_FP(q, float, f, 32, 4, int, s, 16, 8); in exec_vreinterpret()
312 TEST_VREINTERPRET_FP(q, float, f, 32, 4, int, s, 32, 4); in exec_vreinterpret()
313 TEST_VREINTERPRET_FP(q, float, f, 32, 4, int, s, 64, 2); in exec_vreinterpret()
314 TEST_VREINTERPRET_FP(q, float, f, 32, 4, uint, u, 8, 16); in exec_vreinterpret()
315 TEST_VREINTERPRET_FP(q, float, f, 32, 4, uint, u, 16, 8); in exec_vreinterpret()
316 TEST_VREINTERPRET_FP(q, float, f, 32, 4, uint, u, 32, 4); in exec_vreinterpret()
317 TEST_VREINTERPRET_FP(q, float, f, 32, 4, uint, u, 64, 2); in exec_vreinterpret()
318 TEST_VREINTERPRET_FP(q, float, f, 32, 4, poly, p, 8, 16); in exec_vreinterpret()
319 TEST_VREINTERPRET_FP(q, float, f, 32, 4, poly, p, 16, 8); in exec_vreinterpret()
383 TEST_VREINTERPRET_FP(, float, f, 32, 2, float, f, 16, 4); in exec_vreinterpret()
396 TEST_VREINTERPRET_FP(q, float, f, 32, 4, float, f, 16, 8); in exec_vreinterpret()