Searched refs:IOR (Results 101 - 125 of 133) sorted by relevance

123456

/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.cc1886 && (GET_CODE (*op0) == AND || GET_CODE (*op0) == IOR)
2781 /* Check whether OPERANDS are OK for a logical operation (AND, IOR, XOR). */
3685 case IOR:
3923 && (GET_CODE (XEXP (x, 0)) == AND || GET_CODE (XEXP (x, 0)) == IOR)
7211 tmp = expand_simple_binop (SImode, IOR, tmp, val, NULL_RTX, 1, OPTAB_DIRECT);
7501 new_rtx = expand_simple_binop (SImode, IOR, new_rtx, val,
7506 case IOR:
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc1632 an IOR or PLUS operation. */
1657 codes[i].code = IOR;
3950 case IOR:
4288 case IOR:
21436 trampoline[i++] = expand_simple_binop (SImode, IOR, opcode, high,
21443 trampoline[i++] = expand_simple_binop (SImode, IOR, opcode, low,
21454 trampoline[i++] = expand_simple_binop (SImode, IOR, opcode, low,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.c4892 case IOR: fputs ("or", file); return;
5878 case IOR: /* bset */
9035 case IOR:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.c8283 /* Output bit operation (IOR, AND, XOR) with register XOP[0] and compile
8343 case IOR:
8377 continue; /* IOR */
10942 case IOR:
10943 if (IOR == code
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.cc4897 case IOR: fputs ("or", file); return;
5883 case IOR: /* bset */
9035 case IOR:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh.c3118 /* Return the cost of an AND/XOR/IOR operation. */
3383 else if ((outer_code == AND || outer_code == IOR || outer_code == XOR)
3485 case IOR:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/alpha/
H A Dalpha.c3413 addr = expand_simple_binop (DImode, IOR, extl, exth,
8621 case MOD: case UDIV: case UMOD: case AND: case IOR:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/frv/
H A Dfrv.c2967 case IOR: fputs ("or", file); break;
9449 case IOR:
/netbsd-current/external/gpl3/gcc/dist/gcc/config/frv/
H A Dfrv.cc2955 case IOR: fputs ("or", file); break;
9437 case IOR:
/netbsd-current/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dalpha.cc3418 addr = expand_simple_binop (DImode, IOR, extl, exth,
8626 case MOD: case UDIV: case UMOD: case AND: case IOR:
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.cc3118 /* Return the cost of an AND/XOR/IOR operation. */
3383 else if ((outer_code == AND || outer_code == IOR || outer_code == XOR)
3485 case IOR:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dinternal-fn.c1884 tem = expand_simple_binop (mode, IOR, loxhishifted, tem, res,
H A Dcfgexpand.c4893 return simplify_gen_binary (IOR, mode, op0, op1);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/cris/
H A Dcris.c587 case IOR:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/visium/
H A Dvisium.c2934 case IOR:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c11985 if (GET_CODE (x) != IOR)
12776 case IOR:
12793 *cost += rtx_cost (op0, mode, IOR, 0, speed);
12794 *cost += rtx_cost (op1, mode, IOR, 1, speed);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/visium/
H A Dvisium.cc2936 case IOR:
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dinternal-fn.cc2103 tem = expand_simple_binop (mode, IOR, loxhishifted, tem, res,
H A Dcfgexpand.cc5069 return simplify_gen_binary (IOR, mode, op0, op1);
H A Dreload1.cc2721 case AND: case IOR: case XOR:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.c6509 else if (GET_CODE (src) == IOR)
6760 case MOD: case UDIV: case UMOD: case AND: case IOR:
/netbsd-current/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.cc6509 else if (GET_CODE (src) == IOR)
6760 case MOD: case UDIV: case UMOD: case AND: case IOR:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/c6x/
H A Dc6x.c6025 else if (outer_code == AND || outer_code == IOR || outer_code == XOR
/netbsd-current/external/gpl3/gcc/dist/gcc/config/c6x/
H A Dc6x.cc6028 else if (outer_code == AND || outer_code == IOR || outer_code == XOR
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc13467 if (GET_CODE (x) != IOR)
14293 case IOR:
14310 *cost += rtx_cost (op0, mode, IOR, 0, speed);
14311 *cost += rtx_cost (op1, mode, IOR, 1, speed);

Completed in 1015 milliseconds

123456