Searched refs:InstMIPS32 (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInstMIPS32.h | 180 class InstMIPS32 : public InstTarget { 181 InstMIPS32() = delete; 182 InstMIPS32(const InstMIPS32 &) = delete; 183 InstMIPS32 &operator=(const InstMIPS32 &) = delete; 305 static void emitUnaryopGPR(const char *Opcode, const InstMIPS32 *Inst, 307 static void emitUnaryopGPRFLoHi(const char *Opcode, const InstMIPS32 *Inst, 309 static void emitUnaryopGPRTLoHi(const char *Opcode, const InstMIPS32 *Inst, 311 static void emitTwoAddr(const char *Opcode, const InstMIPS32 *Inst, 313 static void emitThreeAddr(const char *Opcode, const InstMIPS32 *Inst, 315 static void emitThreeAddrLoHi(const char *Opcode, const InstMIPS32 *Inst, [all …]
|
D | IceInstMIPS32.cpp | 58 const char *InstMIPS32::getWidthString(Type Ty) { in getWidthString() 179 : InstMIPS32(Func, InstMIPS32::Br, 0, nullptr), TargetTrue(TargetTrue), in InstMIPS32Br() 185 : InstMIPS32(Func, InstMIPS32::Br, 1, nullptr), TargetTrue(TargetTrue), in InstMIPS32Br() 194 : InstMIPS32(Func, InstMIPS32::Br, 2, nullptr), TargetTrue(TargetTrue), in InstMIPS32Br() 200 CondMIPS32::Cond InstMIPS32::getOppositeCondition(CondMIPS32::Cond Cond) { in getOppositeCondition() 254 : InstMIPS32(Func, InstMIPS32::Label, 0, nullptr), in InstMIPS32Label() 285 : InstMIPS32(Func, InstMIPS32::Call, 1, Dest) { in InstMIPS32Call() 292 : InstMIPS32(Func, InstMIPS32::Mov, 2, Dest) { in InstMIPS32Mov() 321 : InstMIPS32(Func, InstMIPS32::Mov_fp, 1, Dst), Int64HiLo(Int64HiLo) { in InstMIPS32MovFP64ToI64() 326 : InstMIPS32(Func, InstMIPS32::Ret, Source ? 2 : 1, nullptr) { in InstMIPS32Ret() [all …]
|
D | IceAssemblerMIPS32.h | 323 assert(BytesNeeded % InstMIPS32::InstSize == 0); in alignFunction()
|
D | IceAssemblerMIPS32.cpp | 611 return InstMIPS32::InstSize; in emit() 632 return InstMIPS32::InstSize; in emit()
|