Lines Matching refs:at1
55 .macro xchal_ncp_store ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL alloc=0
60 rsr.ACCLO \at1 // MAC16 option
61 s32i \at1, \ptr, .Lxchal_ofs_+0
62 rsr.ACCHI \at1 // MAC16 option
63 s32i \at1, \ptr, .Lxchal_ofs_+4
72 rsr.SCOMPARE1 \at1 // conditional store option
73 s32i \at1, \ptr, .Lxchal_ofs_+0
74 rsr.M0 \at1 // MAC16 option
75 s32i \at1, \ptr, .Lxchal_ofs_+4
76 rsr.M1 \at1 // MAC16 option
77 s32i \at1, \ptr, .Lxchal_ofs_+8
78 rsr.M2 \at1 // MAC16 option
79 s32i \at1, \ptr, .Lxchal_ofs_+12
80 rsr.M3 \at1 // MAC16 option
81 s32i \at1, \ptr, .Lxchal_ofs_+16
109 .macro xchal_ncp_load ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL alloc=0
114 l32i \at1, \ptr, .Lxchal_ofs_+0
115 wsr.ACCLO \at1 // MAC16 option
116 l32i \at1, \ptr, .Lxchal_ofs_+4
117 wsr.ACCHI \at1 // MAC16 option
126 l32i \at1, \ptr, .Lxchal_ofs_+0
127 wsr.SCOMPARE1 \at1 // conditional store option
128 l32i \at1, \ptr, .Lxchal_ofs_+4
129 wsr.M0 \at1 // MAC16 option
130 l32i \at1, \ptr, .Lxchal_ofs_+8
131 wsr.M1 \at1 // MAC16 option
132 l32i \at1, \ptr, .Lxchal_ofs_+12
133 wsr.M2 \at1 // MAC16 option
134 l32i \at1, \ptr, .Lxchal_ofs_+16
135 wsr.M3 \at1 // MAC16 option