Lines Matching refs:DECL_VARIABLE
38 DECL_VARIABLE(VAR, int, 16, 4); \ in exec_vmul_lane()
39 DECL_VARIABLE(VAR, int, 32, 2); \ in exec_vmul_lane()
40 DECL_VARIABLE(VAR, uint, 16, 4); \ in exec_vmul_lane()
41 DECL_VARIABLE(VAR, uint, 32, 2); \ in exec_vmul_lane()
42 DECL_VARIABLE(VAR, float, 32, 2); \ in exec_vmul_lane()
43 DECL_VARIABLE(VAR, int, 16, 8); \ in exec_vmul_lane()
44 DECL_VARIABLE(VAR, int, 32, 4); \ in exec_vmul_lane()
45 DECL_VARIABLE(VAR, uint, 16, 8); \ in exec_vmul_lane()
46 DECL_VARIABLE(VAR, uint, 32, 4); \ in exec_vmul_lane()
47 DECL_VARIABLE(VAR, float, 32, 4) in exec_vmul_lane()
63 DECL_VARIABLE(vector2, int, 16, 4); in exec_vmul_lane()
64 DECL_VARIABLE(vector2, int, 32, 2); in exec_vmul_lane()
65 DECL_VARIABLE(vector2, uint, 16, 4); in exec_vmul_lane()
66 DECL_VARIABLE(vector2, uint, 32, 2); in exec_vmul_lane()
67 DECL_VARIABLE(vector2, float, 32, 2); in exec_vmul_lane()