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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp221 static DecodeStatus DecodeQPRRegisterClass(MCInst &Inst, unsigned RegNo,
1370 static DecodeStatus DecodeQPRRegisterClass(MCInst &Inst, unsigned RegNo, function
3475 if (!Check(S, DecodeQPRRegisterClass(Inst, Rd, Address, Decoder)))
3496 if (!Check(S, DecodeQPRRegisterClass(Inst, Rd, Address, Decoder)))
3570 if (!Check(S, DecodeQPRRegisterClass(Inst, Rd, Address, Decoder)))
5770 if (!Check(S, DecodeQPRRegisterClass(Inst, Vd, Address, Decoder)))
5772 if (!Check(S, DecodeQPRRegisterClass(Inst, Vm, Address, Decoder)))
5794 auto DestRegDecoder = q ? DecodeQPRRegisterClass : DecodeDPRRegisterClass;

Completed in 230 milliseconds