Searched refs:SLTU (Results 1 – 2 of 2) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | MIPSAssembler.cpp | 1539 void MIPSAssembler::SLTU(int Rd, int Rs, int Rt) in SLTU() function in android::MIPSAssembler 1886 SLTU(R_at, Rs, Rt); in BGEU() 1898 SLTU(R_at, Rt, Rs); // rev in BGTU() 1910 SLTU(R_at, Rt, Rs); // rev in BLEU() 1922 SLTU(R_at, Rs, Rt); in BLTU()
|
D | MIPSAssembler.h | 296 void SLTU(int Rd, int Rs, int Rt);
|