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

References

gen/lib/Target/AArch64/AArch64GenAsmMatcher.inc
12315   if ((FB[AArch64::FeatureCrypto]))
gen/lib/Target/AArch64/AArch64GenMCCodeEmitter.inc
15781   if ((FB[AArch64::FeatureCrypto]))
gen/lib/Target/AArch64/AArch64GenSubtargetInfo.inc
  216   { "crypto", "Enable cryptographic instructions", AArch64::FeatureCrypto, { { { 0x1000000000001ULL, 0x10000000ULL, 0x0ULL, } } } },
17825   if (Bits[AArch64::FeatureCrypto]) HasCrypto = true;
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
 2813     {"crypto", {AArch64::FeatureCrypto}},