Searched refs:CR0_REGNO (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c10130 base_bit = 4 * (cc_regnum - CR0_REGNO);
10400 fprintf (file, "%d", 4 * (REGNO (x) - CR0_REGNO) + 1);
10408 i = 4 * (REGNO (x) - CR0_REGNO) + 1;
10419 fprintf (file, "%d", 4 * (REGNO (x) - CR0_REGNO) + 2);
10428 fprintf (file, "%d", 4 * (REGNO (x) - CR0_REGNO));
10437 fprintf (file, "%d", 32 - 4 * (REGNO (x) - CR0_REGNO));
10661 fprintf (file, "%d", 128 >> (REGNO (x) - CR0_REGNO));
10707 i = 4 * (REGNO (x) - CR0_REGNO) + 3;
11540 int cc_regno = REGNO (cc_reg) - CR0_REGNO;
11641 if (reg_names[cc_regno + CR0_REGNO][
[all...]
H A Drs6000.h701 #define CR0_REGNO 68
1065 : (REGNO) == CR0_REGNO ? CR0_REGS \
699 #define CR0_REGNO macro

Completed in 345 milliseconds