Lines Matching refs:STI
93 ARMDisassembler(const MCSubtargetInfo &STI) :
94 MCDisassembler(STI) {
114 ThumbDisassembler(const MCSubtargetInfo &STI) :
115 MCDisassembler(STI) {
409 static MCDisassembler *createARMDisassembler(const Target &T, const MCSubtargetInfo &STI) {
410 return new ARMDisassembler(STI);
413 static MCDisassembler *createThumbDisassembler(const Target &T, const MCSubtargetInfo &STI) {
414 return new ThumbDisassembler(STI);
426 assert(!(STI.getFeatureBits() & ARM::ModeThumb) &&
443 Address, this, STI);
452 result = decodeInstruction(DecoderTableVFP32, MI, insn, Address, this, STI);
459 result = decodeInstruction(DecoderTableVFPV832, MI, insn, Address, this, STI);
467 this, STI);
479 this, STI);
491 this, STI);
503 this, STI);
686 assert((STI.getFeatureBits() & ARM::ModeThumb) &&
697 Address, this, STI);
706 Address, this, STI);
717 Address, this, STI);
753 this, STI);
764 this, STI);
773 result = decodeInstruction(DecoderTableVFP32, MI, insn32, Address, this, STI);
782 result = decodeInstruction(DecoderTableVFPV832, MI, insn32, Address, this, STI);
791 this, STI);
805 Address, this, STI);
820 Address, this, STI);
832 this, STI);