Searched refs:DecodeGPRRegisterClass (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/
H A DRISCVDisassembler.cpp62 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, uint64_t RegNo, function
130 return DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder);
191 DecodeGPRRegisterClass(Inst, 2, Address, Decoder);
194 DecodeGPRRegisterClass(Inst, 2, Address, Decoder);
195 DecodeGPRRegisterClass(Inst, 2, Address, Decoder);
302 DecodeGPRRegisterClass(Inst, 0, Address, Decoder);
314 DecodeGPRRegisterClass(Inst, 0, Address, Decoder);
328 DecodeGPRRegisterClass(Inst, Rd, Address, Decoder);
329 DecodeGPRRegisterClass(Inst, Rs2, Address, Decoder);
338 DecodeGPRRegisterClass(Ins
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp177 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo,
1132 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, function
1164 Check(S, DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder));
1180 Check(S, DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder));
1198 Check(S, DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder));
1216 return DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder);
1305 Check(S, DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder));
1576 if (!Check(S, DecodeGPRRegisterClass(Inst, i, Address, Decoder)))
1751 if (!Check(S, DecodeGPRRegisterClass(Inst, Rn, Address, Decoder)))
1866 if (!Check(S, DecodeGPRRegisterClass(Ins
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/Disassembler/
H A DLanaiDisassembler.cpp50 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo,
163 DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/Disassembler/
H A DBPFDisassembler.cpp100 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, function

Completed in 116 milliseconds