reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/Disassembler/ARMDisassembler.cpp
 3422   if (!Check(S, DecodeDPRRegisterClass(Inst, Rd, Address, Decoder)))
 3424   if (!Check(S, DecodeDPRRegisterClass(Inst, (Rd+inc)%32, Address, Decoder)))
 3426   if (!Check(S, DecodeDPRRegisterClass(Inst, (Rd+2*inc)%32, Address, Decoder)))
 3428   if (!Check(S, DecodeDPRRegisterClass(Inst, (Rd+3*inc)%32, Address, Decoder)))
 3431     if (!Check(S, DecodeGPRRegisterClass(Inst, Rn, Address, Decoder)))
 3435   if (!Check(S, DecodeGPRRegisterClass(Inst, Rn, Address, Decoder)))
 3442     if (!Check(S, DecodeGPRRegisterClass(Inst, Rm, Address, Decoder)))
 3446   return S;