Searched refs:is_or (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dgimple-fold.c4544 bool is_or = (innercode == BIT_IOR_EXPR); local
4554 return (is_or ? var : inner1);
4556 return (is_or ? var : inner2);
4558 return (is_or
4562 return (is_or
4581 if (is_or)
4612 if (is_or)
/haiku-buildtools/isl/
H A Disl_ast.c1076 static int is_or(enum isl_ast_op_type op) function
1120 if (is_or(op) && is_and(expr->u.op.op))
/haiku-buildtools/gcc/gcc/config/ia64/
H A Dia64.c6260 unsigned int is_or : 1; /* Is register used as part of or.andcm? */
6288 rws_sum[regno].written_by_or = flags.is_or;
6304 flags.is_and = flags.is_or = 0;
6327 else if (flags.is_or && rws_sum[regno].written_by_or)
6340 else if (flags.is_or && rws_sum[regno].written_by_or)
6347 rws_sum[regno].written_by_or = flags.is_or;
6380 if (flags.is_or && rws_sum[regno].written_by_or)
6466 pflags->is_or = 1;
6247 unsigned int is_or : 1; /* Is register used as part of or.andcm? */ member in struct:reg_flags
/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-xtensa.c3631 bfd_boolean is_or = (strcmp ("or", narrowable[opi].wide) == 0);
3661 if (!is_or)
3776 bfd_boolean is_or = (strcmp ("or", widenable[opi].wide) == 0);
3809 if (!is_or)
3835 if (is_or && i == o_operand_count - 1)
3620 bfd_boolean is_or = (strcmp ("or", narrowable[opi].wide) == 0); local
3765 bfd_boolean is_or = (strcmp ("or", widenable[opi].wide) == 0); local
/haiku-buildtools/binutils/bfd/
H A Delf32-xtensa.c4381 bfd_boolean is_or = (strcmp ("or", narrowable[opi].wide) == 0);
4411 if (!is_or)
4545 bfd_boolean is_or = (strcmp ("or", widenable[opi].wide) == 0);
4578 if (!is_or)
4601 if (is_or && i == o_operand_count - 1)
4371 bfd_boolean is_or = (strcmp ("or", narrowable[opi].wide) == 0); local
4535 bfd_boolean is_or = (strcmp ("or", widenable[opi].wide) == 0); local

Completed in 262 milliseconds