Searched refs:input_fp_config (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFAttributeData.cpp840 const struct fp_config_data &input_fp_config = fp_configs[ m_FPArch ]; local
846 /*version*/((output_fp_config.version > input_fp_config.version) ?
847 output_fp_config.version : input_fp_config.version),
848 /* regs */((output_fp_config.regs > input_fp_config.regs) ?
849 output_fp_config.regs : input_fp_config.regs),

Completed in 69 milliseconds