• Home
  • Raw
  • Download

Lines Matching refs:SmVersion

40   unsigned int SmVersion;  variable
72 bool hasBrkPt() const { return SmVersion >= 11; } in hasBrkPt()
73 bool hasAtomRedG32() const { return SmVersion >= 11; } in hasAtomRedG32()
74 bool hasAtomRedS32() const { return SmVersion >= 12; } in hasAtomRedS32()
75 bool hasAtomRedG64() const { return SmVersion >= 12; } in hasAtomRedG64()
76 bool hasAtomRedS64() const { return SmVersion >= 20; } in hasAtomRedS64()
77 bool hasAtomRedGen32() const { return SmVersion >= 20; } in hasAtomRedGen32()
78 bool hasAtomRedGen64() const { return SmVersion >= 20; } in hasAtomRedGen64()
79 bool hasAtomAddF32() const { return SmVersion >= 20; } in hasAtomAddF32()
80 bool hasVote() const { return SmVersion >= 12; } in hasVote()
81 bool hasDouble() const { return SmVersion >= 13; } in hasDouble()
82 bool reqPTX20() const { return SmVersion >= 20; } in reqPTX20()
83 bool hasF32FTZ() const { return SmVersion >= 20; } in hasF32FTZ()
84 bool hasFMAF32() const { return SmVersion >= 20; } in hasFMAF32()
85 bool hasFMAF64() const { return SmVersion >= 13; } in hasFMAF64()
86 bool hasLDG() const { return SmVersion >= 32; } in hasLDG()
87 bool hasLDU() const { return ((SmVersion >= 20) && (SmVersion < 30)); } in hasLDU()
88 bool hasGenericLdSt() const { return SmVersion >= 20; } in hasGenericLdSt()
89 inline bool hasHWROT32() const { return SmVersion >= 32; } in hasHWROT32()
91 return ((SmVersion >= 20) && (SmVersion < 32)); in hasSWROT32()
94 inline bool hasROT64() const { return SmVersion >= 20; } in hasROT64()
97 unsigned int getSmVersion() const { return SmVersion; } in getSmVersion()