Lines Matching refs:at1
56 .macro xchal_ncp_store ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL alloc=0
61 rur.THREADPTR \at1 // threadptr option
62 s32i \at1, \ptr, .Lxchal_ofs_+0
71 rsr \at1, ACCLO // MAC16 option
72 s32i \at1, \ptr, .Lxchal_ofs_+0
73 rsr \at1, ACCHI // MAC16 option
74 s32i \at1, \ptr, .Lxchal_ofs_+4
83 rsr \at1, M0 // MAC16 option
84 s32i \at1, \ptr, .Lxchal_ofs_+0
85 rsr \at1, M1 // MAC16 option
86 s32i \at1, \ptr, .Lxchal_ofs_+4
87 rsr \at1, M2 // MAC16 option
88 s32i \at1, \ptr, .Lxchal_ofs_+8
89 rsr \at1, M3 // MAC16 option
90 s32i \at1, \ptr, .Lxchal_ofs_+12
91 rsr \at1, SCOMPARE1 // conditional store option
92 s32i \at1, \ptr, .Lxchal_ofs_+16
120 .macro xchal_ncp_load ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL alloc=0
125 l32i \at1, \ptr, .Lxchal_ofs_+0
126 wur.THREADPTR \at1 // threadptr option
135 l32i \at1, \ptr, .Lxchal_ofs_+0
136 wsr \at1, ACCLO // MAC16 option
137 l32i \at1, \ptr, .Lxchal_ofs_+4
138 wsr \at1, ACCHI // MAC16 option
147 l32i \at1, \ptr, .Lxchal_ofs_+0
148 wsr \at1, M0 // MAC16 option
149 l32i \at1, \ptr, .Lxchal_ofs_+4
150 wsr \at1, M1 // MAC16 option
151 l32i \at1, \ptr, .Lxchal_ofs_+8
152 wsr \at1, M2 // MAC16 option
153 l32i \at1, \ptr, .Lxchal_ofs_+12
154 wsr \at1, M3 // MAC16 option
155 l32i \at1, \ptr, .Lxchal_ofs_+16
156 wsr \at1, SCOMPARE1 // conditional store option