HomeSort by relevance Sort by last modified time
    Searched refs:minConstant (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.h 178 int64_t minConstant(MCInst const &MCI, size_t Index);
181 return isShiftedUInt<N, S>(minConstant(MCI, Index));
185 return isShiftedInt<N, S>(minConstant(MCI, Index));
188 return isUInt<N>(minConstant(MCI, Index));
HexagonMCCompound.cpp 119 HexagonMCInstrInfo::minConstant(MI, 2) == -1))
137 if (HexagonMCInstrInfo::minConstant(MI, 1) <= 63 &&
138 HexagonMCInstrInfo::minConstant(MI, 1) >= 0 &&
149 HexagonMCInstrInfo::minConstant(MI, 2) == 0)
HexagonMCDuplexInfo.cpp 424 (minConstant(MCI, 2) == 1 || minConstant(MCI, 2) == -1)) {
444 (minConstant(MCI, 2) == 1 || minConstant(MCI, 2) == 255)) {
474 Hexagon::P0 == PredReg && minConstant(MCI, 2) == 0) {
503 minConstant(MCI, 2) == 0) {
513 minConstant(MCI, 1) == 0) {
737 if (minConstant(Inst, 2) == 255) {
    [all...]
HexagonMCInstrInfo.cpp 679 int64_t HexagonMCInstrInfo::minConstant(MCInst const &MCI, size_t Index) {

Completed in 61 milliseconds