Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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>
2438 InsnType Imm = 0; in DecodeBgtzGroupBranchMMR6()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h116 template <typename InsnType>
117 DecodeStatus tryDecodeInst(const uint8_t *Table, MCInst &MI, InsnType Inst, in tryDecodeInst()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.cpp463 unsigned InsnType = HexagonMCInstrInfo::getType(MCII, MI); in getFixupNoBits() local
466 if (InsnType == HexagonII::TypeEXTENDER) { in getFixupNoBits()