Home
last modified time | relevance | path

Searched refs:DecodeGPRRegisterClass (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp176 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 DRISCVDisassembler.cpp77 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 DLoongArchDisassembler.cpp58 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 DLanaiDisassembler.cpp51 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 DBPFDisassembler.cpp101 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPRRegisterClass() function
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/Disassembler/
H A DCSKYDisassembler.cpp108 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 DRISCVInstrInfoD.td52 let DecoderMethod = "DecodeGPRRegisterClass";
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.td1335 let DecoderMethod = "DecodeGPRRegisterClass";