Home | History | Annotate | Download | only in codeflinger

Lines Matching defs:SLT

562         // again (SLT), and the original operands must be available. (and this
1533 void MIPSAssembler::SLT(int Rd, int Rs, int Rt)
1873 // synthetic variants of branches (using slt & friends)
1886 SLT(R_at, Rs, Rt);
1898 SLT(R_at, Rt, Rs); // rev
1910 SLT(R_at, Rt, Rs); // rev
1922 SLT(R_at, Rs, Rt);