Searched refs:hasNewValue2 (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCChecker.cpp | 160 else if (i <= 1 && llvm::HexagonMCInstrInfo::hasNewValue2(MCII, MCI) ) in init() 186 if (HexagonMCInstrInfo::hasNewValue2(MCII, MCI)) { in init()
|
D | HexagonMCInstrInfo.h | 160 bool hasNewValue2(MCInstrInfo const &MCII, MCInst const &MCI);
|
D | HexagonMCInstrInfo.cpp | 291 HexagonMCInstrInfo::hasNewValue2(MCII, MCI)) && in getNewValueOperand2() 353 bool HexagonMCInstrInfo::hasNewValue2(MCInstrInfo const &MCII, in hasNewValue2() function in llvm::HexagonMCInstrInfo
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrFormats.td | 174 bits<1> hasNewValue2 = 0; 175 let TSFlags{50} = hasNewValue2; // Second New-value producer insn.
|
D | HexagonInstrInfoV60.td | 1783 hasSideEffects = 0, hasNewValue2 = 1, opNewValue2 = 1 in 1796 let hasNewValue = 1, opNewValue = 0, hasNewValue2 = 1, opNewValue2 = 1 in {
|
/external/llvm/lib/Target/Hexagon/Disassembler/ |
D | HexagonDisassembler.cpp | 373 if (SubregBit && HexagonMCInstrInfo::hasNewValue2(*MCII, Inst)) { in getSingleInstruction()
|