Searched refs:SEH (Results 1 – 3 of 3) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | MIPS64Assembler.cpp | 1086 mMips->SEH(R_at, Rm); in SMUL() 1094 mMips->SEH(R_at2, Rs); in SMUL() 1134 mMips->SEH(R_at, Rm); in SMLA() 1142 mMips->SEH(R_at2, Rs); in SMLA()
|
D | MIPSAssembler.cpp | 1099 mMips->SEH(R_at, Rm); in SMUL() 1112 mMips->SEH(R_at2, Rs); in SMUL() 1158 mMips->SEH(R_at, Rm); in SMLA() 1171 mMips->SEH(R_at2, Rs); in SMLA() 1514 void MIPSAssembler::SEH(int Rd, int Rt) // sign-extend half-word (mips32r2) in SEH() function in android::MIPSAssembler
|
D | MIPSAssembler.h | 286 void SEH(int Rd, int Rt); // sign-extend half-word (mips32r2)
|