Lines Matching refs:InstMIPS32
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()
334 void InstMIPS32::dump(const Cfg *Func) const { in dump()
358 void InstMIPS32::emitUnaryopGPR(const char *Opcode, const InstMIPS32 *Inst, in emitUnaryopGPR()
368 void InstMIPS32::emitUnaryopGPRFLoHi(const char *Opcode, const InstMIPS32 *Inst, in emitUnaryopGPRFLoHi()
377 void InstMIPS32::emitUnaryopGPRTLoHi(const char *Opcode, const InstMIPS32 *Inst, in emitUnaryopGPRTLoHi()
386 void InstMIPS32::emitThreeAddr(const char *Opcode, const InstMIPS32 *Inst, in emitThreeAddr()
400 void InstMIPS32::emitTwoAddr(const char *Opcode, const InstMIPS32 *Inst, in emitTwoAddr()
412 void InstMIPS32::emitThreeAddrLoHi(const char *Opcode, const InstMIPS32 *Inst, in emitThreeAddrLoHi()