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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DHexagon.cpp165 static bool isDuplex(uint32_t insn) { function
196 if (isDuplex(insn))
232 if (isDuplex(insn))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonInstPrinter.cpp42 if (HexagonMCInstrInfo::isDuplex(MII, MCI)) {
H A DHexagonMCInstrInfo.cpp63 if (HexagonMCInstrInfo::isDuplex(MCII, Inst)) {
482 if (HexagonMCInstrInfo::isDuplex(MCII, *I.getInst()))
609 bool HexagonMCInstrInfo::isDuplex(MCInstrInfo const &MCII, MCInst const &MCI) { function in class:HexagonMCInstrInfo
967 if (isDuplex(MCII, MCI))
H A DHexagonMCInstrInfo.h228 bool isDuplex(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonMCChecker.cpp56 if (HexagonMCInstrInfo::isDuplex(MCII, Inst)) {
375 if (HexagonMCInstrInfo::isDuplex(MCII, MCI))
H A DHexagonMCCodeEmitter.cpp342 bool Duplex = HexagonMCInstrInfo::isDuplex(MCII, MCI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp518 MCInst const &Inst = HexagonMCInstrInfo::isDuplex(*MCII, MI)

Completed in 71 milliseconds