Searched refs:mips_fp_conditions (Results 1 – 3 of 3) sorted by relevance
299 static const char *const mips_fp_conditions[] = { variable9281 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()
297 static const char *const mips_fp_conditions[] = { variable9141 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()
16127 (mips_fp_conditions): New array.