Lines Matching refs:sw
145 #define SAVE_PC_TO_SELF() sw rPC, offThread_pc(rSELF)
147 #define SAVE_FP_TO_SELF() sw rFP, offThread_curFrame(rSELF)
150 sw rPC, (offStackSaveArea_currentPc - sizeofStackSaveArea)(rFP)
187 #define STORE(rd, rbase) sw rd, 0(rbase)
203 sw rd, 0(t8); \
257 .set noat; sw rd, 0(AT); .set at
261 #define STORE_RB_OFF(rd,rbase,off) sw rd, off(rbase)
265 #define STORE64_off(rlo,rhi,rbase,off) sw rlo, off(rbase); \
266 sw rhi, (off+4)(rbase)
276 #define STORE64_off(rlo,rhi,rbase,off) sw rlo, (off+4)(rbase); \
277 sw rhi, (off)(rbase)
292 #define STORE64_lo(rd,rbase) sw rd, 0(rbase)
293 #define STORE64_hi(rd,rbase) sw rd, 4(rbase)
322 #define STACK_STORE(rd,off) sw rd, off(sp)