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

/haiku-buildtools/legacy/gcc/gcc/config/i960/
H A Di960.c215 arith_operand (op, mode)
505 if (! arith_operand (x, mode))
507 if (! arith_operand (y, mode))
214 arith_operand (op, mode) function
/haiku-buildtools/legacy/gcc/gcc/config/pdp11/
H A Dpdp11.h24 int arith_operand ();
H A Dpdp11.c53 arith_operand (op, mode) function
/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsparc.c810 arith_operand (op, mode)
844 return arith_operand (op, mode) || arith_4096_operand (op, mode);
2275 if (arith_operand (src, GET_MODE (src)))
2294 && arith_operand (XEXP (src, 0), SImode)
2295 && arith_operand (XEXP (src, 1), SImode)
806 arith_operand (op, mode) function
H A Dsparc.h3209 {"arith_operand", {SUBREG, REG, CONST_INT}}, \
3262 extern int arith_operand ();
/haiku-buildtools/legacy/gcc/gcc/config/i860/
H A Di860.c370 arith_operand (op, mode)
368 arith_operand (op, mode) function
/haiku-buildtools/legacy/gcc/gcc/config/pa/
H A Dpa.h2549 extern int arith_operand ();
H A Dpa.c412 arith_operand (op, mode)
411 arith_operand (op, mode) function
/haiku-buildtools/legacy/gcc/gcc/config/m88k/
H A Dm88k.c1254 arith_operand (op, mode)
/haiku-buildtools/legacy/gcc/gcc/config/mips/
H A Dmips.h171 extern int arith_operand ();
3817 {"arith_operand", { REG, CONST_INT, SUBREG }}, \
H A Dmips.c454 arith_operand (op, mode)
1102 /* Like arith_operand, but when in 64 bit mode also accept a sign
1119 return arith_operand (op, mode);
453 arith_operand (op, mode) function
/haiku-buildtools/legacy/gcc/gcc/config/sh/
H A Dsh.c4245 arith_operand (op, mode)
4236 arith_operand (op, mode) function
/haiku-buildtools/gcc/gcc/config/sparc/
H A Dsparc.c3578 && arith_operand (src, GET_MODE (src))
3609 && arith_operand (XEXP (src, 1), SImode))
/haiku-buildtools/gcc/gcc/config/mips/
H A Dmips.c4875 return arith_operand (cmp1, VOIDmode);
5311 ? arith_operand (op1, mode)

Completed in 420 milliseconds