Home
last modified time | relevance | path

Searched refs:cint_ok_for_move (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/gcc/gcc/config/pa/
Dpa-protos.h143 extern int cint_ok_for_move (HOST_WIDE_INT);
Dpredicates.md219 return cint_ok_for_move (INTVAL (op));
310 return (GET_CODE (op) == CONST_INT && cint_ok_for_move (INTVAL (op)));
Dpa.h1131 || cint_ok_for_move (INTVAL (X)))) \
Dpa.c554 cint_ok_for_move (HOST_WIDE_INT intval) in cint_ok_for_move() function
1577 && cint_ok_for_move (INTVAL (operand1))) in emit_move_sequence()
1860 || !cint_ok_for_move (INTVAL (operand1))) in emit_move_sequence()
Dpa.md5391 "! 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))
/openbsd/src/gnu/usr.bin/gcc/gcc/config/pa/
Dpa-protos.h145 extern int cint_ok_for_move PARAMS ((HOST_WIDE_INT));
Dpa.c482 cint_ok_for_move (intval) in cint_ok_for_move() function
505 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)))
Dpa.h1241 || cint_ok_for_move (INTVAL (X)))) \
Dpa.md3916 "! 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))
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.29975 * pa.c (cint_ok_for_move): Use CONST_INT_OK_FOR_LETTER_P macros
DChangeLog19385 * pa.c (cint_ok_for_move): Fix comment.
DChangeLog.65785 * pa.c (emit_move_sequence): Use cint_ok_for_move to check whether a