Searched refs:TEST_VMULL_LANE (Results 1 – 1 of 1) sorted by relevance
/external/arm-neon-tests/ |
D | ref_vmull_lane.c | 38 #define TEST_VMULL_LANE(T1, T2, W, W2, N, L) \ in exec_vmull_lane() macro 76 TEST_VMULL_LANE(int, s, 16, 32, 4, 2); in exec_vmull_lane() 77 TEST_VMULL_LANE(int, s, 32, 64, 2, 1); in exec_vmull_lane() 78 TEST_VMULL_LANE(uint, u, 16, 32, 4, 2); in exec_vmull_lane() 79 TEST_VMULL_LANE(uint, u, 32, 64, 2, 1); in exec_vmull_lane()
|