/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Source/TransformFunctions/ |
D | arm_cfft_radix4_q15.c | 156 q31_t R, S, T, U; in arm_radix4_butterfly_q15() local 199 T = read_q15x2 (pSi0); in arm_radix4_butterfly_q15() 200 T = __SHADD16(T, 0); /* this is just a SIMD arithmetic shift right by 1 */ in arm_radix4_butterfly_q15() 201 …T = __SHADD16(T, 0); /* it turns out doing this twice is 2 cycles, the alternative takes 3 cycles … in arm_radix4_butterfly_q15() 213 R = __QADD16(T, S); in arm_radix4_butterfly_q15() 216 S = __QSUB16(T, S); in arm_radix4_butterfly_q15() 220 T = read_q15x2 (pSi1); in arm_radix4_butterfly_q15() 221 T = __SHADD16(T, 0); in arm_radix4_butterfly_q15() 222 T = __SHADD16(T, 0); in arm_radix4_butterfly_q15() 230 T = __QADD16(T, U); in arm_radix4_butterfly_q15() [all …]
|
D | arm_cfft_radix2_q15.c | 98 q31_t T, S, R; in arm_radix2_butterfly_q15() local 117 T = read_q15x2 (pSrc + (2 * i)); in arm_radix2_butterfly_q15() 118 in = ((int16_t) (T & 0xFFFF)) >> 1; in arm_radix2_butterfly_q15() 119 T = ((T >> 1) & 0xFFFF0000) | (in & 0xFFFF); in arm_radix2_butterfly_q15() 125 R = __QSUB16(T, S); in arm_radix2_butterfly_q15() 127 write_q15x2 (pSrc + (2 * i), __SHADD16(T, S)); in arm_radix2_butterfly_q15() 147 T = read_q15x2 (pSrc + (2 * i)); in arm_radix2_butterfly_q15() 148 in = ((int16_t) (T & 0xFFFF)) >> 1; in arm_radix2_butterfly_q15() 149 T = ((T >> 1) & 0xFFFF0000) | (in & 0xFFFF); in arm_radix2_butterfly_q15() 155 R = __QSUB16(T, S); in arm_radix2_butterfly_q15() [all …]
|
D | arm_cfft_q15.c | 702 q31_t T, S, R; in arm_cfft_radix4by2_q15() local 720 T = read_q15x2 (pSi); in arm_cfft_radix4by2_q15() 721 T = __SHADD16(T, 0); /* this is just a SIMD arithmetic shift right by 1 */ in arm_cfft_radix4by2_q15() 726 R = __QSUB16(T, S); in arm_cfft_radix4by2_q15() 728 write_q15x2_ia (&pSi, __SHADD16(T, S)); in arm_cfft_radix4by2_q15() 801 q31_t T, S, R; in arm_cfft_radix4by2_inverse_q15() local 819 T = read_q15x2 (pSi); in arm_cfft_radix4by2_inverse_q15() 820 T = __SHADD16(T, 0); /* this is just a SIMD arithmetic shift right by 1 */ in arm_cfft_radix4by2_inverse_q15() 825 R = __QSUB16(T, S); in arm_cfft_radix4by2_inverse_q15() 827 write_q15x2_ia (&pSi, __SHADD16(T, S)); in arm_cfft_radix4by2_inverse_q15()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/components/ft3267/ |
D | fsl_ft3267.c | 29 #define TOUCH_POINT_GET_EVENT(T) ((touch_event_t)(uint8_t)((T).XH >> 6U)) argument 30 #define TOUCH_POINT_GET_ID(T) ((T).YH >> 4) argument 31 #define TOUCH_POINT_GET_X(T) (int)(uint16_t)((((uint16_t)(T).XH & 0x0fU) << 8) | (uint16_t)(T).… argument 32 #define TOUCH_POINT_GET_Y(T) (int)(uint16_t)((((uint16_t)(T).YH & 0x0fU) << 8) | (uint16_t)(T).… argument
|
/hal_nxp-3.6.0/mcux/mcux-sdk/components/ft5406/ |
D | fsl_ft5406.c | 29 #define TOUCH_POINT_GET_EVENT(T) ((touch_event_t)((T).XH >> 6)) argument 30 #define TOUCH_POINT_GET_ID(T) ((T).YH >> 4) argument 31 #define TOUCH_POINT_GET_X(T) ((((T).XH & 0x0f) << 8) | (T).XL) argument 32 #define TOUCH_POINT_GET_Y(T) ((((T).YH & 0x0f) << 8) | (T).YL) argument
|
/hal_nxp-3.6.0/mcux/mcux-sdk/components/ft5406_rt/ |
D | fsl_ft5406_rt.c | 29 #define TOUCH_POINT_GET_EVENT(T) ((touch_event_t)((T).XH >> 6)) argument 30 #define TOUCH_POINT_GET_ID(T) ((T).YH >> 4) argument 31 #define TOUCH_POINT_GET_X(T) ((((T).XH & 0x0f) << 8) | (T).XL) argument 32 #define TOUCH_POINT_GET_Y(T) ((((T).YH & 0x0f) << 8) | (T).YL) argument
|
/hal_nxp-3.6.0/mcux/mcux-sdk/components/ft6x06/ |
D | fsl_ft6x06.c | 29 #define TOUCH_POINT_GET_EVENT(T) ((touch_event_t)((T).XH >> 6)) argument 30 #define TOUCH_POINT_GET_ID(T) ((T).YH >> 4) argument 31 #define TOUCH_POINT_GET_X(T) ((((T).XH & 0x0f) << 8) | (T).XL) argument 32 #define TOUCH_POINT_GET_Y(T) ((((T).YH & 0x0f) << 8) | (T).YL) argument
|
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/Core_AArch64/Include/ |
D | cmsis_compiler.h | 86 #define RESERVED(N, T) T RESERVED##N; // placeholder struct members used for "reserved" areas argument
|
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/tfa9896/ |
D | fsl_tfa9896.h | 262 int T; /* Current Speaker Temperature value */ member
|
D | fsl_hal_registers.c | 1223 …pInfo->T = data[3] / (1 << (23 - SPKRBST_TEMPERATURE_EXP)); /* /2^23*2^(def.SPKRBST_TE… in TFA9896_DspGetStateInfo() 1239 …lagsStr(pState->statusFlag), pState->agcGain, pState->limGain, pState->sMax, pState->T, pState->X1, in dump_state_infoLive()
|
/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/host/ |
D | usb_host_ohci.h | 261 volatile uint32_t T : 2U; /*!< DataToggle */ member
|
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/sdma/ |
D | fsl_sdma.h | 283 uint32_t T : 1; member
|
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/Include/ |
D | core_cm0.h | 253 uint32_t T:1; /*!< bit: 24 Thumb bit (read 0) */ member
|
D | core_cm1.h | 253 uint32_t T:1; /*!< bit: 24 Thumb bit (read 0) */ member
|
D | core_sc000.h | 259 uint32_t T:1; /*!< bit: 24 Thumb bit (read 0) */ member
|
D | core_cm0plus.h | 264 uint32_t T:1; /*!< bit: 24 Thumb bit (read 0) */ member
|
D | core_armv8mbl.h | 287 uint32_t T:1; /*!< bit: 24 Thumb bit (read 0) */ member
|
D | core_cm3.h | 266 uint32_t T:1; /*!< bit: 24 Thumb bit */ member
|
D | core_sc300.h | 266 uint32_t T:1; /*!< bit: 24 Thumb bit */ member
|
D | core_cm4.h | 325 uint32_t T:1; /*!< bit: 24 Thumb bit */ member
|
D | core_cm23.h | 287 uint32_t T:1; /*!< bit: 24 Thumb bit (read 0) */ member
|
D | core_armv8mml.h | 379 uint32_t T:1; /*!< bit: 24 Thumb bit (read 0) */ member
|
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/Core/Include/ |
D | core_cm0plus.h | 264 uint32_t T:1; /*!< bit: 24 Thumb bit (read 0) */ member
|
D | core_cm4.h | 330 uint32_t T:1; /*!< bit: 24 Thumb bit */ member
|
D | core_cm7.h | 345 uint32_t T:1; /*!< bit: 24 Thumb bit */ member
|