Home | History | Annotate | Download | only in codeflinger

Lines Matching defs:SUBU

453             mMips->SUBU(Rd, Rn, src);
491 mMips->SUBU(Rd, src, Rn); // subu with the parameters reversed
916 mMips->SUBU(R_at, Rn, abs(amode.reg));
958 mMips->SUBU(R_at, Rn, abs(amode.reg));
1452 void MIPSAssembler::SUBU(int Rd, int Rs, int Rt)
1465 void MIPSAssembler::NEGU(int Rd, int Rs) // really subu(d, zero, s)
1467 MIPSAssembler::SUBU(Rd, 0, Rs);