Searched refs:CC0 (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-10.0-release/contrib/gcc/config/s390/
H A Ds390.c486 /* Selected bits all zero: CC0.
823 const int CC0 = 1 << 3; local
838 case EQ: return CC0;
848 case NE: return CC0 | CC2 | CC3;
857 case NE: return CC0 | CC1 | CC3;
866 case NE: return CC0 | CC1 | CC2;
874 case EQ: return CC0 | CC2;
884 case GEU: return CC0 | CC1; /* no carry */
892 case GTU: return CC0 | CC1; /* borrow */
901 case EQ: return CC0 | CC
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dgenconfig.c112 case CC0:
H A Drtl.def272 Operand 1 is the location (REG, MEM, PC, CC0 or whatever) assigned to.
412 DEF_RTL_EXPR(CC0, "cc0", "", RTX_OBJ)
H A Dgenextract.c229 case CC0:
H A Drtl.c235 case CC0:
H A Drtlanal.c512 case CC0:
581 case CC0:
667 /* If the destination is anything other than CC0, PC, a REG or a SUBREG
670 if (GET_CODE (SET_DEST (body)) != CC0
793 case CC0:
851 case CC0:
1313 case CC0:
1338 the REG, MEM, CC0 or PC being stored in or clobbered,
1490 if (GET_CODE (x) == CC0)
1870 case CC0
[all...]
H A Dresource.c270 case CC0:
624 SETs CC0 even though this is not totally correct. The reason for this is
625 that we require a SET of CC0 to immediately precede the reference to CC0.
626 So if some other insn sets CC0 as a side-effect, we know it cannot affect
658 case CC0:
H A Dlocal-alloc.c596 case CC0:
662 case CC0:
711 case CC0:
H A Dcaller-save.c575 || code == PC || code == CC0
790 /* If INSN references CC0, put our insns in front of the insn that sets
791 CC0. This is always safe, since the only way we could be passed an
792 insn that references CC0 is for a restore, and doing a restore earlier
794 reference CC0. Guard against non-INSN's like CODE_LABEL. */
H A Dgenemit.c237 case CC0:
H A Dsched-vis.c496 case CC0:
H A Dcse.c268 /* For machines that have a CC0, we do not record its value in the hash
272 Instead, we store below the value last assigned to CC0. If it should
389 if it notices a reference to CC0, PC, or some other volatile
2382 case CC0:
2532 case CC0:
2800 case CC0:
3110 On machines with CC0, this is the only case that can occur, since
3112 when given CC0. */
3745 case CC0:
3834 case CC0
[all...]
H A Djump.c1124 case CC0:
1354 On machines with CC0, if CC0 is used in this insn, we may be able to
1888 case CC0:
H A Demit-rtl.c2211 case CC0:
2413 case CC0:
2533 case CC0:
2602 case CC0:
3022 /* INSN uses CC0 and is being moved into a delay slot. Set up REG_CC_SETTER
3038 /* Return the next insn that uses CC0 after INSN, which is assumed to
3043 is present, it contains the insn that uses CC0.
3065 /* Find the insn that set CC0 for INSN. Unless INSN has a REG_CC_SETTER
4867 case CC0:
H A Ddf-scan.c1305 case CC0:
1362 case CC0:
H A Dregclass.c1965 case CC0:
2381 case CC0:
H A Dcselib.c664 case CC0:
H A Dgcse.c1288 case CC0: /*FIXME*/
2268 case CC0:
2537 case CC0: /*FIXME*/
3653 Don't copy CC0 setters, as CC0 is dead after jump. */
5579 case CC0: /*FIXME*/
H A Dloop-invariant.c178 case CC0:
754 /* We can't move a CC0 setter without the user. */
H A Dpostreload-gcse.c520 case CC0: /*FIXME*/
H A Dgenrecog.c811 /* If only one of the operands is VOIDmode, and PC or CC0 is
815 && GET_CODE (dest) != CC0
817 && GET_CODE (src) != CC0
H A Dregrename.c674 case CC0:
808 We do this by munging all operands into CC0, and closing
H A Dsched-deps.c962 case CC0:
963 /* User of CC0 depends on immediately preceding insn. */
965 /* Don't move CC0 setter to another block (it can set up the
966 same flag for previous CC0 users which is safe). */
H A Dflow.c262 /* Nonzero if the value of CC0 is live. */
1750 /* CC0 is now known to be dead. Either this insn used it,
1922 /* If an insn doesn't use CC0, it becomes dead since we assume
2305 if (GET_CODE (r) == CC0)
4066 case CC0:
H A Dgenattrtab.c642 case CC0:
2869 case CC0:

Completed in 318 milliseconds

12