Lines Matching full:bit

47   \details Enables IRQ interrupts by clearing the I-bit in the CPSR.
58 \details Disables IRQ interrupts by setting the I-bit in the CPSR.
321 \details Returns the current state of the priority mask bit from the Priority Mask Register.
336 …\details Returns the current state of the non-secure priority mask bit from the Priority Mask Regi…
377 \details Enables FIQ interrupts by clearing the F-bit in the CPSR.
388 \details Disables FIQ interrupts by setting the F-bit in the CPSR.
803 \brief Reverse byte order (32 bit)
812 \brief Reverse byte order (16 bit)
846 \brief Rotate Right in unsigned value (32 bit)
869 \brief Reverse bit order of value
870 \details Reverses the bit order of the given value.
909 \brief LDR Exclusive (8 bit)
910 \details Executes a exclusive LDR instruction for 8 bit value.
918 \brief LDR Exclusive (16 bit)
919 \details Executes a exclusive LDR instruction for 16 bit values.
927 \brief LDR Exclusive (32 bit)
928 \details Executes a exclusive LDR instruction for 32 bit values.
936 \brief STR Exclusive (8 bit)
937 \details Executes a exclusive STR instruction for 8 bit values.
947 \brief STR Exclusive (16 bit)
948 \details Executes a exclusive STR instruction for 16 bit values.
958 \brief STR Exclusive (32 bit)
959 \details Executes a exclusive STR instruction for 32 bit values.
979 \param [in] sat Bit position to saturate to (1..32)
995 \param [in] sat Bit position to saturate to (0..31)
1010 \brief Rotate Right with Extend (32 bit)
1011 \details Moves each bit of a bitstring right by one bit.
1026 \brief LDRT Unprivileged (8 bit)
1027 \details Executes a Unprivileged LDRT instruction for 8 bit value.
1041 \brief LDRT Unprivileged (16 bit)
1042 \details Executes a Unprivileged LDRT instruction for 16 bit values.
1056 \brief LDRT Unprivileged (32 bit)
1057 \details Executes a Unprivileged LDRT instruction for 32 bit values.
1071 \brief STRT Unprivileged (8 bit)
1072 \details Executes a Unprivileged STRT instruction for 8 bit values.
1083 \brief STRT Unprivileged (16 bit)
1084 \details Executes a Unprivileged STRT instruction for 16 bit values.
1095 \brief STRT Unprivileged (32 bit)
1096 \details Executes a Unprivileged STRT instruction for 32 bit values.
1111 \brief Load-Acquire (8 bit)
1112 \details Executes a LDAB instruction for 8 bit value.
1126 \brief Load-Acquire (16 bit)
1127 \details Executes a LDAH instruction for 16 bit values.
1141 \brief Load-Acquire (32 bit)
1142 \details Executes a LDA instruction for 32 bit values.
1156 \brief Store-Release (8 bit)
1157 \details Executes a STLB instruction for 8 bit values.
1168 \brief Store-Release (16 bit)
1169 \details Executes a STLH instruction for 16 bit values.
1180 \brief Store-Release (32 bit)
1181 \details Executes a STL instruction for 32 bit values.
1192 \brief Load-Acquire Exclusive (8 bit)
1193 \details Executes a LDAB exclusive instruction for 8 bit value.
1201 \brief Load-Acquire Exclusive (16 bit)
1202 \details Executes a LDAH exclusive instruction for 16 bit values.
1210 \brief Load-Acquire Exclusive (32 bit)
1211 \details Executes a LDA exclusive instruction for 32 bit values.
1219 \brief Store-Release Exclusive (8 bit)
1220 \details Executes a STLB exclusive instruction for 8 bit values.
1230 \brief Store-Release Exclusive (16 bit)
1231 \details Executes a STLH exclusive instruction for 16 bit values.
1241 \brief Store-Release Exclusive (32 bit)
1242 \details Executes a STL exclusive instruction for 32 bit values.