Home
last modified time | relevance | path

Searched refs:INT_P (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc13617 #define INT_P(X) (CONST_INT_P (X) && GET_MODE (X) == VOIDmode) macro
13699 if (! INT_P (x)) in print_operand()
13750 if (INT_P (x)) in print_operand()
13759 if (INT_P (x)) in print_operand()
13767 if (INT_P (x)) in print_operand()
13794 if (! INT_P (x)) in print_operand()
13864 if (! INT_P (x) in print_operand()
13936 if (! INT_P (x)) in print_operand()
13973 if (! INT_P (x)) in print_operand()
13988 if (! INT_P (x)) in print_operand()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c12914 #define INT_P(X) (CONST_INT_P (X) && GET_MODE (X) == VOIDmode) macro
12996 if (! INT_P (x)) in print_operand()
13047 if (INT_P (x)) in print_operand()
13056 if (INT_P (x)) in print_operand()
13064 if (INT_P (x)) in print_operand()
13091 if (! INT_P (x)) in print_operand()
13161 if (! INT_P (x) in print_operand()
13233 if (! INT_P (x)) in print_operand()
13270 if (! INT_P (x)) in print_operand()
13285 if (! INT_P (x)) in print_operand()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201331364 * config/rs6000/rs6000.c (INT_P): Reformat. Delete obsolete comment.
31385 (INT_P, INT_LOWPART): Delete CONST_DOUBLE case.
H A DChangeLog-201934697 rs6000_expand_unop_builtin, INT_P, rs6000_generate_compare,