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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp209 static DecodeStatus DecodeSPRRegisterClass(MCInst &Inst, unsigned RegNo,
1300 static DecodeStatus DecodeSPRRegisterClass(MCInst &Inst, unsigned RegNo, function
1312 return DecodeSPRRegisterClass(Inst, RegNo, Address, Decoder);
1352 return DecodeSPRRegisterClass(Inst, RegNo, Address, Decoder);
1582 if (!Check(S, DecodeSPRRegisterClass(Inst, Vd, Address, Decoder)))
1585 if (!Check(S, DecodeSPRRegisterClass(Inst, ++Vd, Address, Decoder)))
5456 if (!Check(S, DecodeSPRRegisterClass(Inst, Rm , Address, Decoder)))
5458 if (!Check(S, DecodeSPRRegisterClass(Inst, Rm+1, Address, Decoder)))
5486 if (!Check(S, DecodeSPRRegisterClass(Inst, Rm , Address, Decoder)))
5488 if (!Check(S, DecodeSPRRegisterClass(Ins
[all...]

Completed in 101 milliseconds