armv7m_common::fp_feature is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDarmv7m_common::fp_feature

armv7m_common::fp_feature field

Syntax

int fp_feature;

References

LocationReferrerText
armv7m.h:232
int fp_feature;
FreeRTOS.c:424freertos_get_thread_reg_list()
if ((armv7m_target->fp_feature == FPV4_SP) || (armv7m_target->fp_feature == FPV5_SP) ||
FreeRTOS.c:425freertos_get_thread_reg_list()
(armv7m_target->fp_feature == FPV5_DP)) {
armv7m.c:865armv7m_init_arch_info()
armv7m->fp_feature = FP_NONE;
chibios.c:235chibios_update_stacking()
if (armv7m_target->fp_feature != FP_NONE) {
cortex_m.c:2829cortex_m_examine()
armv7m->fp_feature = FPV4_SP;
cortex_m.c:2840cortex_m_examine()
armv7m->fp_feature = FPV5_MVE_F;
cortex_m.c:2844cortex_m_examine()
armv7m->fp_feature = FPV5_DP;
cortex_m.c:2849cortex_m_examine()
armv7m->fp_feature = FPV5_SP;
cortex_m.c:2853cortex_m_examine()
armv7m->fp_feature = FPV5_MVE_I;
cortex_m.c:2861cortex_m_examine()
if (armv7m->fp_feature == FP_NONE)
nuttx.c:125cortexm_hasfpu()
if (!is_armv7m(armv7m_target) || armv7m_target->fp_feature == FP_NONE)
rtkernel.c:302rtkernel_get_thread_reg_list()
if (armv7m_target->fp_feature != FP_NONE) {

Data Use

Functions writing armv7m_common::fp_feature
Functions reading armv7m_common::fp_feature
armv7m_common::fp_feature