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

References

lib/Target/ARM/Disassembler/ARMDisassembler.cpp
 5184   if (!Check(S, DecodeDPRRegisterClass(Inst, Rd, Address, Decoder)))
 5186   if (!Check(S, DecodeDPRRegisterClass(Inst, Rd+inc, Address, Decoder)))
 5188   if (!Check(S, DecodeDPRRegisterClass(Inst, Rd+2*inc, Address, Decoder)))
 5192     if (!Check(S, DecodeGPRRegisterClass(Inst, Rn, Address, Decoder)))
 5195   if (!Check(S, DecodeGPRRegisterClass(Inst, Rn, Address, Decoder)))
 5200       if (!Check(S, DecodeGPRRegisterClass(Inst, Rm, Address, Decoder)))
 5206   if (!Check(S, DecodeDPRRegisterClass(Inst, Rd, Address, Decoder)))
 5208   if (!Check(S, DecodeDPRRegisterClass(Inst, Rd+inc, Address, Decoder)))
 5210   if (!Check(S, DecodeDPRRegisterClass(Inst, Rd+2*inc, Address, Decoder)))
 5214   return S;