reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
110 { "booke", "Enable Book E instructions", PPC::FeatureBookE, { { { 0x800000000000ULL, 0x0ULL, 0x0ULL, } } } }, 8148 if (Bits[PPC::FeatureBookE]) IsBookE = true;lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
1612 if (getSTI().getFeatureBits()[PPC::FeatureBookE] &&
lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp 161 bool IsBookE = STI.getFeatureBits()[PPC::FeatureBookE];