Lines Matching refs:__STATIC_FORCEINLINE
49 #ifndef __STATIC_FORCEINLINE
50 #define __STATIC_FORCEINLINE __attribute__((always_inline)) static inline macro
137 __STATIC_FORCEINLINE __NO_RETURN void __cmsis_start(void) in __cmsis_start()
205 __STATIC_FORCEINLINE void __TZ_set_STACKSEAL_S (uint32_t* stackTop) { in __TZ_set_STACKSEAL_S()
264 __STATIC_FORCEINLINE void __ISB(void) in __ISB()
275 __STATIC_FORCEINLINE void __DSB(void) in __DSB()
286 __STATIC_FORCEINLINE void __DMB(void) in __DMB()
298 __STATIC_FORCEINLINE uint32_t __REV(uint32_t value) in __REV()
317 __STATIC_FORCEINLINE uint32_t __REV16(uint32_t value) in __REV16()
332 __STATIC_FORCEINLINE int16_t __REVSH(int16_t value) in __REVSH()
352 __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR()
379 __STATIC_FORCEINLINE uint32_t __RBIT(uint32_t value) in __RBIT()
409 __STATIC_FORCEINLINE uint8_t __CLZ(uint32_t value) in __CLZ()
438 __STATIC_FORCEINLINE uint8_t __LDREXB(volatile uint8_t *addr) in __LDREXB()
460 __STATIC_FORCEINLINE uint16_t __LDREXH(volatile uint16_t *addr) in __LDREXH()
482 __STATIC_FORCEINLINE uint32_t __LDREXW(volatile uint32_t *addr) in __LDREXW()
499 __STATIC_FORCEINLINE uint32_t __STREXB(uint8_t value, volatile uint8_t *addr) in __STREXB()
516 __STATIC_FORCEINLINE uint32_t __STREXH(uint16_t value, volatile uint16_t *addr) in __STREXH()
533 __STATIC_FORCEINLINE uint32_t __STREXW(uint32_t value, volatile uint32_t *addr) in __STREXW()
546 __STATIC_FORCEINLINE void __CLREX(void) in __CLREX()
599 __STATIC_FORCEINLINE uint32_t __RRX(uint32_t value) in __RRX()
614 __STATIC_FORCEINLINE uint8_t __LDRBT(volatile uint8_t *ptr) in __LDRBT()
636 __STATIC_FORCEINLINE uint16_t __LDRHT(volatile uint16_t *ptr) in __LDRHT()
658 __STATIC_FORCEINLINE uint32_t __LDRT(volatile uint32_t *ptr) in __LDRT()
673 __STATIC_FORCEINLINE void __STRBT(uint8_t value, volatile uint8_t *ptr) in __STRBT()
685 __STATIC_FORCEINLINE void __STRHT(uint16_t value, volatile uint16_t *ptr) in __STRHT()
697 __STATIC_FORCEINLINE void __STRT(uint32_t value, volatile uint32_t *ptr) in __STRT()
713 __STATIC_FORCEINLINE int32_t __SSAT(int32_t val, uint32_t sat) in __SSAT()
738 __STATIC_FORCEINLINE uint32_t __USAT(int32_t val, uint32_t sat) in __USAT()
768 __STATIC_FORCEINLINE uint8_t __LDAB(volatile uint8_t *ptr) in __LDAB()
783 __STATIC_FORCEINLINE uint16_t __LDAH(volatile uint16_t *ptr) in __LDAH()
798 __STATIC_FORCEINLINE uint32_t __LDA(volatile uint32_t *ptr) in __LDA()
813 __STATIC_FORCEINLINE void __STLB(uint8_t value, volatile uint8_t *ptr) in __STLB()
825 __STATIC_FORCEINLINE void __STLH(uint16_t value, volatile uint16_t *ptr) in __STLH()
837 __STATIC_FORCEINLINE void __STL(uint32_t value, volatile uint32_t *ptr) in __STL()
849 __STATIC_FORCEINLINE uint8_t __LDAEXB(volatile uint8_t *ptr) in __LDAEXB()
864 __STATIC_FORCEINLINE uint16_t __LDAEXH(volatile uint16_t *ptr) in __LDAEXH()
879 __STATIC_FORCEINLINE uint32_t __LDAEX(volatile uint32_t *ptr) in __LDAEX()
896 __STATIC_FORCEINLINE uint32_t __STLEXB(uint8_t value, volatile uint8_t *ptr) in __STLEXB()
913 __STATIC_FORCEINLINE uint32_t __STLEXH(uint16_t value, volatile uint16_t *ptr) in __STLEXH()
930 __STATIC_FORCEINLINE uint32_t __STLEX(uint32_t value, volatile uint32_t *ptr) in __STLEX()
955 __STATIC_FORCEINLINE void __enable_irq(void) in __enable_irq()
966 __STATIC_FORCEINLINE void __disable_irq(void) in __disable_irq()
977 __STATIC_FORCEINLINE uint32_t __get_CONTROL(void) in __get_CONTROL()
992 __STATIC_FORCEINLINE uint32_t __TZ_get_CONTROL_NS(void) in __TZ_get_CONTROL_NS()
1007 __STATIC_FORCEINLINE void __set_CONTROL(uint32_t control) in __set_CONTROL()
1020 __STATIC_FORCEINLINE void __TZ_set_CONTROL_NS(uint32_t control) in __TZ_set_CONTROL_NS()
1033 __STATIC_FORCEINLINE uint32_t __get_IPSR(void) in __get_IPSR()
1047 __STATIC_FORCEINLINE uint32_t __get_APSR(void) in __get_APSR()
1061 __STATIC_FORCEINLINE uint32_t __get_xPSR(void) in __get_xPSR()
1075 __STATIC_FORCEINLINE uint32_t __get_PSP(void) in __get_PSP()
1090 __STATIC_FORCEINLINE uint32_t __TZ_get_PSP_NS(void) in __TZ_get_PSP_NS()
1105 __STATIC_FORCEINLINE void __set_PSP(uint32_t topOfProcStack) in __set_PSP()
1117 __STATIC_FORCEINLINE void __TZ_set_PSP_NS(uint32_t topOfProcStack) in __TZ_set_PSP_NS()
1129 __STATIC_FORCEINLINE uint32_t __get_MSP(void) in __get_MSP()
1144 __STATIC_FORCEINLINE uint32_t __TZ_get_MSP_NS(void) in __TZ_get_MSP_NS()
1159 __STATIC_FORCEINLINE void __set_MSP(uint32_t topOfMainStack) in __set_MSP()
1171 __STATIC_FORCEINLINE void __TZ_set_MSP_NS(uint32_t topOfMainStack) in __TZ_set_MSP_NS()
1184 __STATIC_FORCEINLINE uint32_t __TZ_get_SP_NS(void) in __TZ_get_SP_NS()
1198 __STATIC_FORCEINLINE void __TZ_set_SP_NS(uint32_t topOfStack) in __TZ_set_SP_NS()
1210 __STATIC_FORCEINLINE uint32_t __get_PRIMASK(void) in __get_PRIMASK()
1225 __STATIC_FORCEINLINE uint32_t __TZ_get_PRIMASK_NS(void) in __TZ_get_PRIMASK_NS()
1240 __STATIC_FORCEINLINE void __set_PRIMASK(uint32_t priMask) in __set_PRIMASK()
1252 __STATIC_FORCEINLINE void __TZ_set_PRIMASK_NS(uint32_t priMask) in __TZ_set_PRIMASK_NS()
1267 __STATIC_FORCEINLINE void __enable_fault_irq(void) in __enable_fault_irq()
1278 __STATIC_FORCEINLINE void __disable_fault_irq(void) in __disable_fault_irq()
1289 __STATIC_FORCEINLINE uint32_t __get_BASEPRI(void) in __get_BASEPRI()
1304 __STATIC_FORCEINLINE uint32_t __TZ_get_BASEPRI_NS(void) in __TZ_get_BASEPRI_NS()
1319 __STATIC_FORCEINLINE void __set_BASEPRI(uint32_t basePri) in __set_BASEPRI()
1331 __STATIC_FORCEINLINE void __TZ_set_BASEPRI_NS(uint32_t basePri) in __TZ_set_BASEPRI_NS()
1344 __STATIC_FORCEINLINE void __set_BASEPRI_MAX(uint32_t basePri) in __set_BASEPRI_MAX()
1355 __STATIC_FORCEINLINE uint32_t __get_FAULTMASK(void) in __get_FAULTMASK()
1370 __STATIC_FORCEINLINE uint32_t __TZ_get_FAULTMASK_NS(void) in __TZ_get_FAULTMASK_NS()
1385 __STATIC_FORCEINLINE void __set_FAULTMASK(uint32_t faultMask) in __set_FAULTMASK()
1397 __STATIC_FORCEINLINE void __TZ_set_FAULTMASK_NS(uint32_t faultMask) in __TZ_set_FAULTMASK_NS()
1420 __STATIC_FORCEINLINE uint32_t __get_PSPLIM(void) in __get_PSPLIM()
1442 __STATIC_FORCEINLINE uint32_t __TZ_get_PSPLIM_NS(void) in __TZ_get_PSPLIM_NS()
1465 __STATIC_FORCEINLINE void __set_PSPLIM(uint32_t ProcStackPtrLimit) in __set_PSPLIM()
1486 __STATIC_FORCEINLINE void __TZ_set_PSPLIM_NS(uint32_t ProcStackPtrLimit) in __TZ_set_PSPLIM_NS()
1507 __STATIC_FORCEINLINE uint32_t __get_MSPLIM(void) in __get_MSPLIM()
1530 __STATIC_FORCEINLINE uint32_t __TZ_get_MSPLIM_NS(void) in __TZ_get_MSPLIM_NS()
1553 __STATIC_FORCEINLINE void __set_MSPLIM(uint32_t MainStackPtrLimit) in __set_MSPLIM()
1574 __STATIC_FORCEINLINE void __TZ_set_MSPLIM_NS(uint32_t MainStackPtrLimit) in __TZ_set_MSPLIM_NS()
1594 __STATIC_FORCEINLINE uint32_t __get_FPSCR(void) in __get_FPSCR()
1620 __STATIC_FORCEINLINE void __set_FPSCR(uint32_t fpscr) in __set_FPSCR()
1649 __STATIC_FORCEINLINE uint32_t __SADD8(uint32_t op1, uint32_t op2) in __SADD8()
1657 __STATIC_FORCEINLINE uint32_t __QADD8(uint32_t op1, uint32_t op2) in __QADD8()
1665 __STATIC_FORCEINLINE uint32_t __SHADD8(uint32_t op1, uint32_t op2) in __SHADD8()
1673 __STATIC_FORCEINLINE uint32_t __UADD8(uint32_t op1, uint32_t op2) in __UADD8()
1681 __STATIC_FORCEINLINE uint32_t __UQADD8(uint32_t op1, uint32_t op2) in __UQADD8()
1689 __STATIC_FORCEINLINE uint32_t __UHADD8(uint32_t op1, uint32_t op2) in __UHADD8()
1698 __STATIC_FORCEINLINE uint32_t __SSUB8(uint32_t op1, uint32_t op2) in __SSUB8()
1706 __STATIC_FORCEINLINE uint32_t __QSUB8(uint32_t op1, uint32_t op2) in __QSUB8()
1714 __STATIC_FORCEINLINE uint32_t __SHSUB8(uint32_t op1, uint32_t op2) in __SHSUB8()
1722 __STATIC_FORCEINLINE uint32_t __USUB8(uint32_t op1, uint32_t op2) in __USUB8()
1730 __STATIC_FORCEINLINE uint32_t __UQSUB8(uint32_t op1, uint32_t op2) in __UQSUB8()
1738 __STATIC_FORCEINLINE uint32_t __UHSUB8(uint32_t op1, uint32_t op2) in __UHSUB8()
1747 __STATIC_FORCEINLINE uint32_t __SADD16(uint32_t op1, uint32_t op2) in __SADD16()
1755 __STATIC_FORCEINLINE uint32_t __QADD16(uint32_t op1, uint32_t op2) in __QADD16()
1763 __STATIC_FORCEINLINE uint32_t __SHADD16(uint32_t op1, uint32_t op2) in __SHADD16()
1771 __STATIC_FORCEINLINE uint32_t __UADD16(uint32_t op1, uint32_t op2) in __UADD16()
1779 __STATIC_FORCEINLINE uint32_t __UQADD16(uint32_t op1, uint32_t op2) in __UQADD16()
1787 __STATIC_FORCEINLINE uint32_t __UHADD16(uint32_t op1, uint32_t op2) in __UHADD16()
1795 __STATIC_FORCEINLINE uint32_t __SSUB16(uint32_t op1, uint32_t op2) in __SSUB16()
1803 __STATIC_FORCEINLINE uint32_t __QSUB16(uint32_t op1, uint32_t op2) in __QSUB16()
1811 __STATIC_FORCEINLINE uint32_t __SHSUB16(uint32_t op1, uint32_t op2) in __SHSUB16()
1819 __STATIC_FORCEINLINE uint32_t __USUB16(uint32_t op1, uint32_t op2) in __USUB16()
1827 __STATIC_FORCEINLINE uint32_t __UQSUB16(uint32_t op1, uint32_t op2) in __UQSUB16()
1835 __STATIC_FORCEINLINE uint32_t __UHSUB16(uint32_t op1, uint32_t op2) in __UHSUB16()
1843 __STATIC_FORCEINLINE uint32_t __SASX(uint32_t op1, uint32_t op2) in __SASX()
1851 __STATIC_FORCEINLINE uint32_t __QASX(uint32_t op1, uint32_t op2) in __QASX()
1859 __STATIC_FORCEINLINE uint32_t __SHASX(uint32_t op1, uint32_t op2) in __SHASX()
1867 __STATIC_FORCEINLINE uint32_t __UASX(uint32_t op1, uint32_t op2) in __UASX()
1875 __STATIC_FORCEINLINE uint32_t __UQASX(uint32_t op1, uint32_t op2) in __UQASX()
1883 __STATIC_FORCEINLINE uint32_t __UHASX(uint32_t op1, uint32_t op2) in __UHASX()
1891 __STATIC_FORCEINLINE uint32_t __SSAX(uint32_t op1, uint32_t op2) in __SSAX()
1899 __STATIC_FORCEINLINE uint32_t __QSAX(uint32_t op1, uint32_t op2) in __QSAX()
1907 __STATIC_FORCEINLINE uint32_t __SHSAX(uint32_t op1, uint32_t op2) in __SHSAX()
1915 __STATIC_FORCEINLINE uint32_t __USAX(uint32_t op1, uint32_t op2) in __USAX()
1923 __STATIC_FORCEINLINE uint32_t __UQSAX(uint32_t op1, uint32_t op2) in __UQSAX()
1931 __STATIC_FORCEINLINE uint32_t __UHSAX(uint32_t op1, uint32_t op2) in __UHSAX()
1939 __STATIC_FORCEINLINE uint32_t __USAD8(uint32_t op1, uint32_t op2) in __USAD8()
1947 __STATIC_FORCEINLINE uint32_t __USADA8(uint32_t op1, uint32_t op2, uint32_t op3) in __USADA8()
1971 __STATIC_FORCEINLINE uint32_t __UXTB16(uint32_t op1) in __UXTB16()
1979 __STATIC_FORCEINLINE uint32_t __UXTAB16(uint32_t op1, uint32_t op2) in __UXTAB16()
1987 __STATIC_FORCEINLINE uint32_t __SXTB16(uint32_t op1) in __SXTB16()
1995 __STATIC_FORCEINLINE uint32_t __SXTB16_RORn(uint32_t op1, uint32_t rotate) in __SXTB16_RORn()
2006 __STATIC_FORCEINLINE uint32_t __SXTAB16(uint32_t op1, uint32_t op2) in __SXTAB16()
2014 __STATIC_FORCEINLINE uint32_t __SXTAB16_RORn(uint32_t op1, uint32_t op2, uint32_t rotate) in __SXTAB16_RORn()
2026 __STATIC_FORCEINLINE uint32_t __SMUAD (uint32_t op1, uint32_t op2) in __SMUAD()
2034 __STATIC_FORCEINLINE uint32_t __SMUADX (uint32_t op1, uint32_t op2) in __SMUADX()
2042 __STATIC_FORCEINLINE uint32_t __SMLAD (uint32_t op1, uint32_t op2, uint32_t op3) in __SMLAD()
2050 __STATIC_FORCEINLINE uint32_t __SMLADX (uint32_t op1, uint32_t op2, uint32_t op3) in __SMLADX()
2058 __STATIC_FORCEINLINE uint64_t __SMLALD (uint32_t op1, uint32_t op2, uint64_t acc) in __SMLALD()
2075 __STATIC_FORCEINLINE uint64_t __SMLALDX (uint32_t op1, uint32_t op2, uint64_t acc) in __SMLALDX()
2092 __STATIC_FORCEINLINE uint32_t __SMUSD (uint32_t op1, uint32_t op2) in __SMUSD()
2100 __STATIC_FORCEINLINE uint32_t __SMUSDX (uint32_t op1, uint32_t op2) in __SMUSDX()
2108 __STATIC_FORCEINLINE uint32_t __SMLSD (uint32_t op1, uint32_t op2, uint32_t op3) in __SMLSD()
2116 __STATIC_FORCEINLINE uint32_t __SMLSDX (uint32_t op1, uint32_t op2, uint32_t op3) in __SMLSDX()
2124 __STATIC_FORCEINLINE uint64_t __SMLSLD (uint32_t op1, uint32_t op2, uint64_t acc) in __SMLSLD()
2141 __STATIC_FORCEINLINE uint64_t __SMLSLDX (uint32_t op1, uint32_t op2, uint64_t acc) in __SMLSLDX()
2158 __STATIC_FORCEINLINE uint32_t __SEL (uint32_t op1, uint32_t op2) in __SEL()
2166 __STATIC_FORCEINLINE int32_t __QADD( int32_t op1, int32_t op2) in __QADD()
2174 __STATIC_FORCEINLINE int32_t __QSUB( int32_t op1, int32_t op2) in __QSUB()
2203 __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_t op3) in __SMMLA()