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

Declarations

lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.h
  186 int64_t minConstant(MCInst const &MCI, size_t Index);

References

lib/Target/Hexagon/MCTargetDesc/HexagonMCCompound.cpp
  115          HexagonMCInstrInfo::minConstant(MI, 2) == -1))
  133     if (HexagonMCInstrInfo::minConstant(MI, 1) <= 63 &&
  134         HexagonMCInstrInfo::minConstant(MI, 1) >= 0 &&
  145         HexagonMCInstrInfo::minConstant(MI, 2) == 0)
lib/Target/Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp
  431           (minConstant(MCI, 2) == 1 || minConstant(MCI, 2) == -1)) {
  431           (minConstant(MCI, 2) == 1 || minConstant(MCI, 2) == -1)) {
  451         (minConstant(MCI, 2) == 1 || minConstant(MCI, 2) == 255)) {
  451         (minConstant(MCI, 2) == 1 || minConstant(MCI, 2) == 255)) {
  481         Hexagon::P0 == PredReg && minConstant(MCI, 2) == 0) {
  510         minConstant(MCI, 2) == 0) {
  520         minConstant(MCI, 1) == 0) {
  750     if (minConstant(Inst, 2) == 255) {
lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.h
  189   return isShiftedUInt<N, S>(minConstant(MCI, Index));
  193   return isShiftedInt<N, S>(minConstant(MCI, Index));
  196   return isUInt<N>(minConstant(MCI, Index));