Searched refs:DECL_VLDX (Results 1 – 1 of 1) sorted by relevance
/external/arm-neon-tests/ |
D | ref_vldX.c | 37 #define DECL_VLDX(T1, W, N, X) \ in exec_vldX() macro 67 DECL_VLDX(int, 8, 8, X); \ in exec_vldX() 68 DECL_VLDX(int, 16, 4, X); \ in exec_vldX() 69 DECL_VLDX(int, 32, 2, X); \ in exec_vldX() 70 DECL_VLDX(int, 64, 1, X); \ in exec_vldX() 71 DECL_VLDX(uint, 8, 8, X); \ in exec_vldX() 72 DECL_VLDX(uint, 16, 4, X); \ in exec_vldX() 73 DECL_VLDX(uint, 32, 2, X); \ in exec_vldX() 74 DECL_VLDX(uint, 64, 1, X); \ in exec_vldX() 75 DECL_VLDX(poly, 8, 8, X); \ in exec_vldX() [all …]
|