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

/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000-protos.h39 extern int small_data_operand (rtx, enum machine_mode);
H A Drs6000.c2675 small_data_operand (rtx op ATTRIBUTE_UNUSED,
2799 && small_data_operand (x, mode));
4138 && small_data_operand (operands[1], mode))
10551 if (small_data_operand (x, GET_MODE (x)))
10848 if (small_data_operand (x, GET_MODE (x)))
10895 if (small_data_operand (x, GET_MODE (x)))
10998 if (small_data_operand (x, GET_MODE (x)))
2667 small_data_operand (rtx op ATTRIBUTE_UNUSED, function

Completed in 93 milliseconds