Searched refs:DecodeIntRegsRegisterClass (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/ |
| H A D | SparcDisassembler.cpp | 145 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, in DecodeIntRegsRegisterClass() function 393 status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeMem() 401 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeMem() 420 DecodeIntRegsRegisterClass); in DecodeLoadInt() 462 DecodeIntRegsRegisterClass); in DecodeStoreInt() 546 status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeJMPL() 554 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeJMPL() 582 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeReturn() 610 status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeSWAP() 618 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeSWAP() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/ |
| H A D | HexagonDisassembler.cpp | 96 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo, 541 return DecodeIntRegsRegisterClass(Inst, RegNo, Address, Decoder); in DecodeIntRegsLow8RegisterClass() 544 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeIntRegsRegisterClass() function
|