Searched refs:SLT (Results 1 – 2 of 2) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | MIPSAssembler.cpp | 1527 void MIPSAssembler::SLT(int Rd, int Rs, int Rt) in SLT() function in android::MIPSAssembler 1880 SLT(R_at, Rs, Rt); in BGE() 1892 SLT(R_at, Rt, Rs); // rev in BGT() 1904 SLT(R_at, Rt, Rs); // rev in BLE() 1916 SLT(R_at, Rs, Rt); in BLT()
|
D | MIPSAssembler.h | 293 void SLT(int Rd, int Rs, int Rt);
|