Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp145 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeIntRegsRegisterClass() function
392 status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeMem()
400 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeMem()
419 DecodeIntRegsRegisterClass); in DecodeLoadInt()
464 DecodeIntRegsRegisterClass); in DecodeStoreInt()
551 status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeJMPL()
559 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeJMPL()
587 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeReturn()
615 status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeSWAP()
623 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeSWAP()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp97 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo,
550 return DecodeIntRegsRegisterClass(Inst, RegNo, Address, Decoder); in DecodeIntRegsLow8RegisterClass()
553 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeIntRegsRegisterClass() function