Home
last modified time | relevance | path

Searched refs:CR_REGNO_P (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.h856 #define CR_REGNO_P(N) ((N) >= 68 && (N) <= 75) macro
927 : CR_REGNO_P (REGNO) ? GET_MODE_CLASS (MODE) == MODE_CC \
1197 : CR_REGNO_P (REGNO) ? CR_REGS \
H A Drs6000.c992 || CR_REGNO_P (REGNO (op))));
6566 || ! CR_REGNO_P (REGNO (SET_DEST (exp))))
7230 && regno >= 0 && CR_REGNO_P (regno))
7262 || ! CR_REGNO_P (REGNO (reg)))
7503 if (GET_CODE (x) != REG || ! CR_REGNO_P (REGNO (x)))
7512 if (GET_CODE (x) != REG || ! CR_REGNO_P (REGNO (x)))
7521 if (GET_CODE (x) != REG || ! CR_REGNO_P (REGNO (x)))
7738 if (GET_CODE (x) != REG || ! CR_REGNO_P (REGNO (x)))
H A Drs6000.md14768 && CR_REGNO_P (REGNO (operands[0]))
/openbsd/gnu/gcc/gcc/config/rs6000/
H A Drs6000.h786 #define CR_REGNO_P(N) ((N) >= 68 && (N) <= 75) macro
1063 : CR_REGNO_P (REGNO) ? CR_REGS \
H A Dpredicates.md99 || CR_REGNO_P (REGNO (op))")))
1093 || ! CR_REGNO_P (REGNO (src_reg)))
1145 || ! CR_REGNO_P (REGNO (SET_DEST (exp))))
H A Drs6000.c1070 if (CR_REGNO_P (regno)) in rs6000_hard_regno_mode_ok()
10041 && regno >= 0 && CR_REGNO_P (regno)) in rs6000_secondary_reload_class()
10070 gcc_assert (GET_CODE (reg) == REG && CR_REGNO_P (REGNO (reg))); in ccr_bit()
10338 if (GET_CODE (x) != REG || ! CR_REGNO_P (REGNO (x))) in print_operand()
10357 if (GET_CODE (x) != REG || ! CR_REGNO_P (REGNO (x))) in print_operand()
10366 if (GET_CODE (x) != REG || ! CR_REGNO_P (REGNO (x))) in print_operand()
10375 if (GET_CODE (x) != REG || ! CR_REGNO_P (REGNO (x))) in print_operand()
10599 if (GET_CODE (x) != REG || ! CR_REGNO_P (REGNO (x))) in print_operand()
11603 gcc_assert (GET_CODE (dst) == REG && CR_REGNO_P (REGNO (dst)) in output_e500_flip_gt_bit()
11604 && GET_CODE (src) == REG && CR_REGNO_P (REGNO (src))); in output_e500_flip_gt_bit()
[all …]
H A Drs6000.md14122 && CR_REGNO_P (REGNO (operands[0]))