| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
| H A D | nds32-cost.c | 81 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 D | nds32-cost.cc | 81 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 D | smdk2800_io_init.c | 49 #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 D | smdk2410_io_init.c | 33 #define IOR(a) (*(volatile unsigned int *)(a)) macro
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/h8300/ |
| H A D | logical.md | 20 || (<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 D | predicates.md | 125 case IOR: 439 || code == IOR); 489 ;; Return nonzero if X is either IOR or XOR. 496 return (code == IOR || code == XOR);
|
| H A D | h8300.cc | 1522 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 D | genattrtab.cc | 771 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 D | genattr.cc | 90 case IOR: in check_tune_attr() 113 case IOR: in find_tune_attr()
|
| H A D | genpreds.cc | 56 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 D | simplify-rtx.cc | 868 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 D | combine.cc | 5032 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 D | gcov-counter.def | 47 /* IOR of the all values passed to counter. */
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | genattrtab.c | 771 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 D | genattr.c | 90 case IOR: in check_tune_attr() 113 case IOR: in find_tune_attr()
|
| H A D | genpreds.c | 56 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 D | simplify-rtx.c | 847 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 D | combine.c | 5161 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 D | gcov-counter.def | 47 /* IOR of the all values passed to counter. */
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/h8300/ |
| H A D | h8300.c | 1551 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 D | predicates.md | 125 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 D | startit.s | 40 movel %sp@(8),%a1 | IOR
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc2714.txt | 84 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 D | atomics.md | 281 case IOR: 309 case IOR: 439 case IOR: 467 case IOR:
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | atomics.md | 281 case IOR: 309 case IOR: 439 case IOR: 467 case IOR:
|