Macros | |
#define | ASM_INSTRUCT_COMPACKED(str) str |
#define | ASM_INSTRUCT_EXTENDED(str) str |
#define | DSP32_REALMUL_END_KERNEL_X_FCT(x_num, data) __attribute__((__naked__)) DSP32_REALMUL_END_KERNEL_X_FCT__(x_num, data) |
#define | DSP32_REALMUL_END_KERNEL_X_FCT__(x_num, data) |
#define | DSP32_REALMULTIPLICATION_0(r_vect1, r_vect2, real) |
#define | DSP32_REALMULTIPLICATION_1(r_vect1, r_vect2, real) |
#define | DSP32_REALMULTIPLICATION_2(r_vect1, r_vect2, real) |
#define | DSP32_REALMULTIPLICATION_3(r_vect1, r_vect2, real) |
Functions | |
void | dsp32_vect_realmul (dsp32_t *vect1, dsp32_t *vect2, int size, dsp32_t real) |
32-bit fixed point version of the vector multiplication with a real number. More... | |
static int | dsp32_vect_realmul_kernel_ext (dsp32_t *vect1, dsp32_t *vect2, int size, dsp32_t real) |
avr32-uc3 32 bit version More... | |
#define ASM_INSTRUCT_COMPACKED | ( | str | ) | str |
Referenced by dsp32_vect_realmul_kernel_ext().
#define ASM_INSTRUCT_EXTENDED | ( | str | ) | str |
#define DSP32_REALMUL_END_KERNEL_X_FCT | ( | x_num, | |
data | |||
) | __attribute__((__naked__)) DSP32_REALMUL_END_KERNEL_X_FCT__(x_num, data) |
#define DSP32_REALMUL_END_KERNEL_X_FCT__ | ( | x_num, | |
data | |||
) |
#define DSP32_REALMULTIPLICATION_0 | ( | r_vect1, | |
r_vect2, | |||
real | |||
) |
#define DSP32_REALMULTIPLICATION_1 | ( | r_vect1, | |
r_vect2, | |||
real | |||
) |
#define DSP32_REALMULTIPLICATION_2 | ( | r_vect1, | |
r_vect2, | |||
real | |||
) |
#define DSP32_REALMULTIPLICATION_3 | ( | r_vect1, | |
r_vect2, | |||
real | |||
) |
|
static |
avr32-uc3 32 bit version
References ASM_INSTRUCT_COMPACKED, ASTRINGZ, DSP32_QB, DSP_OPTI_ACCURACY, and DSP_OPTIMIZATION.
Referenced by dsp32_vect_realmul().