Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp67 static const unsigned IntRegDecoderTable[] = { variable
158 unsigned Reg = IntRegDecoderTable[RegNo]; in DecodeIntRegsRegisterClass()
169 unsigned Reg = IntRegDecoderTable[RegNo]; in DecodeI64RegsRegisterClass()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp541 static const MCPhysReg IntRegDecoderTable[] = { in DecodeIntRegsRegisterClass() local
550 return DecodeRegisterClass(Inst, RegNo, IntRegDecoderTable); in DecodeIntRegsRegisterClass()