reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/lib/Target/Mips/MipsGenAsmMatcher.inc
 7461   { 7769 /* rotr */, Mips::ROTR, Convert__GPR32AsmReg1_0__GPR32AsmReg1_0__ConstantUImm5_01_1, AMFBS_HasStdEnc_HasMips32r2_NotInMicroMips, { MCK_GPR32AsmReg, MCK_ConstantUImm5_0 }, },
 7464   { 7769 /* rotr */, Mips::ROTR, Convert__GPR32AsmReg1_0__GPR32AsmReg1_1__ConstantUImm5_01_2, AMFBS_HasStdEnc_HasMips32r2_NotInMicroMips, { MCK_GPR32AsmReg, MCK_GPR32AsmReg, MCK_ConstantUImm5_0 }, },
gen/lib/Target/Mips/MipsGenDAGISel.inc
21261 /* 39676*/        OPC_MorphNodeTo1, TARGET_VAL(Mips::ROTR), 0,
26365 /* 49908*/        OPC_MorphNodeTo1, TARGET_VAL(Mips::ROTR), 0,
gen/lib/Target/Mips/MipsGenFastISel.inc
 3615     return fastEmitInst_ri(Mips::ROTR, &Mips::GPR32RegClass, Op0, Op0IsKill, imm1);
gen/lib/Target/Mips/MipsGenGlobalISel.inc
22274         GIR_BuildMI, /*InsnID*/0, /*Opcode*/Mips::ROTR,
gen/lib/Target/Mips/MipsGenInstrInfo.inc
16672   { Mips::ROTR, Mips::ROTR, Mips::ROTR_MM },
16672   { Mips::ROTR, Mips::ROTR, Mips::ROTR_MM },
gen/lib/Target/Mips/MipsGenMCCodeEmitter.inc
 5300     case Mips::ROTR:
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
 4707       TOut.emitRRI(Mips::ROTR, DReg, SReg, ShiftValue, Inst.getLoc(), STI);
 4712       TOut.emitRRI(Mips::ROTR, DReg, SReg, ImmValue, Inst.getLoc(), STI);
lib/Target/Mips/MipsFastISel.cpp
 1629         emitInst(Mips::ROTR, DestReg).addReg(TempReg).addImm(16);