Searched refs:TEST_VDUP_LANE (Results 1 – 1 of 1) sorted by relevance
/external/arm-neon-tests/ |
D | ref_vdup_lane.c | 38 #define TEST_VDUP_LANE(Q, T1, T2, W, N, N2, L) \ in exec_vdup_lane() macro 56 TEST_VDUP_LANE(, int, s, 8, 8, 8, 1); in exec_vdup_lane() 57 TEST_VDUP_LANE(, int, s, 16, 4, 4, 2); in exec_vdup_lane() 58 TEST_VDUP_LANE(, int, s, 32, 2, 2, 1); in exec_vdup_lane() 59 TEST_VDUP_LANE(, int, s, 64, 1, 1, 0); in exec_vdup_lane() 60 TEST_VDUP_LANE(, uint, u, 8, 8, 8, 7); in exec_vdup_lane() 61 TEST_VDUP_LANE(, uint, u, 16, 4, 4, 3); in exec_vdup_lane() 62 TEST_VDUP_LANE(, uint, u, 32, 2, 2, 1); in exec_vdup_lane() 63 TEST_VDUP_LANE(, uint, u, 64, 1, 1, 0); in exec_vdup_lane() 64 TEST_VDUP_LANE(, poly, p, 8, 8, 8, 7); in exec_vdup_lane() [all …]
|