Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.cpp164 else if (i <= 1 && llvm::HexagonMCInstrInfo::hasNewValue2(MCII, MCI) ) in init()
190 if (HexagonMCInstrInfo::hasNewValue2(MCII, MCI)) { in init()
DHexagonMCInstrInfo.h163 bool hasNewValue2(MCInstrInfo const &MCII, MCInst const &MCI);
DHexagonMCInstrInfo.cpp347 HexagonMCInstrInfo::hasNewValue2(MCII, MCI)) && in getNewValueOperand2()
409 bool HexagonMCInstrInfo::hasNewValue2(MCInstrInfo const &MCII, in hasNewValue2() function in llvm::HexagonMCInstrInfo
DHexagonMCCodeEmitter.cpp161 HexagonMCInstrInfo::hasNewValue2(MCII, Inst) in EncodeSingleInstruction()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrFormats.td174 bits<1> hasNewValue2 = 0;
175 let TSFlags{50} = hasNewValue2; // Second New-value producer insn.
DHexagonInstrInfoV60.td1829 hasSideEffects = 0, hasNewValue2 = 1, opNewValue2 = 1 in
1842 let hasNewValue = 1, opNewValue = 0, hasNewValue2 = 1, opNewValue2 = 1 in {
/external/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp372 if (SubregBit && HexagonMCInstrInfo::hasNewValue2(*MCII, Inst)) { in getSingleInstruction()