• Home
  • Raw
  • Download

Lines Matching refs:InstMIPS32

56 const char *InstMIPS32::getWidthString(Type Ty) {  in getWidthString()
177 : InstMIPS32(Func, InstMIPS32::Br, 0, nullptr), TargetTrue(TargetTrue), in InstMIPS32Br()
183 : InstMIPS32(Func, InstMIPS32::Br, 1, nullptr), TargetTrue(TargetTrue), in InstMIPS32Br()
192 : InstMIPS32(Func, InstMIPS32::Br, 2, nullptr), TargetTrue(TargetTrue), in InstMIPS32Br()
198 CondMIPS32::Cond InstMIPS32::getOppositeCondition(CondMIPS32::Cond Cond) { in getOppositeCondition()
252 : InstMIPS32(Func, InstMIPS32::Label, 0, nullptr), in InstMIPS32Label()
283 : InstMIPS32(Func, InstMIPS32::Call, 1, Dest) { in InstMIPS32Call()
290 : InstMIPS32(Func, InstMIPS32::Mov, 2, Dest) { in InstMIPS32Mov()
319 : InstMIPS32(Func, InstMIPS32::Mov_fp, 1, Dst), Int64HiLo(Int64HiLo) { in InstMIPS32MovFP64ToI64()
324 : InstMIPS32(Func, InstMIPS32::Ret, Source ? 2 : 1, nullptr) { in InstMIPS32Ret()
332 void InstMIPS32::dump(const Cfg *Func) const { in dump()
356 void InstMIPS32::emitUnaryopGPR(const char *Opcode, const InstMIPS32 *Inst, in emitUnaryopGPR()
366 void InstMIPS32::emitUnaryopGPRFLoHi(const char *Opcode, const InstMIPS32 *Inst, in emitUnaryopGPRFLoHi()
375 void InstMIPS32::emitUnaryopGPRTLoHi(const char *Opcode, const InstMIPS32 *Inst, in emitUnaryopGPRTLoHi()
384 void InstMIPS32::emitThreeAddr(const char *Opcode, const InstMIPS32 *Inst, in emitThreeAddr()
398 void InstMIPS32::emitTwoAddr(const char *Opcode, const InstMIPS32 *Inst, in emitTwoAddr()
410 void InstMIPS32::emitThreeAddrLoHi(const char *Opcode, const InstMIPS32 *Inst, in emitThreeAddrLoHi()