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

References

gen/lib/Target/ARM/ARMGenAsmMatcher.inc
 9858   if ((FB[ARM::Feature8MSecExt]))
gen/lib/Target/ARM/ARMGenDisassemblerTables.inc
16645     return (Bits[ARM::ModeThumb] && Bits[ARM::Feature8MSecExt]);
16677     return (Bits[ARM::Feature8MSecExt]);
16717     return (Bits[ARM::HasV8_1MMainlineOps] && Bits[ARM::Feature8MSecExt]);
16721     return (Bits[ARM::HasV8MMainlineOps] && Bits[ARM::Feature8MSecExt]);
gen/lib/Target/ARM/ARMGenSubtargetInfo.inc
  206   { "8msecext", "Enable support for ARMv8-M Security Extensions", ARM::Feature8MSecExt, { { { 0x0ULL, 0x0ULL, 0x0ULL, } } } },
19414   if (Bits[ARM::Feature8MSecExt]) Has8MSecExt = true;
gen/lib/Target/ARM/ARMGenSystemRegister.inc
  282   { "msp_ns", 0x888, 0x188, 0x888,  {ARM::Feature8MSecExt}  }, // 28
  283   { "psp_ns", 0x889, 0x189, 0x889,  {ARM::Feature8MSecExt}  }, // 29
  284   { "msplim_ns", 0x88A, 0x18A, 0x88A,  {ARM::Feature8MSecExt, ARM::HasV8MBaselineOps}  }, // 30
  285   { "psplim_ns", 0x88B, 0x18B, 0x88B,  {ARM::Feature8MSecExt, ARM::HasV8MBaselineOps}  }, // 31
  287   { "basepri_ns", 0x891, 0x191, 0x891,  {ARM::Feature8MSecExt, ARM::HasV7Ops}  }, // 33
  288   { "faultmask_ns", 0x893, 0x193, 0x893,  {ARM::Feature8MSecExt, ARM::HasV7Ops}  }, // 34
  289   { "control_ns", 0x894, 0x194, 0x894,  {ARM::Feature8MSecExt}  }, // 35
  290   { "sp_ns", 0x898, 0x198, 0x898,  {ARM::Feature8MSecExt}  }, // 36
lib/Target/ARM/ARMTargetTransformInfo.h
   62       ARM::FeaturePerfMon, ARM::FeatureTrustZone, ARM::Feature8MSecExt,
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
  505     return getSTI().getFeatureBits()[ARM::Feature8MSecExt];
lib/Target/ARM/Disassembler/ARMDisassembler.cpp
 4683       if (!(FeatureBits[ARM::Feature8MSecExt]))