Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/
H A DRISCVDisassembler.cpp723 struct DecoderListEntry { struct
782 static constexpr DecoderListEntry DecoderList32[]{
823 for (const DecoderListEntry &Entry : DecoderList32) { in getInstruction32()
839 static constexpr DecoderListEntry DecoderList16[]{
871 for (const DecoderListEntry &Entry : DecoderList16) { in getInstruction16()
889 static constexpr DecoderListEntry DecoderList48[]{
907 for (const DecoderListEntry &Entry : DecoderList48) { in getInstruction48()