Searched refs:IOR (Results 1 - 25 of 133) sorted by relevance

123456

/netbsd-current/sys/arch/amiga/stand/bootblock/bootxx_ffs/
H A Dstartit.s40 movel %sp@(8),%a1 | IOR
/netbsd-current/sys/arch/evbarm/stand/board/
H A Dsmdk2800_io_init.c49 #define IOR(a) (*(volatile unsigned int *)(a)) macro
89 if(IOR(S3C2800_CLKMAN_BASE+CLKMAN_CLKCON) & CLKCON_HCLK)
94 if(IOR(S3C2800_CLKMAN_BASE+CLKMAN_CLKCON) & CLKCON_PCLK)
H A Dsmdk2410_io_init.c33 #define IOR(a) (*(volatile unsigned int *)(a)) macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-cost.c81 else if (outer_code == AND || outer_code == IOR || outer_code == XOR
210 case IOR:
219 if (code == AND && GET_CODE (op0) == IOR && GET_CODE (op1) == IOR)
222 if (code == IOR && GET_CODE (op0) == AND && GET_CODE (op1) == AND)
271 || outer_code == AND || outer_code == IOR
287 else if (outer_code == AND || outer_code == IOR
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-cost.cc81 else if (outer_code == AND || outer_code == IOR || outer_code == XOR
210 case IOR:
219 if (code == AND && GET_CODE (op0) == IOR && GET_CODE (op1) == IOR)
222 if (code == IOR && GET_CODE (op0) == AND && GET_CODE (op1) == AND)
271 || outer_code == AND || outer_code == IOR
287 else if (outer_code == AND || outer_code == IOR
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgenattr.c90 case IOR:
113 case IOR:
H A Dgenattrtab.c765 /* Make an IOR tree of the possible values. */
771 orexp = insert_right_side (IOR, orexp, newexp, -2, -2);
789 case IOR:
924 case IOR:
1200 if (GET_CODE (exp) == AND || GET_CODE (exp) == IOR)
1711 = insert_right_side (IOR, tests[i - 2], newtest,
1802 AND or IOR expressions and insert a new term. The new term will be
1824 if (code == IOR && term == true_rtx)
1826 if (code == IOR && term == false_rtx)
1828 if (code == IOR
[all...]
H A Dgenpreds.c56 case IOR:
179 case IOR:
262 case IOR:
368 top-level pattern is an IOR, and one of the two branches does test
390 case IOR:
505 case IOR:
608 case IOR:
H A Dsimplify-rtx.c854 if (GET_CODE (op) == IOR
1006 if (GET_CODE (op) == IOR || GET_CODE (op) == AND)
1022 return gen_rtx_fmt_ee (GET_CODE (op) == IOR ? AND : IOR,
2064 operating on OP0 and OP1. CODE is currently one of AND, IOR or XOR.
2093 on OP0 and OP1. CODE is currently one of PLUS, MULT, AND, IOR, XOR,
2328 /* We only handle IOR of two relational operations. */
2329 if (code != IOR)
2973 case IOR:
3012 return simplify_gen_binary (IOR, mod
[all...]
H A Dcombine.c5151 so, this is an IOR of an AND, so split it into that. */
5177 simplify_gen_binary (IOR, inner_mode, dest, or_mask));
5182 simplify_gen_binary (IOR, inner_mode,
5356 case IOR:
5359 Similarly for IOR. */
5364 gen_rtx_fmt_ee (code == IOR ? AND : IOR,
5954 || code == AND || code == IOR || code == XOR)
5965 || code == AND || code == IOR || code == XOR
6200 the addition into an IOR
[all...]
H A Dloop-iv.c1826 case IOR:
1885 case IOR:
2784 simplify_using_initial_values (loop, IOR, &desc->noloop_assumptions);
2785 simplify_using_initial_values (loop, IOR, &desc->infinite);
2807 simplify_using_initial_values (loop, IOR, &desc->noloop_assumptions);
2808 simplify_using_initial_values (loop, IOR, &desc->infinite);
2851 simplify_using_initial_values (loop, IOR, &desc->infinite);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgenattr.cc90 case IOR:
113 case IOR:
H A Dgenattrtab.cc765 /* Make an IOR tree of the possible values. */
771 orexp = insert_right_side (IOR, orexp, newexp, -2, -2);
789 case IOR:
924 case IOR:
1200 if (GET_CODE (exp) == AND || GET_CODE (exp) == IOR)
1711 = insert_right_side (IOR, tests[i - 2], newtest,
1802 AND or IOR expressions and insert a new term. The new term will be
1824 if (code == IOR && term == true_rtx)
1826 if (code == IOR && term == false_rtx)
1828 if (code == IOR
[all...]
H A Dgenpreds.cc56 case IOR:
179 case IOR:
262 case IOR:
368 top-level pattern is an IOR, and one of the two branches does test
390 case IOR:
505 case IOR:
608 case IOR:
H A Dsimplify-rtx.cc875 if (GET_CODE (op) == IOR
1030 if (GET_CODE (op) == IOR || GET_CODE (op) == AND)
1046 return gen_rtx_fmt_ee (GET_CODE (op) == IOR ? AND : IOR,
2234 operating on OP0 and OP1. CODE is currently one of AND, IOR or XOR.
2264 on OP0 and OP1. CODE is currently one of PLUS, MULT, AND, IOR, XOR,
2511 /* We only handle IOR of two relational operations. */
2512 if (code != IOR)
3262 case IOR:
3301 return simplify_gen_binary (IOR, mod
[all...]
H A Dcombine.cc5022 so, this is an IOR of an AND, so split it into that. */
5048 simplify_gen_binary (IOR, inner_mode, dest, or_mask));
5053 simplify_gen_binary (IOR, inner_mode,
5227 case IOR:
5230 Similarly for IOR. */
5235 gen_rtx_fmt_ee (code == IOR ? AND : IOR,
5817 || code == AND || code == IOR || code == XOR)
5828 || code == AND || code == IOR || code == XOR
6064 the addition into an IOR
[all...]
H A Dloop-iv.cc1826 case IOR:
1885 case IOR:
2784 simplify_using_initial_values (loop, IOR, &desc->noloop_assumptions);
2785 simplify_using_initial_values (loop, IOR, &desc->infinite);
2807 simplify_using_initial_values (loop, IOR, &desc->noloop_assumptions);
2808 simplify_using_initial_values (loop, IOR, &desc->infinite);
2851 simplify_using_initial_values (loop, IOR, &desc->infinite);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/h8300/
H A Dh8300.c1555 case IOR:
3172 case IOR:
3216 || (code != IOR && w0 == 0xffff));
3220 upper_half_easy_p = ((code != IOR && w1 == 0xffff)
3229 && !(code == IOR && w1 == 0xffff
3244 && (TARGET_H8300 ? (code == AND) : (code != IOR)))
3270 && (TARGET_H8300 ? (code == AND) : (code != IOR)))
3275 && code == IOR
3376 || (code != IOR && w0 == 0xffff));
3380 upper_half_easy_p = ((code != IOR
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dh8300.cc1526 case IOR:
2019 || GET_CODE (op0) == IOR || GET_CODE (op0) == XOR
3002 case IOR:
3047 || (code != IOR && w0 == 0xffff));
3051 upper_half_easy_p = ((code != IOR && w1 == 0xffff)
3059 && !(code == IOR && w1 == 0xffff
3073 if (w0 == 0xffff && (code != IOR))
3096 if ((w1 == 0xffff) && (code != IOR))
3100 else if (code == IOR
3200 || (code != IOR
[all...]
/netbsd-current/external/lgpl3/gmp/dist/demos/
H A Dpexpr.c95 AND, IOR, XOR, SLL, SRA, POPCNT, HAMDIST, GCD, LCM, SQRT, ROOT, FAC, enumerator in enum:op_t
709 {"ior", IOR, 0},
1062 case IOR:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/lm32/
H A Dlm32.c947 case IOR:
1101 case IOR:
/netbsd-current/external/gpl3/gcc/dist/gcc/config/lm32/
H A Dlm32.cc947 case IOR:
1101 case IOR:
/netbsd-current/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.cc1717 case IOR:
1889 case IOR:
1900 if ((GET_CODE (x) == IOR || GET_CODE (x) == XOR)
2670 *op0 = riscv_force_binary (word_mode, IOR, tmp0, tmp1);
5220 rtx lui_hi_chain = riscv_force_binary (SImode, IOR, hi_chain,
5232 rtx lui_hi_func = riscv_force_binary (SImode, IOR, hi_func,
5247 rtx addi_lo_chain = riscv_force_binary (SImode, IOR, lo_chain,
5260 rtx jr_lo_func = riscv_force_binary (SImode, IOR, lo_func,
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dastenums.d116 IOR = STC.in_ | STC.ref_ | STC.out_,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv.c1528 case IOR:
1646 case IOR:
2315 *op0 = riscv_force_binary (word_mode, IOR, tmp0, tmp1);
4800 rtx lui_hi_chain = riscv_force_binary (SImode, IOR, hi_chain,
4812 rtx lui_hi_func = riscv_force_binary (SImode, IOR, hi_func,
4827 rtx addi_lo_chain = riscv_force_binary (SImode, IOR, lo_chain,
4840 rtx jr_lo_func = riscv_force_binary (SImode, IOR, lo_func,

Completed in 713 milliseconds

123456