HomeSort by: relevance | last modified time | path
    Searched refs:minConstant (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCCompound.cpp 116 HexagonMCInstrInfo::minConstant(MI, 2) == -1))
134 if (HexagonMCInstrInfo::minConstant(MI, 1) <= 63 &&
135 HexagonMCInstrInfo::minConstant(MI, 1) >= 0 &&
146 HexagonMCInstrInfo::minConstant(MI, 2) == 0)
HexagonMCInstrInfo.h 193 int64_t minConstant(MCInst const &MCI, size_t Index);
196 return isShiftedUInt<N, S>(minConstant(MCI, Index));
200 return isShiftedInt<N, S>(minConstant(MCI, Index));
203 return isUInt<N>(minConstant(MCI, Index));
HexagonMCDuplexInfo.cpp 429 (minConstant(MCI, 2) == 1 || minConstant(MCI, 2) == -1)) {
449 (minConstant(MCI, 2) == 1 || minConstant(MCI, 2) == 255)) {
479 Hexagon::P0 == PredReg && minConstant(MCI, 2) == 0) {
508 minConstant(MCI, 2) == 0) {
518 minConstant(MCI, 1) == 0) {
748 if (minConstant(Inst, 2) == 255) {
HexagonMCInstrInfo.cpp 859 int64_t HexagonMCInstrInfo::minConstant(MCInst const &MCI, size_t Index) {

Completed in 20 milliseconds