Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/config/rs6000/
Drs6000-protos.h67 extern int ccr_bit (rtx, int);
Drs6000.c10090 ccr_bit (rtx op, int scc_p) in ccr_bit() function
10451 i = ccr_bit (x, 0); in print_operand()
10461 i = ccr_bit (x, 1); in print_operand()
Drs6000.md11745 int is_bit = ccr_bit (operands[1], 1);
11780 int is_bit = ccr_bit (operands[1], 1);
/freebsd-12-stable/contrib/gcc/
DChangeLog-20009610 (ccr_bit): Call validate_condition_mode. Update for
24823 * config/rs6000/rs6000.c (ccr_bit): Handle unordered comparisons.
25487 * rs6000.c (ccr_bit): Add some consistency checks and a variable 'reg'.
DChangeLog-200324092 (ccr_bit): Check that sCOND conditions are actually a positive bit.
27669 (ccr_bit): Change TARGET_SPE to TARGET_E500. Check for
DChangeLog-200435729 * config/rs6000/rs6000.c (ccr_bit): Remove E500 specific code.
39732 ccr_bit): Likewise.
DChangeLog-200522091 expand_block_move, validate_condition_mode, ccr_bit, extract_MB,
DChangeLog-200212325 (ccr_bit): Return correct ccr bit for SPE fp.