Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DHexagon.cpp186 static bool isDuplex(uint32_t insn) { in isDuplex() function
194 if (isDuplex(insn)) in findMaskR6()
221 if (isDuplex(insn)) in findMaskR16()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonInstPrinter.cpp42 if (HexagonMCInstrInfo::isDuplex(MII, MCI)) { in printInst()
H A DHexagonMCInstrInfo.cpp63 if (HexagonMCInstrInfo::isDuplex(MCII, Inst)) { in operator ++()
489 if (HexagonMCInstrInfo::isDuplex(MCII, *I.getInst())) in hasDuplex()
624 bool HexagonMCInstrInfo::isDuplex(MCInstrInfo const &MCII, MCInst const &MCI) { in isDuplex() function in HexagonMCInstrInfo
993 if (isDuplex(MCII, MCI)) in slotsConsumed()
H A DHexagonMCInstrInfo.h237 bool isDuplex(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonMCChecker.cpp58 if (HexagonMCInstrInfo::isDuplex(MCII, Inst)) { in init()
H A DHexagonMCCodeEmitter.cpp342 bool Duplex = HexagonMCInstrInfo::isDuplex(MCII, MCI); in parseBits()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp529 MCInst const &Inst = HexagonMCInstrInfo::isDuplex(*MCII, MI) in getSingleInstruction()