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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/
H A DRISCVDisassembler.cpp59 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, uint64_t RegNo, function
127 return DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder);
161 DecodeGPRRegisterClass(Inst, 2, Address, Decoder);
164 DecodeGPRRegisterClass(Inst, 2, Address, Decoder);
165 DecodeGPRRegisterClass(Inst, 2, Address, Decoder);
272 DecodeGPRRegisterClass(Inst, 0, Address, Decoder);
284 DecodeGPRRegisterClass(Inst, 0, Address, Decoder);
298 DecodeGPRRegisterClass(Inst, Rd, Address, Decoder);
299 DecodeGPRRegisterClass(Inst, Rs2, Address, Decoder);
308 DecodeGPRRegisterClass(Ins
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp177 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo,
1127 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, function
1159 Check(S, DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder));
1175 Check(S, DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder));
1193 Check(S, DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder));
1211 return DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder);
1285 Check(S, DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder));
1556 if (!Check(S, DecodeGPRRegisterClass(Inst, i, Address, Decoder)))
1731 if (!Check(S, DecodeGPRRegisterClass(Inst, Rn, Address, Decoder)))
1846 if (!Check(S, DecodeGPRRegisterClass(Ins
[all...]
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/Disassembler/
H A DBPFDisassembler.cpp100 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, function

Completed in 132 milliseconds