Lines Matching refs:buffer_src
39 memset (VECT_VAR(buffer_src, T1, W, N), 0xAA, W/8*N); \ in exec_vld1_lane()
41 vld1##Q##_##T2##W(VECT_VAR(buffer_src, T1, W, N)); \ in exec_vld1_lane()
60 ARRAY(buffer_src, int, 8, 8); in exec_vld1_lane()
61 ARRAY(buffer_src, int, 16, 4); in exec_vld1_lane()
62 ARRAY(buffer_src, int, 32, 2); in exec_vld1_lane()
63 ARRAY(buffer_src, int, 64, 1); in exec_vld1_lane()
64 ARRAY(buffer_src, uint, 8, 8); in exec_vld1_lane()
65 ARRAY(buffer_src, uint, 16, 4); in exec_vld1_lane()
66 ARRAY(buffer_src, uint, 32, 2); in exec_vld1_lane()
67 ARRAY(buffer_src, uint, 64, 1); in exec_vld1_lane()
68 ARRAY(buffer_src, poly, 8, 8); in exec_vld1_lane()
69 ARRAY(buffer_src, poly, 16, 4); in exec_vld1_lane()
70 ARRAY(buffer_src, float, 32, 2); in exec_vld1_lane()
72 ARRAY(buffer_src, float, 16, 4); in exec_vld1_lane()
75 ARRAY(buffer_src, int, 8, 16); in exec_vld1_lane()
76 ARRAY(buffer_src, int, 16, 8); in exec_vld1_lane()
77 ARRAY(buffer_src, int, 32, 4); in exec_vld1_lane()
78 ARRAY(buffer_src, int, 64, 2); in exec_vld1_lane()
79 ARRAY(buffer_src, uint, 8, 16); in exec_vld1_lane()
80 ARRAY(buffer_src, uint, 16, 8); in exec_vld1_lane()
81 ARRAY(buffer_src, uint, 32, 4); in exec_vld1_lane()
82 ARRAY(buffer_src, uint, 64, 2); in exec_vld1_lane()
83 ARRAY(buffer_src, poly, 8, 16); in exec_vld1_lane()
84 ARRAY(buffer_src, poly, 16, 8); in exec_vld1_lane()
85 ARRAY(buffer_src, float, 32, 4); in exec_vld1_lane()
87 ARRAY(buffer_src, float, 16, 8); in exec_vld1_lane()