Searched refs:DecodeGPRRegisterClass (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/Disassembler/ |
| D | RISCVDisassembler.cpp | 61 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGPRRegisterClass() function 138 return DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder); in DecodeGPRNoX0RegisterClass() 272 DecodeGPRRegisterClass(Inst, 2, Address, Decoder); in addImplySP() 275 DecodeGPRRegisterClass(Inst, 2, Address, Decoder); in addImplySP() 276 DecodeGPRRegisterClass(Inst, 2, Address, Decoder); in addImplySP() 388 DecodeGPRRegisterClass(Inst, 0, Address, Decoder); in decodeRVCInstrRdSImm() 400 DecodeGPRRegisterClass(Inst, 0, Address, Decoder); in decodeRVCInstrRdRs1UImm() 415 DecodeGPRRegisterClass(Inst, Rd, Address, Decoder); in decodeRVCInstrRdRs2() 416 DecodeGPRRegisterClass(Inst, Rs2, Address, Decoder); in decodeRVCInstrRdRs2() 425 DecodeGPRRegisterClass(Inst, Rd, Address, Decoder); in decodeRVCInstrRdRs1Rs2() [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/Disassembler/ |
| D | ARMDisassembler.cpp | 176 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, 1293 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPRRegisterClass() function 1326 Check(S, DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder)); in DecodeGPRnopcRegisterClass() 1339 Check(S, DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder)); in DecodeGPRnospRegisterClass() 1355 Check(S, DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder)); in DecodeGPRwithAPSRRegisterClass() 1373 Check(S, DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder)); in DecodeGPRwithZRRegisterClass() 1392 return DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder); in DecodetGPRRegisterClass() 1485 Check(S, DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder)); in DecoderGPRRegisterClass() 1769 if (!Check(S, DecodeGPRRegisterClass(Inst, i, Address, Decoder))) in DecodeRegListOperand() 1948 if (!Check(S, DecodeGPRRegisterClass(Inst, Rn, Address, Decoder))) in DecodeCopMemInstruction() [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Lanai/Disassembler/ |
| D | LanaiDisassembler.cpp | 46 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, 163 DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPRRegisterClass() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/BPF/Disassembler/ |
| D | BPFDisassembler.cpp | 101 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPRRegisterClass() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/ |
| D | RISCVInstrInfoD.td | 48 let DecoderMethod = "DecodeGPRRegisterClass";
|
| D | RISCVInstrInfoZfh.td | 38 let DecoderMethod = "DecodeGPRRegisterClass";
|
| D | RISCVInstrInfoF.td | 81 let DecoderMethod = "DecodeGPRRegisterClass";
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| D | ARMInstrInfo.td | 1297 let DecoderMethod = "DecodeGPRRegisterClass";
|