Searched refs:stride_idx (Results 1 – 3 of 3) sorted by relevance
306 #define HS_XM_GLOBAL_L(stride_idx) \ argument307 vout[span_l + span_stride * stride_idx]309 #define HS_XM_GLOBAL_LOAD_L(stride_idx) \ argument310 HS_XM_GLOBAL_L(stride_idx)312 #define HS_XM_GLOBAL_STORE_L(stride_idx,reg) \ argument313 HS_XM_GLOBAL_L(stride_idx) = reg315 #define HS_FM_GLOBAL_R(stride_idx) \ argument316 vout[span_r + span_stride * stride_idx]318 #define HS_FM_GLOBAL_LOAD_R(stride_idx) \ argument319 HS_FM_GLOBAL_R(stride_idx)[all …]
418 #define HS_XM_GLOBAL_L(stride_idx) \ argument419 vout[span_l + span_stride * stride_idx]421 #define HS_XM_GLOBAL_LOAD_L(stride_idx) \ argument422 HS_XM_GLOBAL_L(stride_idx)424 #define HS_XM_GLOBAL_STORE_L(stride_idx,reg) \ argument425 HS_XM_GLOBAL_L(stride_idx) = reg427 #define HS_FM_GLOBAL_R(stride_idx) \ argument428 vout[span_r + span_stride * stride_idx]430 #define HS_FM_GLOBAL_LOAD_R(stride_idx) \ argument431 HS_FM_GLOBAL_R(stride_idx)[all …]
336 #define HS_XM_GLOBAL_L(stride_idx) \ argument337 vout[span_l + span_stride * stride_idx]339 #define HS_XM_GLOBAL_LOAD_L(stride_idx) \ argument340 HS_XM_GLOBAL_L(stride_idx)342 #define HS_XM_GLOBAL_STORE_L(stride_idx,reg) \ argument343 HS_XM_GLOBAL_L(stride_idx) = reg345 #define HS_FM_GLOBAL_R(stride_idx) \ argument346 vout[span_r + span_stride * stride_idx]348 #define HS_FM_GLOBAL_LOAD_R(stride_idx) \ argument349 HS_FM_GLOBAL_R(stride_idx)[all …]