Searched refs:DecodeQPRRegisterClass (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
| H A D | ARMDisassembler.cpp | 226 static DecodeStatus DecodeQPRRegisterClass(MCInst &Inst, unsigned RegNo, 1391 static DecodeStatus DecodeQPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeQPRRegisterClass() function 3500 if (!Check(S, DecodeQPRRegisterClass(Inst, Rd, Address, Decoder))) in DecodeVMOVModImmInstruction() 3521 if (!Check(S, DecodeQPRRegisterClass(Inst, Rd, Address, Decoder))) in DecodeVMOVModImmInstruction() 3595 if (!Check(S, DecodeQPRRegisterClass(Inst, Rd, Address, Decoder))) in DecodeVSHLMaxInstruction() 5797 if (!Check(S, DecodeQPRRegisterClass(Inst, Vd, Address, Decoder))) in DecodeVCVTQ() 5799 if (!Check(S, DecodeQPRRegisterClass(Inst, Vm, Address, Decoder))) in DecodeVCVTQ() 5821 auto DestRegDecoder = q ? DecodeQPRRegisterClass : DecodeDPRRegisterClass; in DecodeNEONComplexLane64Instruction()
|