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

References

lib/Target/ARM/Disassembler/ARMDisassembler.cpp
 5324   if (!Check(S, DecodeDPRRegisterClass(Inst, Rd, Address, Decoder)))
 5326   if (!Check(S, DecodeDPRRegisterClass(Inst, Rd+inc, Address, Decoder)))
 5328   if (!Check(S, DecodeDPRRegisterClass(Inst, Rd+2*inc, Address, Decoder)))
 5330   if (!Check(S, DecodeDPRRegisterClass(Inst, Rd+3*inc, Address, Decoder)))
 5334     if (!Check(S, DecodeGPRRegisterClass(Inst, Rn, Address, Decoder)))
 5337   if (!Check(S, DecodeGPRRegisterClass(Inst, Rn, Address, Decoder)))
 5339   Inst.addOperand(MCOperand::createImm(align));
 5342       if (!Check(S, DecodeGPRRegisterClass(Inst, Rm, Address, Decoder)))
 5345       Inst.addOperand(MCOperand::createReg(0));
 5348   if (!Check(S, DecodeDPRRegisterClass(Inst, Rd, Address, Decoder)))
 5350   if (!Check(S, DecodeDPRRegisterClass(Inst, Rd+inc, Address, Decoder)))
 5352   if (!Check(S, DecodeDPRRegisterClass(Inst, Rd+2*inc, Address, Decoder)))
 5354   if (!Check(S, DecodeDPRRegisterClass(Inst, Rd+3*inc, Address, Decoder)))
 5356   Inst.addOperand(MCOperand::createImm(index));