Home
last modified time | relevance | path

Searched refs:hasNewValue2 (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.cpp160 else if (i <= 1 && llvm::HexagonMCInstrInfo::hasNewValue2(MCII, MCI) ) in init()
186 if (HexagonMCInstrInfo::hasNewValue2(MCII, MCI)) { in init()
DHexagonMCInstrInfo.h160 bool hasNewValue2(MCInstrInfo const &MCII, MCInst const &MCI);
DHexagonMCInstrInfo.cpp291 HexagonMCInstrInfo::hasNewValue2(MCII, MCI)) && in getNewValueOperand2()
353 bool HexagonMCInstrInfo::hasNewValue2(MCInstrInfo const &MCII, in hasNewValue2() function in llvm::HexagonMCInstrInfo
/external/llvm/lib/Target/Hexagon/
DHexagonInstrFormats.td174 bits<1> hasNewValue2 = 0;
175 let TSFlags{50} = hasNewValue2; // Second New-value producer insn.
DHexagonInstrInfoV60.td1783 hasSideEffects = 0, hasNewValue2 = 1, opNewValue2 = 1 in
1796 let hasNewValue = 1, opNewValue = 0, hasNewValue2 = 1, opNewValue2 = 1 in {
/external/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp373 if (SubregBit && HexagonMCInstrInfo::hasNewValue2(*MCII, Inst)) { in getSingleInstruction()