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

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c10201 #define INT_LOWPART(X) \
10208 unsigned long val = INT_LOWPART (op);
10240 unsigned long val = INT_LOWPART (op);
10381 fprintf (file, HOST_WIDE_INT_PRINT_DEC, INT_LOWPART (x) & 0xffff);
10389 putc (((INT_LOWPART (x) & 1) == 0 ? 'r' : 'l'), file);
10455 fprintf (file, HOST_WIDE_INT_PRINT_DEC, INT_LOWPART (x) & 31);
10464 fprintf (file, HOST_WIDE_INT_PRINT_DEC, INT_LOWPART (x) & 63);
10501 fprintf (file, HOST_WIDE_INT_PRINT_DEC, ~ INT_LOWPART (x));
10594 || INT_LOWPART (x) < 0
10595 || (i = exact_log2 (INT_LOWPART (
10175 #define INT_LOWPART macro
[all...]

Completed in 103 milliseconds