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

References

lib/Target/Hexagon/MCTargetDesc/HexagonMCCompound.cpp
  178   assert((PredReg == Hexagon::P0) || (PredReg == Hexagon::P1) ||
  178   assert((PredReg == Hexagon::P0) || (PredReg == Hexagon::P1) ||
  179          (PredReg == Hexagon::P2) || (PredReg == Hexagon::P3));
  179          (PredReg == Hexagon::P2) || (PredReg == Hexagon::P3));
  186     return (PredReg == Hexagon::P0) ? fp0_jump_nt : fp1_jump_nt;
  188     return (PredReg == Hexagon::P0) ? fp0_jump_t : fp1_jump_t;
  190     return (PredReg == Hexagon::P0) ? tp0_jump_nt : tp1_jump_nt;
  192     return (PredReg == Hexagon::P0) ? tp0_jump_t : tp1_jump_t;