Searched refs:DECL_VSTX_LANE (Results 1 – 1 of 1) sorted by relevance
/external/arm-neon-tests/ |
D | ref_vstX_lane.c | 37 #define DECL_VSTX_LANE(T1, W, N, X) \ in exec_vstX_lane() macro 79 DECL_VSTX_LANE(int, 8, 8, X); \ in exec_vstX_lane() 80 DECL_VSTX_LANE(int, 16, 4, X); \ in exec_vstX_lane() 81 DECL_VSTX_LANE(int, 32, 2, X); \ in exec_vstX_lane() 82 DECL_VSTX_LANE(uint, 8, 8, X); \ in exec_vstX_lane() 83 DECL_VSTX_LANE(uint, 16, 4, X); \ in exec_vstX_lane() 84 DECL_VSTX_LANE(uint, 32, 2, X); \ in exec_vstX_lane() 85 DECL_VSTX_LANE(poly, 8, 8, X); \ in exec_vstX_lane() 86 DECL_VSTX_LANE(poly, 16, 4, X); \ in exec_vstX_lane() 87 DECL_VSTX_LANE(float, 32, 2, X); \ in exec_vstX_lane() [all …]
|