Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp60 static const unsigned IntRegDecoderTable[] = { variable
151 unsigned Reg = IntRegDecoderTable[RegNo]; in DecodeIntRegsRegisterClass()
162 unsigned Reg = IntRegDecoderTable[RegNo]; in DecodeI64RegsRegisterClass()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp547 static const MCPhysReg IntRegDecoderTable[] = { in DecodeIntRegsRegisterClass() local
556 return DecodeRegisterClass(Inst, RegNo, IntRegDecoderTable); in DecodeIntRegsRegisterClass()