Searched refs:minConstant (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCInstrInfo.h | 202 int64_t minConstant(MCInst const &MCI, size_t Index); 205 return isShiftedUInt<N, S>(minConstant(MCI, Index)); in inRange() 209 return isShiftedInt<N, S>(minConstant(MCI, Index)); in inSRange() 212 return isUInt<N>(minConstant(MCI, Index)); in inRange()
|
| H A D | HexagonMCCompound.cpp | 116 HexagonMCInstrInfo::minConstant(MI, 2) == -1)) in getCompoundCandidateGroup() 134 if (HexagonMCInstrInfo::minConstant(MI, 1) <= 63 && in getCompoundCandidateGroup() 135 HexagonMCInstrInfo::minConstant(MI, 1) >= 0 && in getCompoundCandidateGroup() 146 HexagonMCInstrInfo::minConstant(MI, 2) == 0) in getCompoundCandidateGroup()
|
| H A D | HexagonMCDuplexInfo.cpp | 425 (minConstant(MCI, 2) == 1 || minConstant(MCI, 2) == -1)) { in getDuplexCandidateGroup() 445 (minConstant(MCI, 2) == 1 || minConstant(MCI, 2) == 255)) { in getDuplexCandidateGroup() 475 Hexagon::P0 == PredReg && minConstant(MCI, 2) == 0) { in getDuplexCandidateGroup() 504 minConstant(MCI, 2) == 0) { in getDuplexCandidateGroup() 514 minConstant(MCI, 1) == 0) { in getDuplexCandidateGroup() 745 if (minConstant(Inst, 2) == 255) { in deriveSubInst()
|
| H A D | HexagonMCInstrInfo.cpp | 866 int64_t HexagonMCInstrInfo::minConstant(MCInst const &MCI, size_t Index) { in minConstant() function in HexagonMCInstrInfo
|