Home
last modified time | relevance | path

Searched refs:TEST_VREINTERPRET (Results 1 – 1 of 1) sorted by relevance

/external/arm-neon-tests/
Dref_vreinterpret.c41 #define TEST_VREINTERPRET(Q, T1, T2, W, N, TS1, TS2, WS, NS) \ in exec_vreinterpret() macro
100 TEST_VREINTERPRET(, int, s, 8, 8, int, s, 16, 4); in exec_vreinterpret()
101 TEST_VREINTERPRET(, int, s, 8, 8, int, s, 32, 2); in exec_vreinterpret()
102 TEST_VREINTERPRET(, int, s, 8, 8, int, s, 64, 1); in exec_vreinterpret()
103 TEST_VREINTERPRET(, int, s, 8, 8, uint, u, 8, 8); in exec_vreinterpret()
104 TEST_VREINTERPRET(, int, s, 8, 8, uint, u, 16, 4); in exec_vreinterpret()
105 TEST_VREINTERPRET(, int, s, 8, 8, uint, u, 32, 2); in exec_vreinterpret()
106 TEST_VREINTERPRET(, int, s, 8, 8, uint, u, 64, 1); in exec_vreinterpret()
107 TEST_VREINTERPRET(, int, s, 8, 8, poly, p, 8, 8); in exec_vreinterpret()
108 TEST_VREINTERPRET(, int, s, 8, 8, poly, p, 16, 4); in exec_vreinterpret()
[all …]