Home
last modified time | relevance | path

Searched refs:InsnType (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp388 template <typename InsnType>
392 template <typename InsnType>
397 template <typename InsnType>
401 template <typename InsnType>
406 template <typename InsnType>
411 template <typename InsnType>
416 template <typename InsnType>
421 template <typename InsnType>
426 template <typename InsnType>
2442 InsnType Imm = 0; in DecodeBgtzGroupBranchMMR6()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h122 template <typename InsnType>
123 DecodeStatus tryDecodeInst(const uint8_t *Table, MCInst &MI, InsnType Inst, in tryDecodeInst()
149 template <typename InsnType>
151 MCInst &MI, InsnType Inst, uint64_t Address, in tryDecodeInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.cpp464 unsigned InsnType = HexagonMCInstrInfo::getType(MCII, MI); in getFixupNoBits() local
467 if (InsnType == HexagonII::TypeEXTENDER) { in getFixupNoBits()