Searched refs:PUT_CODE (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dfinal.c2655 PUT_CODE (cond, swap_condition (GET_CODE (cond)));
2661 PUT_CODE (cond, reverse_condition (GET_CODE (cond)));
2680 PUT_CODE (cond, EQ);
2685 PUT_CODE (cond, NE);
2708 PUT_CODE (cond, EQ);
2714 PUT_CODE (cond, NE);
2730 PUT_CODE (cond, EQ);
2735 PUT_CODE (cond, NE);
2754 PUT_CODE (cond, cc_status.flags & CC_Z_IN_N ? GE : LT);
2759 PUT_CODE (con
[all...]
H A Dexpmed.c150 PUT_CODE (&all.reg, REG);
154 PUT_CODE (&all.plus, PLUS);
158 PUT_CODE (&all.neg, NEG);
161 PUT_CODE (&all.mult, MULT);
165 PUT_CODE (&all.sdiv, DIV);
169 PUT_CODE (&all.udiv, UDIV);
173 PUT_CODE (&all.sdiv_32, DIV);
177 PUT_CODE (&all.smod_32, MOD);
181 PUT_CODE (&all.zext, ZERO_EXTEND);
184 PUT_CODE (
[all...]
H A Drtl.c200 PUT_CODE (rt, code);
H A Dread-rtl.c275 PUT_CODE (x, (enum rtx_code) code);
1531 PUT_CODE (return_rtx, real_code);
H A Drtl.h345 #define PUT_CODE(RTX, CODE) ((RTX)->code = (CODE))
847 (PUT_CODE (INSN, NOTE), NOTE_LINE_NUMBER (INSN) = NOTE_INSN_DELETED)
854 (PUT_CODE (INSN, NOTE), NOTE_SOURCE_FILE (INSN) = 0, \
344 #define PUT_CODE macro
H A Dcselib.c754 PUT_CODE (e->u.val_rtx, VALUE);
H A Dgensupport.c337 PUT_CODE (desc, DEFINE_INSN);
H A Dreg-stack.c1134 PUT_CODE (pat, swap_condition (GET_CODE (pat)));
1886 PUT_CODE (XEXP (pat_src, 0),
H A Dcfgrtl.c124 PUT_CODE (insn, NOTE);
H A Dvarasm.c369 PUT_CODE (symbol, SYMBOL_REF);
H A Dcse.c5429 PUT_CODE (memory_extend_rtx, LOAD_EXTEND_OP (mode));
H A Doptabs.c5614 PUT_CODE (trap_rtx, code);
H A Dreload1.c1140 PUT_CODE (reg, MEM);
H A Dcombine.c5331 PUT_CODE (*cc_use, old_code);
/freebsd-10.0-release/contrib/gcc/config/i386/
H A Di386.c11063 PUT_CODE (test, reverse_condition_maybe_unordered (GET_CODE (test)));
11280 PUT_CODE (compare_op,
11284 PUT_CODE (compare_op, reverse_condition (GET_CODE (compare_op)));
12153 PUT_CODE (compare_op,
12157 PUT_CODE (compare_op, reverse_condition (GET_CODE (compare_op)));
/freebsd-10.0-release/contrib/gcc/config/rs6000/
H A Drs6000.c12167 PUT_CODE (operands[1], reverse_condition (code));

Completed in 600 milliseconds