Searched refs:hasNewValue2 (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCChecker.cpp | 164 else if (i <= 1 && llvm::HexagonMCInstrInfo::hasNewValue2(MCII, MCI) ) in init() 190 if (HexagonMCInstrInfo::hasNewValue2(MCII, MCI)) { in init()
|
D | HexagonMCInstrInfo.h | 163 bool hasNewValue2(MCInstrInfo const &MCII, MCInst const &MCI);
|
D | HexagonMCInstrInfo.cpp | 347 HexagonMCInstrInfo::hasNewValue2(MCII, MCI)) && in getNewValueOperand2() 409 bool HexagonMCInstrInfo::hasNewValue2(MCInstrInfo const &MCII, in hasNewValue2() function in llvm::HexagonMCInstrInfo
|
D | HexagonMCCodeEmitter.cpp | 161 HexagonMCInstrInfo::hasNewValue2(MCII, Inst) in EncodeSingleInstruction()
|
/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 | 1829 hasSideEffects = 0, hasNewValue2 = 1, opNewValue2 = 1 in 1842 let hasNewValue = 1, opNewValue = 0, hasNewValue2 = 1, opNewValue2 = 1 in {
|
/external/llvm/lib/Target/Hexagon/Disassembler/ |
D | HexagonDisassembler.cpp | 372 if (SubregBit && HexagonMCInstrInfo::hasNewValue2(*MCII, Inst)) { in getSingleInstruction()
|