Searched refs:DecodeIntRegsRegisterClass (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/Disassembler/ |
| H A D | SparcDisassembler.cpp | 152 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, in DecodeIntRegsRegisterClass() function 401 status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeMem() 409 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeMem() 428 DecodeIntRegsRegisterClass); in DecodeLoadInt() 470 DecodeIntRegsRegisterClass); in DecodeStoreInt() 554 status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeJMPL() 562 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeJMPL() 590 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeReturn() 618 status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeSWAP() 626 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeSWAP() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/Disassembler/ |
| H A D | HexagonDisassembler.cpp | 98 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo, 535 return DecodeIntRegsRegisterClass(Inst, RegNo, Address, Decoder); in DecodeIntRegsLow8RegisterClass() 538 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeIntRegsRegisterClass() function
|