Home
last modified time | relevance | path

Searched refs:IOR (Results 1 – 25 of 242) sorted by relevance

12345678910

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-cost.c81 else if (outer_code == AND || outer_code == IOR || outer_code == XOR in nds32_rtx_costs_speed_prefer()
210 case IOR: in nds32_rtx_costs_speed_prefer()
219 if (code == AND && GET_CODE (op0) == IOR && GET_CODE (op1) == IOR) in nds32_rtx_costs_speed_prefer()
222 if (code == IOR && GET_CODE (op0) == AND && GET_CODE (op1) == AND) in nds32_rtx_costs_speed_prefer()
271 || outer_code == AND || outer_code == IOR in nds32_rtx_costs_speed_prefer()
287 else if (outer_code == AND || outer_code == IOR in nds32_rtx_costs_speed_prefer()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-cost.cc81 else if (outer_code == AND || outer_code == IOR || outer_code == XOR in nds32_rtx_costs_speed_prefer()
210 case IOR: in nds32_rtx_costs_speed_prefer()
219 if (code == AND && GET_CODE (op0) == IOR && GET_CODE (op1) == IOR) in nds32_rtx_costs_speed_prefer()
222 if (code == IOR && GET_CODE (op0) == AND && GET_CODE (op1) == AND) in nds32_rtx_costs_speed_prefer()
271 || outer_code == AND || outer_code == IOR in nds32_rtx_costs_speed_prefer()
287 else if (outer_code == AND || outer_code == IOR in nds32_rtx_costs_speed_prefer()
/netbsd-src/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) in smdk2800_io_init()
94 if(IOR(S3C2800_CLKMAN_BASE+CLKMAN_CLKCON) & CLKCON_PCLK) in smdk2800_io_init()
H A Dsmdk2410_io_init.c33 #define IOR(a) (*(volatile unsigned int *)(a)) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dlogical.md20 || (<CODE> == IOR && operands[2] == CONST0_RTX (mode))
22 || ((<CODE> == AND || <CODE> == IOR) && operands[1] == operands[2]))
185 { return <CODE> == IOR ? "bset\\t%V2,%0" : "bnot\\t%V2,%0"; }
194 { return <CODE> == IOR ? "bset\\t%V2,%R0" : "bnot\\t%V2,%R0"; }
207 { return <CODE> == IOR ? "or\\t%X2,%X0" : "xor\\t%X2,%X0"; }
217 { return <CODE> == IOR ? "or\\t%X2,%X0" : "xor\\t%X2,%X0"; }
228 if (<CODE> == IOR)
239 ;; {AND,IOR,XOR}{HI3,SI3} PATTERNS
H A Dpredicates.md125 case IOR:
439 || code == IOR);
489 ;; Return nonzero if X is either IOR or XOR.
496 return (code == IOR || code == XOR);
H A Dh8300.cc1522 case IOR: in h8300_print_operand()
2014 || GET_CODE (op0) == IOR || GET_CODE (op0) == XOR in h8300_select_cc_mode()
2991 case IOR: in output_logical_op()
3036 || (code != IOR && w0 == 0xffff)); in output_logical_op()
3040 upper_half_easy_p = ((code != IOR && w1 == 0xffff) in output_logical_op()
3048 && !(code == IOR && w1 == 0xffff in output_logical_op()
3062 if (w0 == 0xffff && (code != IOR)) in output_logical_op()
3085 if ((w1 == 0xffff) && (code != IOR)) in output_logical_op()
3089 else if (code == IOR in output_logical_op()
3189 || (code != IOR && w0 == 0xffff)); in compute_logical_op_length()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenattrtab.cc771 orexp = insert_right_side (IOR, orexp, newexp, -2, -2); in check_attr_test()
789 case IOR: in check_attr_test()
924 case IOR: in check_attr_value()
1200 if (GET_CODE (exp) == AND || GET_CODE (exp) == IOR) in copy_boolean()
1711 = insert_right_side (IOR, tests[i - 2], newtest, in simplify_cond()
1824 if (code == IOR && term == true_rtx) in insert_right_side()
1826 if (code == IOR && term == false_rtx) in insert_right_side()
1828 if (code == IOR && exp == true_rtx) in insert_right_side()
1830 if (code == IOR && exp == false_rtx) in insert_right_side()
1885 else if (code == IOR && GET_CODE (exp) == EQ_ATTR in compute_alternative_mask()
[all …]
H A Dgenattr.cc90 case IOR: in check_tune_attr()
113 case IOR: in find_tune_attr()
H A Dgenpreds.cc56 case IOR: in validate_exp()
179 case IOR: in needs_variable()
262 case IOR: in mark_mode_tests()
390 case IOR: in add_mode_tests()
505 case IOR: in write_predicate_expr()
608 case IOR: in write_predicate_stmts()
H A Dsimplify-rtx.cc868 if (GET_CODE (op) == IOR in simplify_truncation()
1022 if (GET_CODE (op) == IOR || GET_CODE (op) == AND) in simplify_unary_operation_1()
1038 return gen_rtx_fmt_ee (GET_CODE (op) == IOR ? AND : IOR, in simplify_unary_operation_1()
2503 if (code != IOR) in simplify_logical_relational_operation()
3253 case IOR: in simplify_binary_operation_1()
3292 return simplify_gen_binary (IOR, mode, XEXP (op0, 0), op1); in simplify_binary_operation_1()
3382 if (GET_CODE (XEXP (op1, 0)) == IOR) in simplify_binary_operation_1()
3384 else if (GET_CODE (XEXP (op0, 0)) == IOR) in simplify_binary_operation_1()
3397 return simplify_gen_binary (IOR, mode, XEXP (top0, 0), in simplify_binary_operation_1()
3406 || GET_CODE (op0) == IOR in simplify_binary_operation_1()
[all …]
H A Dcombine.cc5032 simplify_gen_binary (IOR, inner_mode, dest, or_mask)); in find_split_point()
5037 simplify_gen_binary (IOR, inner_mode, in find_split_point()
5211 case IOR: in find_split_point()
5219 gen_rtx_fmt_ee (code == IOR ? AND : IOR, in find_split_point()
5799 || code == AND || code == IOR || code == XOR) in combine_simplify_rtx()
5810 || code == AND || code == IOR || code == XOR in combine_simplify_rtx()
6055 rtx tor = simplify_gen_binary (IOR, mode, XEXP (x, 0), XEXP (x, 1)); in combine_simplify_rtx()
6062 && (GET_CODE (temp) != IOR in combine_simplify_rtx()
6329 case IOR: in combine_simplify_rtx()
6588 || GET_CODE (t) == IOR || GET_CODE (t) == XOR in simplify_if_then_else()
[all …]
H A Dgcov-counter.def47 /* IOR of the all values passed to counter. */
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenattrtab.c771 orexp = insert_right_side (IOR, orexp, newexp, -2, -2); in check_attr_test()
789 case IOR: in check_attr_test()
924 case IOR: in check_attr_value()
1200 if (GET_CODE (exp) == AND || GET_CODE (exp) == IOR) in copy_boolean()
1711 = insert_right_side (IOR, tests[i - 2], newtest, in simplify_cond()
1824 if (code == IOR && term == true_rtx) in insert_right_side()
1826 if (code == IOR && term == false_rtx) in insert_right_side()
1828 if (code == IOR && exp == true_rtx) in insert_right_side()
1830 if (code == IOR && exp == false_rtx) in insert_right_side()
1885 else if (code == IOR && GET_CODE (exp) == EQ_ATTR in compute_alternative_mask()
[all …]
H A Dgenattr.c90 case IOR: in check_tune_attr()
113 case IOR: in find_tune_attr()
H A Dgenpreds.c56 case IOR: in validate_exp()
179 case IOR: in needs_variable()
262 case IOR: in mark_mode_tests()
390 case IOR: in add_mode_tests()
505 case IOR: in write_predicate_expr()
608 case IOR: in write_predicate_stmts()
H A Dsimplify-rtx.c847 if (GET_CODE (op) == IOR in simplify_truncation()
998 if (GET_CODE (op) == IOR || GET_CODE (op) == AND) in simplify_unary_operation_1()
1014 return gen_rtx_fmt_ee (GET_CODE (op) == IOR ? AND : IOR, in simplify_unary_operation_1()
2320 if (code != IOR) in simplify_logical_relational_operation()
2964 case IOR: in simplify_binary_operation_1()
3003 return simplify_gen_binary (IOR, mode, XEXP (op0, 0), op1); in simplify_binary_operation_1()
3093 if (GET_CODE (XEXP (op1, 0)) == IOR) in simplify_binary_operation_1()
3095 else if (GET_CODE (XEXP (op0, 0)) == IOR) in simplify_binary_operation_1()
3108 return simplify_gen_binary (IOR, mode, XEXP (top0, 0), in simplify_binary_operation_1()
3157 return (simplify_gen_binary (IOR, mode, op0, op1)); in simplify_binary_operation_1()
[all …]
H A Dcombine.c5161 simplify_gen_binary (IOR, inner_mode, dest, or_mask)); in find_split_point()
5166 simplify_gen_binary (IOR, inner_mode, in find_split_point()
5340 case IOR: in find_split_point()
5348 gen_rtx_fmt_ee (code == IOR ? AND : IOR, in find_split_point()
5936 || code == AND || code == IOR || code == XOR) in combine_simplify_rtx()
5947 || code == AND || code == IOR || code == XOR in combine_simplify_rtx()
6191 rtx tor = simplify_gen_binary (IOR, mode, XEXP (x, 0), XEXP (x, 1)); in combine_simplify_rtx()
6198 && (GET_CODE (temp) != IOR in combine_simplify_rtx()
6466 case IOR: in combine_simplify_rtx()
6712 || GET_CODE (t) == IOR || GET_CODE (t) == XOR in simplify_if_then_else()
[all …]
H A Dgcov-counter.def47 /* IOR of the all values passed to counter. */
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/h8300/
H A Dh8300.c1551 case IOR: in h8300_print_operand()
3161 case IOR: in output_logical_op()
3205 || (code != IOR && w0 == 0xffff)); in output_logical_op()
3209 upper_half_easy_p = ((code != IOR && w1 == 0xffff) in output_logical_op()
3218 && !(code == IOR && w1 == 0xffff in output_logical_op()
3233 && (TARGET_H8300 ? (code == AND) : (code != IOR))) in output_logical_op()
3259 && (TARGET_H8300 ? (code == AND) : (code != IOR))) in output_logical_op()
3264 && code == IOR in output_logical_op()
3365 || (code != IOR && w0 == 0xffff)); in compute_logical_op_length()
3369 upper_half_easy_p = ((code != IOR && w1 == 0xffff) in compute_logical_op_length()
[all …]
H A Dpredicates.md125 case IOR:
452 || code == IOR);
502 ;; Return nonzero if X is either IOR or XOR.
509 return (code == IOR || code == XOR);
/netbsd-src/sys/arch/amiga/stand/bootblock/bootxx_ffs/
H A Dstartit.s40 movel %sp@(8),%a1 | IOR
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc2714.txt84 reference is termed an "interoperable object reference," or IOR.
120 corbaIor is used to store the object's stringified IOR.
135 object reference (IOR) for a CORBA object. An IOR is an opaque handle
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Datomics.md281 case IOR:
309 case IOR:
439 case IOR:
467 case IOR:
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Datomics.md281 case IOR:
309 case IOR:
439 case IOR:
467 case IOR:

12345678910