Lines Matching full:bit

162   \details Returns the current state of the priority mask bit from the Priority Mask Register.
188 \details Enables FIQ interrupts by clearing the F-bit in the CPSR.
196 \details Disables FIQ interrupts by setting the F-bit in the CPSR.
373 \brief Reverse byte order (32 bit)
382 \brief Reverse byte order (16 bit)
411 \brief Rotate Right in unsigned value (32 bit)
431 \brief Reverse bit order of value
432 \details Reverses the bit order of the given value.
469 \brief LDR Exclusive (8 bit)
470 \details Executes a exclusive LDR instruction for 8 bit value.
482 \brief LDR Exclusive (16 bit)
483 \details Executes a exclusive LDR instruction for 16 bit values.
495 \brief LDR Exclusive (32 bit)
496 \details Executes a exclusive LDR instruction for 32 bit values.
508 \brief STR Exclusive (8 bit)
509 \details Executes a exclusive STR instruction for 8 bit values.
523 \brief STR Exclusive (16 bit)
524 \details Executes a exclusive STR instruction for 16 bit values.
538 \brief STR Exclusive (32 bit)
539 \details Executes a exclusive STR instruction for 32 bit values.
563 \param [in] sat Bit position to saturate to (1..32)
573 \param [in] sat Bit position to saturate to (0..31)
580 \brief Rotate Right with Extend (32 bit)
581 \details Moves each bit of a bitstring right by one bit.
596 \brief LDRT Unprivileged (8 bit)
597 \details Executes a Unprivileged LDRT instruction for 8 bit value.
605 \brief LDRT Unprivileged (16 bit)
606 \details Executes a Unprivileged LDRT instruction for 16 bit values.
614 \brief LDRT Unprivileged (32 bit)
615 \details Executes a Unprivileged LDRT instruction for 32 bit values.
623 \brief STRT Unprivileged (8 bit)
624 \details Executes a Unprivileged STRT instruction for 8 bit values.
632 \brief STRT Unprivileged (16 bit)
633 \details Executes a Unprivileged STRT instruction for 16 bit values.
641 \brief STRT Unprivileged (32 bit)
642 \details Executes a Unprivileged STRT instruction for 32 bit values.