Home
last modified time | relevance | path

Searched refs:mips_fp_conditions (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc299 static const char *const mips_fp_conditions[] = { variable
9281 if (code == CONST_INT && UINTVAL (op) < ARRAY_SIZE (mips_fp_conditions)) in mips_print_operand()
9282 fputs (mips_fp_conditions[UINTVAL (op)], file); in mips_print_operand()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c297 static const char *const mips_fp_conditions[] = { variable
9141 if (code == CONST_INT && UINTVAL (op) < ARRAY_SIZE (mips_fp_conditions)) in mips_print_operand()
9142 fputs (mips_fp_conditions[UINTVAL (op)], file); in mips_print_operand()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200416127 (mips_fp_conditions): New array.