HomeSort by: relevance | last modified time | path
    Searched refs:op0 (Results 1 - 25 of 427) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc.old/dist/gcc/d/
d-gimplify.cc 82 tree op0 = TREE_OPERAND (*expr_p, 0); local
85 if (error_operand_p (op0) || error_operand_p (op1))
89 if (empty_modify_p (TREE_TYPE (op0), op1))
103 if ((AGGREGATE_TYPE_P (TREE_TYPE (op0)) || AGGREGATE_TYPE_P (TREE_TYPE (op1)))
104 && !useless_type_conversion_p (TREE_TYPE (op1), TREE_TYPE (op0)))
107 TREE_TYPE (op0), op1);
112 if ((bit_field_ref (op0) || bit_field_ref (op1))
113 && TREE_TYPE (op0) != TREE_TYPE (op1))
115 TREE_OPERAND (*expr_p, 1) = convert (TREE_TYPE (op0), op1);
127 tree op0 = TREE_OPERAND (*expr_p, 0) local
192 tree op0 = TREE_OPERAND (*expr_p, 0); local
206 tree op0 = TREE_OPERAND (*expr_p, 0); local
227 tree op0 = TREE_OPERAND (*expr_p, 0); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-fold.cc 153 tree op0, op1, op2, op3; local
260 orig_op0 = op0 = TREE_OPERAND (expr, 0);
263 op0 = c_fully_fold_internal (op0, in_init, maybe_const_operands,
265 STRIP_TYPE_NOPS (op0);
266 if (op0 != orig_op0)
267 ret = build3 (COMPONENT_REF, TREE_TYPE (expr), op0, op1, op2);
278 orig_op0 = op0 = TREE_OPERAND (expr, 0);
282 op0 = c_fully_fold_internal (op0, in_init, maybe_const_operands
514 overflow_warning (EXPR_LOCATION (expr), ret, op0); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-fold.cc 153 tree op0, op1, op2, op3; local
260 orig_op0 = op0 = TREE_OPERAND (expr, 0);
263 op0 = c_fully_fold_internal (op0, in_init, maybe_const_operands,
265 STRIP_TYPE_NOPS (op0);
266 if (op0 != orig_op0)
267 ret = build3 (COMPONENT_REF, TREE_TYPE (expr), op0, op1, op2);
278 orig_op0 = op0 = TREE_OPERAND (expr, 0);
282 op0 = c_fully_fold_internal (op0, in_init, maybe_const_operands
520 overflow_warning (EXPR_LOCATION (expr), ret, op0); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-isel.cc 71 tree op0 = TREE_OPERAND (lhs, 0); local
72 if (TREE_CODE (op0) == VIEW_CONVERT_EXPR && DECL_P (TREE_OPERAND (op0, 0))
73 && VECTOR_TYPE_P (TREE_TYPE (TREE_OPERAND (op0, 0)))
75 == TYPE_MODE (TREE_TYPE (TREE_TYPE (TREE_OPERAND (op0, 0)))))
78 tree view_op0 = TREE_OPERAND (op0, 0);
138 tree op0 = gimple_assign_rhs1 (stmt);
151 gcc_assert (types_compatible_p (TREE_TYPE (op0), TREE_TYPE (op1)));
155 tree tem0 = gimple_build (&stmts, loc, BIT_AND_EXPR, type, op1, op0);
156 tree tem1 = gimple_build (&stmts, loc, BIT_NOT_EXPR, type, op0);
    [all...]
gimple-range-tests.cc 33 op0 = make_ssa_name (type);
37 tree expr = fold_build2 (PLUS_EXPR, type, op0, op1);
47 if (expr == op0)
61 tree op0, op1, type; member in class:selftest::test_expr_eval
simplify-rtx.cc 179 rtx op0, rtx op1)
184 tem = simplify_binary_operation (code, mode, op0, op1);
190 && swap_commutative_operands_p (op0, op1))
191 std::swap (op0, op1);
193 return gen_rtx_fmt_ee (code, mode, op0, op1);
376 rtx op0, rtx op1, rtx op2)
382 op0, op1, op2)) != 0)
385 return gen_rtx_fmt_eee (code, mode, op0, op1, op2);
394 rtx op0, rtx op1)
399 op0, op1)) != 0
413 rtx op0, op1, op2, newx, op; local
652 rtx op0 = simplify_gen_unary (TRUNCATE, mode, XEXP (op, 0), op_mode); local
711 rtx op0 = (XEXP (XEXP (op, 0), 0)); local
739 rtx op0 = XEXP (op, 0); local
1985 rtx_mode_t op0 = rtx_mode_t (op, imode); local
4288 rtx op0 = XEXP (trueop0, 0); local
    [all...]
dojump.cc 168 OP0 CODE OP1 . IF_FALSE_LABEL and IF_TRUE_LABEL like in do_jump.
172 do_jump_1 (enum tree_code code, tree op0, tree op1,
184 tree inner_type = TREE_TYPE (op0);
192 do_jump (op0, if_true_label, if_false_label,
196 do_jump_by_parts_equality (int_mode, op0, op1, if_false_label,
199 do_compare_and_jump (op0, op1, EQ, EQ, if_false_label, if_true_label,
206 tree inner_type = TREE_TYPE (op0);
214 do_jump (op0, if_false_label, if_true_label, prob);
217 do_jump_by_parts_equality (int_mode, op0, op1, if_true_label,
220 do_compare_and_jump (op0, op1, NE, NE, if_false_label, if_true_label
722 rtx op0 = expand_normal (swap ? treeop1 : treeop0); local
834 rtx op0 = expand_normal (treeop0); local
1246 rtx op0, op1; local
    [all...]
gimple-match.h 192 tree op0)
196 ops[0] = op0;
202 tree op0, tree op1)
206 ops[0] = op0;
213 tree op0, tree op1, tree op2)
217 ops[0] = op0;
225 tree op0, tree op1, tree op2, tree op3)
229 ops[0] = op0;
238 tree op0, tree op1, tree op2, tree op3,
243 ops[0] = op0;
    [all...]
expmed.cc 465 bitfield of size BITSIZE at BITNUM bits into memory operand OP0.
476 rtx op0, HOST_WIDE_INT bitsize,
484 bitregion_end, MEM_ALIGN (op0),
485 MEM_VOLATILE_P (op0));
509 return narrow_bit_field_mem (op0, best_mode, bitsize, bitnum,
533 /* Return true if -fstrict-volatile-bitfields applies to an access of OP0
540 strict_volatile_bitfield_p (rtx op0, unsigned HOST_WIDE_INT bitsize,
550 if (!MEM_P (op0)
551 || !MEM_VOLATILE_P (op0)
567 if (MEM_ALIGN (op0) < modesize
749 rtx op0 = str_rtx; local
1638 rtx op0 = str_rtx; local
5494 rtx op0, comparison, subtarget; local
    [all...]
cfgexpand.cc 2577 tree op0, op1; local
2580 op0 = gimple_cond_lhs (stmt);
2591 && TREE_CODE (op0) == SSA_NAME
2592 && TREE_CODE (TREE_TYPE (op0)) == BOOLEAN_TYPE
2598 && bitmap_bit_p (SA.values, SSA_NAME_VERSION (op0)))
2600 gimple *second = SSA_NAME_DEF_STMT (op0);
2607 op0 = gimple_assign_rhs1 (second);
2616 && TYPE_PRECISION (TREE_TYPE (op0)) == 1
2621 op0 = gimple_assign_rhs1 (second);
2627 op0 = gimple_assign_rhs1 (second)
3865 tree op0; local
4436 rtx op0 = NULL_RTX, op1 = NULL_RTX, op2 = NULL_RTX; local
5484 rtx op0 = NULL_RTX; local
5708 tree op0, op1; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
dojump.cc 168 OP0 CODE OP1 . IF_FALSE_LABEL and IF_TRUE_LABEL like in do_jump.
172 do_jump_1 (enum tree_code code, tree op0, tree op1,
184 tree inner_type = TREE_TYPE (op0);
192 do_jump (op0, if_true_label, if_false_label,
196 do_jump_by_parts_equality (int_mode, op0, op1, if_false_label,
199 do_compare_and_jump (op0, op1, EQ, EQ, if_false_label, if_true_label,
206 tree inner_type = TREE_TYPE (op0);
214 do_jump (op0, if_false_label, if_true_label, prob);
217 do_jump_by_parts_equality (int_mode, op0, op1, if_true_label,
220 do_compare_and_jump (op0, op1, NE, NE, if_false_label, if_true_label
720 rtx op0 = expand_normal (swap ? treeop1 : treeop0); local
832 rtx op0 = expand_normal (treeop0); local
1282 rtx op0, op1; local
    [all...]
simplify-rtx.cc 179 rtx op0, rtx op1)
184 tem = simplify_binary_operation (code, mode, op0, op1);
190 && swap_commutative_operands_p (op0, op1))
191 std::swap (op0, op1);
193 return gen_rtx_fmt_ee (code, mode, op0, op1);
376 rtx op0, rtx op1, rtx op2)
382 op0, op1, op2)) != 0)
385 return gen_rtx_fmt_eee (code, mode, op0, op1, op2);
394 rtx op0, rtx op1)
399 op0, op1)) != 0
413 rtx op0, op1, op2, newx, op; local
652 rtx op0 = simplify_gen_unary (TRUNCATE, mode, XEXP (op, 0), op_mode); local
711 rtx op0 = (XEXP (XEXP (op, 0), 0)); local
739 rtx op0 = XEXP (op, 0); local
2062 rtx_mode_t op0 = rtx_mode_t (op, imode); local
4477 rtx op0 = XEXP (trueop0, 0); local
    [all...]
gimple-isel.cc 95 tree op0 = TREE_OPERAND (ref, 0);
96 if (TREE_CODE (op0) == VIEW_CONVERT_EXPR && DECL_P (TREE_OPERAND (op0, 0))
97 && VECTOR_TYPE_P (TREE_TYPE (TREE_OPERAND (op0, 0)))
99 == TYPE_MODE (TREE_TYPE (TREE_TYPE (TREE_OPERAND (op0, 0)))))
103 tree view_op0 = TREE_OPERAND (op0, 0);
183 tree op0 = gimple_assign_rhs1 (stmt);
196 gcc_assert (types_compatible_p (TREE_TYPE (op0), TREE_TYPE (op1)));
200 tree tem0 = gimple_build (&stmts, loc, BIT_AND_EXPR, type, op1, op0);
201 tree tem1 = gimple_build (&stmts, loc, BIT_NOT_EXPR, type, op0);
    [all...]
gimple-match.h 165 tree op0)
169 ops[0] = op0;
175 tree op0, tree op1)
179 ops[0] = op0;
186 tree op0, tree op1, tree op2)
190 ops[0] = op0;
198 tree op0, tree op1, tree op2, tree op3)
202 ops[0] = op0;
211 tree op0, tree op1, tree op2, tree op3,
216 ops[0] = op0;
    [all...]
gimple-range-tests.cc 33 op0 = make_ssa_name (type);
37 tree expr = fold_build2 (PLUS_EXPR, type, op0, op1);
51 if (expr == op0)
65 tree op0, op1, type; member in class:selftest::test_expr_eval
expmed.cc 466 bitfield of size BITSIZE at BITNUM bits into memory operand OP0.
477 rtx op0, HOST_WIDE_INT bitsize,
485 bitregion_end, MEM_ALIGN (op0),
486 MEM_VOLATILE_P (op0));
510 return narrow_bit_field_mem (op0, best_mode, bitsize, bitnum,
534 /* Return true if -fstrict-volatile-bitfields applies to an access of OP0
541 strict_volatile_bitfield_p (rtx op0, unsigned HOST_WIDE_INT bitsize,
551 if (!MEM_P (op0)
552 || !MEM_VOLATILE_P (op0)
568 if (MEM_ALIGN (op0) < modesize
753 rtx op0 = str_rtx; local
1646 rtx op0 = str_rtx; local
5510 rtx op0, comparison, subtarget; local
    [all...]
cfgexpand.cc 2585 tree op0, op1; local
2588 op0 = gimple_cond_lhs (stmt);
2599 && TREE_CODE (op0) == SSA_NAME
2600 && TREE_CODE (TREE_TYPE (op0)) == BOOLEAN_TYPE
2606 && bitmap_bit_p (SA.values, SSA_NAME_VERSION (op0)))
2608 gimple *second = SSA_NAME_DEF_STMT (op0);
2615 op0 = gimple_assign_rhs1 (second);
2624 && TYPE_PRECISION (TREE_TYPE (op0)) == 1
2629 op0 = gimple_assign_rhs1 (second);
2635 op0 = gimple_assign_rhs1 (second)
3902 tree op0; local
4459 rtx op0 = NULL_RTX, op1 = NULL_RTX, op2 = NULL_RTX; local
5506 rtx op0 = NULL_RTX; local
5730 tree op0, op1; local
    [all...]
vr-values.cc 78 extract_range_basic. Return true if OP0 SUBCODE OP1 for
86 tree op0, tree op1, bool *ovf, gimple *s = NULL)
89 if (!query->range_of_expr (vr0, op0, s) || vr0.undefined_p ())
90 vr0.set_varying (TREE_TYPE (op0));
94 tree vr0min = wide_int_to_tree (TREE_TYPE (op0), vr0.lower_bound ());
95 tree vr0max = wide_int_to_tree (TREE_TYPE (op0), vr0.upper_bound ());
120 signop sign0 = TYPE_SIGN (TREE_TYPE (op0));
154 /* The result of op0 CODE op1 is known to be in range
311 tree op0, tree op1, gimple *s)
314 if (!query->range_of_expr (r0, op0, s
338 tree op0 = gimple_cond_lhs (stmt); local
563 tree lhs, op0, op1; local
645 tree op0 = gimple_assign_rhs1 (stmt); local
756 tree op0 = gimple_assign_rhs1 (stmt); local
842 tree op0 = gimple_assign_rhs1 (stmt); local
1135 tree op0 = gimple_cond_lhs (stmt); local
1176 tree op0 = gimple_assign_rhs1 (stmt); local
1745 tree op0 = gimple_call_arg (stmt, 0); local
1989 tree op0 = gimple_assign_rhs1 (stmt); local
    [all...]
tree-chrec.cc 210 chrec_fold_automatically_generated_operands (tree op0,
213 if (op0 == chrec_dont_know
217 if (op0 == chrec_known
221 if (op0 == chrec_not_analyzed_yet
233 tree op0, tree op1)
235 if (automatically_generated_chrec_p (op0)
237 return chrec_fold_automatically_generated_operands (op0, op1);
239 switch (TREE_CODE (op0))
243 (!chrec_contains_symbols_defined_in_loop (op0, CHREC_VARIABLE (op0)));
    [all...]
  /src/external/gpl3/gdb/dist/sim/v850/
simops.c 325 Multiply64 (int sign, unsigned long op0)
342 sign = (op0 ^ op1) & 0x80000000;
344 if (op0 & 0x80000000)
345 op0 = - op0;
353 lo = ( (op0 & 0xFFFF) * (op1 & 0xFFFF));
354 mid1 = ( (op0 & 0xFFFF) * ((op1 >> 16) & 0xFFFF));
355 mid2 = (((op0 >> 16) & 0xFFFF) * (op1 & 0xFFFF));
356 hi = (((op0 >> 16) & 0xFFFF) * ((op1 >> 16) & 0xFFFF));
583 unsigned int op0, op1, result, z, s, cy, ov
580 unsigned int op0, op1, result, z, s, cy, ov; local
612 unsigned int op0, op1, result, z, s, cy, ov; local
644 unsigned int op0, op1, result, z, s, cy, ov; local
675 unsigned int op0, op1, result, z, s, cy, ov; local
704 unsigned int op0, op1, result, z, s, cy, ov; local
772 unsigned int op0, op1, result, z, s, cy, ov; local
800 unsigned int op0, op1, result, z, s, cy, ov; local
843 unsigned int op0, op1, result, z, s, cy, ov, sat; local
891 unsigned int op0, op1, result, z, s, cy, ov, sat; local
942 unsigned int op0, op1, result, z, s, cy, ov, sat; local
990 unsigned int op0, op1, result, z, s, cy, ov, sat; local
1041 unsigned int op0, op1, result, z, s, cy, ov, sat; local
1090 unsigned int op0, op1, result, z, s; local
1143 unsigned int op0, op1, result, z, s, cy; local
1169 unsigned int op0, op1, result, z, s, cy; local
1196 unsigned int op0, op1, result, z, s, cy; local
1222 unsigned int op0, op1, result, z, s, cy; local
1248 unsigned int op0, op1, result, z, s, cy; local
1274 unsigned int op0, op1, result, z, s, cy; local
1300 unsigned int op0, op1, result, z, s; local
1326 unsigned int op0, op1, result, z, s; local
1350 unsigned int op0, op1, result, z, s; local
1400 unsigned int op0, op1, result, z, s; local
1426 unsigned int op0, op1, result, z, s; local
1450 unsigned int op0, result, z, s; local
1474 unsigned int op0, op1, op2; local
1497 unsigned int op0, op1, op2; local
1520 unsigned int op0, op1, op2; local
1543 unsigned int op0, op1, op2; local
    [all...]
simops.h 120 void v850_sar (SIM_DESC sd, unsigned int op0, unsigned int op1, unsigned int *op2p);
121 void v850_shl (SIM_DESC sd, unsigned int op0, unsigned int op1, unsigned int *op2p);
124 void v850_shr (SIM_DESC sd, unsigned int op0, unsigned int op1, unsigned int *op2p);
125 void v850_satadd (SIM_DESC sd, unsigned int op0, unsigned int op1, unsigned int *op2p);
126 void v850_satsub (SIM_DESC sd, unsigned int op0, unsigned int op1, unsigned int *op2p);
127 void v850_div (SIM_DESC sd, unsigned int op0, unsigned int op1, unsigned int *op2p, unsigned int *op3p);
128 void v850_divu (SIM_DESC sd, unsigned int op0, unsigned int op1, unsigned int *op2p, unsigned int *op3p);
  /src/external/gpl3/gdb.old/dist/sim/v850/
simops.c 325 Multiply64 (int sign, unsigned long op0)
342 sign = (op0 ^ op1) & 0x80000000;
344 if (op0 & 0x80000000)
345 op0 = - op0;
353 lo = ( (op0 & 0xFFFF) * (op1 & 0xFFFF));
354 mid1 = ( (op0 & 0xFFFF) * ((op1 >> 16) & 0xFFFF));
355 mid2 = (((op0 >> 16) & 0xFFFF) * (op1 & 0xFFFF));
356 hi = (((op0 >> 16) & 0xFFFF) * ((op1 >> 16) & 0xFFFF));
583 unsigned int op0, op1, result, z, s, cy, ov
580 unsigned int op0, op1, result, z, s, cy, ov; local
612 unsigned int op0, op1, result, z, s, cy, ov; local
644 unsigned int op0, op1, result, z, s, cy, ov; local
675 unsigned int op0, op1, result, z, s, cy, ov; local
704 unsigned int op0, op1, result, z, s, cy, ov; local
772 unsigned int op0, op1, result, z, s, cy, ov; local
800 unsigned int op0, op1, result, z, s, cy, ov; local
843 unsigned int op0, op1, result, z, s, cy, ov, sat; local
891 unsigned int op0, op1, result, z, s, cy, ov, sat; local
942 unsigned int op0, op1, result, z, s, cy, ov, sat; local
990 unsigned int op0, op1, result, z, s, cy, ov, sat; local
1041 unsigned int op0, op1, result, z, s, cy, ov, sat; local
1090 unsigned int op0, op1, result, z, s; local
1143 unsigned int op0, op1, result, z, s, cy; local
1169 unsigned int op0, op1, result, z, s, cy; local
1196 unsigned int op0, op1, result, z, s, cy; local
1222 unsigned int op0, op1, result, z, s, cy; local
1248 unsigned int op0, op1, result, z, s, cy; local
1274 unsigned int op0, op1, result, z, s, cy; local
1300 unsigned int op0, op1, result, z, s; local
1326 unsigned int op0, op1, result, z, s; local
1350 unsigned int op0, op1, result, z, s; local
1400 unsigned int op0, op1, result, z, s; local
1426 unsigned int op0, op1, result, z, s; local
1450 unsigned int op0, result, z, s; local
1474 unsigned int op0, op1, op2; local
1497 unsigned int op0, op1, op2; local
1520 unsigned int op0, op1, op2; local
1543 unsigned int op0, op1, op2; local
    [all...]
simops.h 120 void v850_sar (SIM_DESC sd, unsigned int op0, unsigned int op1, unsigned int *op2p);
121 void v850_shl (SIM_DESC sd, unsigned int op0, unsigned int op1, unsigned int *op2p);
124 void v850_shr (SIM_DESC sd, unsigned int op0, unsigned int op1, unsigned int *op2p);
125 void v850_satadd (SIM_DESC sd, unsigned int op0, unsigned int op1, unsigned int *op2p);
126 void v850_satsub (SIM_DESC sd, unsigned int op0, unsigned int op1, unsigned int *op2p);
127 void v850_div (SIM_DESC sd, unsigned int op0, unsigned int op1, unsigned int *op2p, unsigned int *op3p);
128 void v850_divu (SIM_DESC sd, unsigned int op0, unsigned int op1, unsigned int *op2p, unsigned int *op3p);
  /src/external/gpl3/gdb/dist/sim/testsuite/pru/
testutils.inc 95 .macro qbne32 label:req, op0:req, C0:req
96 qbne \label, \op0\().b0, ((\C0) >> 0) & 0xff
97 qbne \label, \op0\().b1, ((\C0) >> 8) & 0xff
98 qbne \label, \op0\().b2, ((\C0) >> 16) & 0xff
99 qbne \label, \op0\().b3, ((\C0) >> 24) & 0xff
  /src/external/gpl3/gdb.old/dist/sim/testsuite/pru/
testutils.inc 95 .macro qbne32 label:req, op0:req, C0:req
96 qbne \label, \op0\().b0, ((\C0) >> 0) & 0xff
97 qbne \label, \op0\().b1, ((\C0) >> 8) & 0xff
98 qbne \label, \op0\().b2, ((\C0) >> 16) & 0xff
99 qbne \label, \op0\().b3, ((\C0) >> 24) & 0xff

Completed in 53 milliseconds

1 2 3 4 5 6 7 8 91011>>