Lines Matching refs:select

70       *      select      Select what category(ies) of registers to store, as a bitmask
73 * category is selected here that is not in <select>, space for
76 .macro xchal_ncp_store ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL alloc=0
79 .ifeq (XTHAL_SAS_OPT | XTHAL_SAS_CC | XTHAL_SAS_GLOB) & ~(\select)
89 .ifeq (XTHAL_SAS_OPT | XTHAL_SAS_CC | XTHAL_SAS_CALR) & ~(\select)
101 .ifeq (XTHAL_SAS_OPT | XTHAL_SAS_NOCC | XTHAL_SAS_CALR) & ~(\select)
136 * select Select what category(ies) of registers to load, as a bitmask
139 * category is selected here that is not in <select>, space for
142 .macro xchal_ncp_load ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL alloc=0
145 .ifeq (XTHAL_SAS_OPT | XTHAL_SAS_CC | XTHAL_SAS_GLOB) & ~(\select)
155 .ifeq (XTHAL_SAS_OPT | XTHAL_SAS_CC | XTHAL_SAS_CALR) & ~(\select)
167 .ifeq (XTHAL_SAS_OPT | XTHAL_SAS_NOCC | XTHAL_SAS_CALR) & ~(\select)
201 .macro xchal_cp1_store ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL alloc=0
204 .ifeq (XTHAL_SAS_TIE | XTHAL_SAS_NOCC | XTHAL_SAS_CALR) & ~(\select)
249 .macro xchal_cp1_load ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL alloc=0
252 .ifeq (XTHAL_SAS_TIE | XTHAL_SAS_NOCC | XTHAL_SAS_CALR) & ~(\select)
292 .macro xchal_cp0_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
293 .macro xchal_cp0_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
294 .macro xchal_cp2_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
295 .macro xchal_cp2_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
296 .macro xchal_cp3_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
297 .macro xchal_cp3_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
298 .macro xchal_cp4_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
299 .macro xchal_cp4_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
300 .macro xchal_cp5_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
301 .macro xchal_cp5_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
302 .macro xchal_cp6_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
303 .macro xchal_cp6_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
304 .macro xchal_cp7_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
305 .macro xchal_cp7_load p a b c d continue=0 ofs=-1 select=-1 ; .endm