Home | History | Annotate | Download | only in codeflinger

Lines Matching refs:SW

167     mMips->SW(R_s0, R_sp, 0);
168 mMips->SW(R_s1, R_sp, 4);
169 mMips->SW(R_s2, R_sp, 8);
170 mMips->SW(R_s3, R_sp, 12);
171 mMips->SW(R_s4, R_sp, 16);
843 Rn = R_sp; // convert STR thru Arm SP to SW thru Mips SP
849 mMips->SW(Rd, Rn, 0);
852 mMips->SW(Rd, Rn, amode.value);
856 mMips->SW(Rd, Rn, 0);
862 mMips->SW(Rd, R_at, 0);
1704 void MIPSAssembler::SW(int Rt, int Rbase, int16_t offset)