Home
last modified time | relevance | path

Searched refs:ccr_bit (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000-protos.h67 extern int ccr_bit (rtx, int);
H A Drs6000.c10057 ccr_bit (rtx op, int scc_p) in ccr_bit() function
10418 i = ccr_bit (x, 0); in print_operand()
10428 i = ccr_bit (x, 1); in print_operand()
H A Drs6000.md11744 int is_bit = ccr_bit (operands[1], 1);
11779 int is_bit = ccr_bit (operands[1], 1);
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000-protos.h105 extern int ccr_bit PARAMS ((rtx, int));
H A Drs6000.c7246 ccr_bit (op, scc_p) in ccr_bit() function
7564 i = ccr_bit (x, 0);
7574 i = ccr_bit (x, 1);
H A Drs6000.md11680 int is_bit = ccr_bit (operands[1], 1);
11711 int is_bit = ccr_bit (operands[1], 1);
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.39557 * config/rs6000/rs6000.c (ccr_bit): Handle unordered comparisons.
10221 * rs6000.c (ccr_bit): Add some consistency checks and a variable 'reg'.
H A DChangeLog.49604 (ccr_bit): Call validate_condition_mode. Update for
H A DChangeLog18033 (ccr_bit): Return correct ccr bit for SPE fp.