Searched refs:ccr_bit (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | rs6000-protos.h | 67 extern int ccr_bit (rtx, int);
|
| H A D | rs6000.c | 10057 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 D | rs6000.md | 11744 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 D | rs6000-protos.h | 105 extern int ccr_bit PARAMS ((rtx, int));
|
| H A D | rs6000.c | 7246 ccr_bit (op, scc_p) in ccr_bit() function 7564 i = ccr_bit (x, 0); 7574 i = ccr_bit (x, 1);
|
| H A D | rs6000.md | 11680 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 D | ChangeLog.3 | 9557 * config/rs6000/rs6000.c (ccr_bit): Handle unordered comparisons. 10221 * rs6000.c (ccr_bit): Add some consistency checks and a variable 'reg'.
|
| H A D | ChangeLog.4 | 9604 (ccr_bit): Call validate_condition_mode. Update for
|
| H A D | ChangeLog | 18033 (ccr_bit): Return correct ccr bit for SPE fp.
|