Home | History | Annotate | Download | only in Disassembler

Lines Matching defs:IsN64

42     IsN64(STI.getFeatureBits() & Mips::FeatureN64), isBigEndian(bigEndian) {}
46 bool isN64() const { return IsN64; }
49 bool IsN64;
880 if (static_cast<const MipsDisassembler *>(Decoder)->isN64())