Home
last modified time | relevance | path

Searched refs:new_op1 (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/gcc/cp/
Dcvt.c821 tree new_op1 = convert_to_void in convert_to_void() local
828 expr = build3 (COND_EXPR, TREE_TYPE (new_op1), in convert_to_void()
829 TREE_OPERAND (expr, 0), new_op1, new_op2); in convert_to_void()
837 tree new_op1 = convert_to_void in convert_to_void() local
841 if (new_op1 != op1) in convert_to_void()
843 tree t = build2 (COMPOUND_EXPR, TREE_TYPE (new_op1), in convert_to_void()
844 TREE_OPERAND (expr, 0), new_op1); in convert_to_void()
/freebsd-9-stable/contrib/gcc/
Ddojump.c1035 rtx new_op1 = gen_reg_rtx (mode); in do_compare_and_jump() local
1040 emit_insn (gen_canonicalize_funcptr_for_compare (new_op1, op1)); in do_compare_and_jump()
1041 op1 = new_op1; in do_compare_and_jump()
Dcombine.c8080 rtx decomposed, distributed, inner_op0, inner_op1, new_op0, new_op1, tmp; in distribute_and_simplify_rtx() local
8106 new_op1 = simplify_gen_binary (outer_code, mode, inner_op1, distributed); in distribute_and_simplify_rtx()
8112 new_op1 = simplify_gen_binary (outer_code, mode, distributed, inner_op1); in distribute_and_simplify_rtx()
8116 new_op0, new_op1)); in distribute_and_simplify_rtx()
/freebsd-9-stable/contrib/gcc/config/i386/
Di386.md13418 rtx new_op1 = copy_rtx (operands[1]);
13419 operands[1] = new_op1;
13420 PUT_MODE (new_op1, QImode);
13421 PUT_CODE (new_op1, ix86_reverse_condition (GET_CODE (new_op1),
13422 GET_MODE (XEXP (new_op1, 0))));
13426 if (! ix86_comparison_operator (new_op1, VOIDmode))
13438 rtx new_op1 = copy_rtx (operands[1]);
13439 operands[1] = new_op1;
13440 PUT_MODE (new_op1, QImode);
13441 PUT_CODE (new_op1, ix86_reverse_condition (GET_CODE (new_op1),
[all …]