Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrFormats.td149 bits<1> hasNewValue2 = 0;
150 let TSFlags{50} = hasNewValue2; // Second New-value producer insn.
H A DHexagonDepInstrInfo.td32763 let hasNewValue2 = 1;
38654 let hasNewValue2 = 1;
39935 let hasNewValue2 = 1;
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h197 bool hasNewValue2(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonMCInstrInfo.cpp417 HexagonMCInstrInfo::hasNewValue2(MCII, MCI)) && in getNewValueOperand2()
520 bool HexagonMCInstrInfo::hasNewValue2(MCInstrInfo const &MCII, in hasNewValue2() function in HexagonMCInstrInfo
H A DHexagonMCChecker.cpp181 else if (i <= 1 && HexagonMCInstrInfo::hasNewValue2(MCII, MCI)) in init()
H A DHexagonMCCodeEmitter.cpp745 if (HexagonMCInstrInfo::hasNewValue2(MCII, Inst)) in getMachineOpValue()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp500 if (HexagonMCInstrInfo::hasNewValue2(*MCII, Inst)) { in getSingleInstruction()