Searched refs:ALL_COP_REG_P (Results 1 – 3 of 3) sorted by relevance
1376 #define ALL_COP_REG_P(REGNO) \ macro
2906 if (ALL_COP_REG_P (REGNO (dest))) in mips_output_move()2935 if (ALL_COP_REG_P (REGNO (src))) in mips_output_move()2988 if (dest_code == REG && ALL_COP_REG_P (REGNO (dest)) && src_code == MEM) in mips_output_move()2996 if (dest_code == MEM && src_code == REG && ALL_COP_REG_P (REGNO (src))) in mips_output_move()5068 else if (ALL_COP_REG_P (regno)) in override_options()
24418 COP0_REG_P, COP2_REG_P, COP3_REG_P, ALL_COP_REG_P,