Home
last modified time | relevance | path

Searched refs:using_gprs (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-mips.c6097 expressionS *offset, int length, bool using_gprs) in match_float_constant() argument
6127 && (using_gprs in match_float_constant()
6150 && (using_gprs in match_float_constant()
6163 if (GPR_SIZE == 32 || (!using_gprs && FPR_SIZE != 64)) in match_float_constant()
6197 gas_assert (!using_gprs && g_switch_value >= 4); in match_float_constant()
6202 if (using_gprs || g_switch_value < 8) in match_float_constant()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-mips.c6100 expressionS *offset, int length, bool using_gprs) in match_float_constant() argument
6130 && (using_gprs in match_float_constant()
6153 && (using_gprs in match_float_constant()
6166 if (GPR_SIZE == 32 || (!using_gprs && FPR_SIZE != 64)) in match_float_constant()
6200 gas_assert (!using_gprs && g_switch_value >= 4); in match_float_constant()
6205 if (using_gprs || g_switch_value < 8) in match_float_constant()