| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
| H A D | ARMDisassembler.cpp | 176 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, 1297 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPRRegisterClass() function 1330 Check(S, DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder)); in DecodeGPRnopcRegisterClass() 1343 Check(S, DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder)); in DecodeGPRnospRegisterClass() 1359 Check(S, DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder)); in DecodeGPRwithAPSRRegisterClass() 1377 Check(S, DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder)); in DecodeGPRwithZRRegisterClass() 1396 return DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder); in DecodetGPRRegisterClass() 1489 Check(S, DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder)); in DecoderGPRRegisterClass() 1777 if (!Check(S, DecodeGPRRegisterClass(Inst, i, Address, Decoder))) in DecodeRegListOperand() 1957 if (!Check(S, DecodeGPRRegisterClass(Inst, Rn, Address, Decoder))) in DecodeCopMemInstruction() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/ |
| H A D | RISCVDisassembler.cpp | 77 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, uint32_t RegNo, in DecodeGPRRegisterClass() function 200 return DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder); in DecodeGPRNoX0RegisterClass() 220 return DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder); in DecodeGPRNoX31RegisterClass() 643 if (!Check(S, DecodeGPRRegisterClass(Inst, Rd, Address, Decoder))) in decodeRVCInstrRdRs2() 645 if (!Check(S, DecodeGPRRegisterClass(Inst, Rs2, Address, Decoder))) in decodeRVCInstrRdRs2() 656 if (!Check(S, DecodeGPRRegisterClass(Inst, Rd, Address, Decoder))) in decodeRVCInstrRdRs1Rs2() 659 if (!Check(S, DecodeGPRRegisterClass(Inst, Rs2, Address, Decoder))) in decodeRVCInstrRdRs1Rs2() 672 if (!Check(S, DecodeGPRRegisterClass(Inst, Rd1, Address, Decoder))) in decodeXTHeadMemPair() 674 if (!Check(S, DecodeGPRRegisterClass(Inst, Rd2, Address, Decoder))) in decodeXTHeadMemPair() 676 if (!Check(S, DecodeGPRRegisterClass(Inst, Rs1, Address, Decoder))) in decodeXTHeadMemPair()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/Disassembler/ |
| H A D | LoongArchDisassembler.cpp | 58 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGPRRegisterClass() function 72 return DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder); in DecodeGPRNoR0R1RegisterClass()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/Disassembler/ |
| H A D | LanaiDisassembler.cpp | 51 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, 168 DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPRRegisterClass() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/Disassembler/ |
| H A D | BPFDisassembler.cpp | 101 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPRRegisterClass() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/Disassembler/ |
| H A D | CSKYDisassembler.cpp | 108 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGPRRegisterClass() function 284 if (DecodeGPRRegisterClass(Inst, Ry, Address, Decoder) == in DecodeRegSeqOperand()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoD.td | 52 let DecoderMethod = "DecodeGPRRegisterClass";
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrInfo.td | 1335 let DecoderMethod = "DecodeGPRRegisterClass";
|