Module core::core_arch::arm::ex

source ·
🔬This is a nightly-only experimental API. (stdsimd #48556)
Available on ARM only.

Functions

  • __clrexExperimental
    Removes the exclusive lock created by LDREX
  • __ldrexExperimental
    Executes an exclusive LDR instruction for 32 bit value.
  • __ldrexbExperimental
    Executes an exclusive LDR instruction for 8 bit value.
  • __ldrexhExperimental
    Executes an exclusive LDR instruction for 16 bit value.
  • __strexExperimental
    Executes an exclusive STR instruction for 32 bit values
  • __strexbExperimental
    Executes an exclusive STR instruction for 8 bit values