|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
gen/lib/Target/Hexagon/HexagonGenAsmMatcher.inc 6695 case Hexagon::USR: OpKind = MCK_Reg11; break;
gen/lib/Target/Hexagon/HexagonGenInstrInfo.inc 3300 static const MCPhysReg ImplicitList12[] = { Hexagon::LC0, Hexagon::P3, Hexagon::PC, Hexagon::USR, 0 };
3302 static const MCPhysReg ImplicitList14[] = { Hexagon::LC0, Hexagon::LC1, Hexagon::P3, Hexagon::PC, Hexagon::USR, 0 };
3311 static const MCPhysReg ImplicitList23[] = { Hexagon::USR, 0 };
3313 static const MCPhysReg ImplicitList25[] = { Hexagon::LC0, Hexagon::SA0, Hexagon::USR, 0 };
3314 static const MCPhysReg ImplicitList26[] = { Hexagon::SA0, Hexagon::LC0, Hexagon::USR, 0 };
3315 static const MCPhysReg ImplicitList27[] = { Hexagon::LC0, Hexagon::P3, Hexagon::SA0, Hexagon::USR, 0 };
gen/lib/Target/Hexagon/HexagonGenRegisterInfo.inc 890 { Hexagon::USR, Hexagon::C8 },
1035 Hexagon::LC0, Hexagon::SA0, Hexagon::LC1, Hexagon::SA1, Hexagon::P3_0, Hexagon::C5, Hexagon::C8, Hexagon::PC, Hexagon::UGP, Hexagon::GP, Hexagon::CS0, Hexagon::CS1, Hexagon::UPCYCLELO, Hexagon::UPCYCLEHI, Hexagon::FRAMELIMIT, Hexagon::FRAMEKEY, Hexagon::PKTCOUNTLO, Hexagon::PKTCOUNTHI, Hexagon::UTIMERLO, Hexagon::UTIMERHI, Hexagon::M0, Hexagon::M1, Hexagon::USR,
1115 Hexagon::USR,
1634 { Hexagon::USR, 75U },
1833 { Hexagon::USR, 75U },
lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp 653 /* 8 */ USR, PC, UGP, GP,
lib/Target/Hexagon/HexagonRegisterInfo.cpp 150 Reserved.set(Hexagon::USR); // C8
lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.cpp 134 R = Hexagon::USR;
581 unsigned UsrR = Hexagon::USR; // Silence warning about mixed types in ?:.
582 unsigned BadR = RI.isSubRegister(Hexagon::USR, R) ? UsrR : R;
594 unsigned UsrR = Hexagon::USR;
595 unsigned BadR = RI.isSubRegister(Hexagon::USR, R) ? UsrR : R;