Lines Matching refs:at1
35 .macro xchal_ncp_store ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL
39 rsr \at1, ACCLO // MAC16 accumulator
41 s32i \at1, \ptr, .Lxchal_ofs_ + 0
47 rsr \at1, M0 // MAC16 registers
49 s32i \at1, \ptr, .Lxchal_ofs_ + 0
51 rsr \at1, M2
53 s32i \at1, \ptr, .Lxchal_ofs_ + 8
59 rsr \at1, SCOMPARE1 // conditional store option
60 s32i \at1, \ptr, .Lxchal_ofs_ + 0
65 rur \at1, THREADPTR // threadptr option
66 s32i \at1, \ptr, .Lxchal_ofs_ + 0
76 .macro xchal_ncp_load ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL
80 l32i \at1, \ptr, .Lxchal_ofs_ + 0
82 wsr \at1, ACCLO // MAC16 accumulator
88 l32i \at1, \ptr, .Lxchal_ofs_ + 0
90 wsr \at1, M0 // MAC16 registers
92 l32i \at1, \ptr, .Lxchal_ofs_ + 8
94 wsr \at1, M2
100 l32i \at1, \ptr, .Lxchal_ofs_ + 0
101 wsr \at1, SCOMPARE1 // conditional store option
106 l32i \at1, \ptr, .Lxchal_ofs_ + 0
107 wur \at1, THREADPTR // threadptr option