Searched refs:cint_ok_for_move (Results 1 – 12 of 12) sorted by relevance
143 extern int cint_ok_for_move (HOST_WIDE_INT);
219 return cint_ok_for_move (INTVAL (op));310 return (GET_CODE (op) == CONST_INT && cint_ok_for_move (INTVAL (op)));
1131 || cint_ok_for_move (INTVAL (X)))) \
554 cint_ok_for_move (HOST_WIDE_INT intval) in cint_ok_for_move() function1577 && cint_ok_for_move (INTVAL (operand1))) in emit_move_sequence()1860 || !cint_ok_for_move (INTVAL (operand1))) in emit_move_sequence()
5391 "! cint_ok_for_move (INTVAL (operands[2]))5410 "! cint_ok_for_move (INTVAL (operands[2]))"5420 in a single instruction (cint_ok_for_move). 5424 if (intval % 2 == 0 && cint_ok_for_move (intval / 2))5429 else if (intval % 4 == 0 && cint_ok_for_move (intval / 4))5434 else if (intval % 8 == 0 && cint_ok_for_move (intval / 8))5439 else if (cint_ok_for_move (-intval))
145 extern int cint_ok_for_move PARAMS ((HOST_WIDE_INT));
482 cint_ok_for_move (intval) in cint_ok_for_move() function505 return cint_ok_for_move (INTVAL (op));555 return cint_ok_for_move (INTVAL (op));1567 && cint_ok_for_move (INTVAL (operand1)))1768 || ! cint_ok_for_move (INTVAL (operand1)))
1241 || cint_ok_for_move (INTVAL (X)))) \
3916 "! cint_ok_for_move (INTVAL (operands[2]))3935 "! cint_ok_for_move (INTVAL (operands[2]))"3945 in a single instruction (cint_ok_for_move). 3949 if (intval % 2 == 0 && cint_ok_for_move (intval / 2))3954 else if (intval % 4 == 0 && cint_ok_for_move (intval / 4))3959 else if (intval % 8 == 0 && cint_ok_for_move (intval / 8))3964 else if (cint_ok_for_move (-intval))
9975 * pa.c (cint_ok_for_move): Use CONST_INT_OK_FOR_LETTER_P macros
19385 * pa.c (cint_ok_for_move): Fix comment.
5785 * pa.c (emit_move_sequence): Use cint_ok_for_move to check whether a