Lines Matching refs:DECL_VSTX_LANE
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()
88 DECL_VSTX_LANE(int, 16, 8, X); \ in exec_vstX_lane()
89 DECL_VSTX_LANE(int, 32, 4, X); \ in exec_vstX_lane()
90 DECL_VSTX_LANE(uint, 16, 8, X); \ in exec_vstX_lane()
91 DECL_VSTX_LANE(uint, 32, 4, X); \ in exec_vstX_lane()
92 DECL_VSTX_LANE(poly, 16, 8, X); \ in exec_vstX_lane()
93 DECL_VSTX_LANE(float, 32, 4, X) in exec_vstX_lane()
97 DECL_VSTX_LANE(float, 16, 4, X); \ in exec_vstX_lane()
98 DECL_VSTX_LANE(float, 16, 8, X) in exec_vstX_lane()