Searched refs:SET (Results 226 - 250 of 398) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dloop.c198 rtx set_dest; /* The destination of this SET. */
639 /* The SET from an insn, if it is the only SET in the insn. */
897 this register with the source of this SET. If we can,
1018 && GET_CODE (set1) == SET
1449 /* Omit this if moving just the (SET (REG) 0) of a zero-extend. */
2068 && GET_CODE (body) == SET
2385 case SET:
3122 case SET:
3490 if (code == INSN && GET_CODE (PATTERN (p)) == SET
[all...]
H A Dfunction.c1857 && GET_CODE (PATTERN (insn)) == SET)
1861 && GET_CODE (XVECEXP (PATTERN (insn), 0, 0)) == SET)
2256 case SET:
2308 /* If VAR does not appear at the top level of the SET
2754 BODY is the SET-rtx to be altered.
3115 if (code == SET)
3543 /* Convert a SET of a hard subreg to a set of the appropriate hard
3590 case SET:
3600 if (GET_CODE (inner_pattern) == SET
3905 case SET
[all...]
H A Dcse.c188 reuse. A CLOBBER or SET rtx whose operand is a MEM:BLK
504 #define COST(X) (GET_CODE (X) == REG ? 0 : notreg_cost (X, SET))
4788 /* Data on one SET contained in the instruction. */
4792 /* The SET rtx itself. */
4796 /* The hash-table element for the SET_SRC of the SET. */
4862 if (GET_CODE (x) == SET)
4939 if (GET_CODE (y) == SET)
5432 equivalent to the source of this SET and SRC, SRC_EQV, SRC_FOLDED,
5691 /* In general, it is good to have a SET with SET_SRC == SET_DEST.
5751 /* If this is a single SET, w
[all...]
H A Dlocal-alloc.c593 case SET:
729 case SET:
851 /* If this insn contains more (or less) than a single SET,
1190 assignment - a SET, CLOBBER or REG_INC note. It is currently not used,
2135 if (GET_CODE (set) == SET
H A Dalias.c776 /* Inside SRC, the source of a SET, find a base address. */
2544 case SET:
2644 case SET:
2884 if (GET_CODE (PATTERN (insn)) == SET
H A Dreorg.c977 if (GET_CODE (PATTERN (jump_insn)) == SET
1085 else if (GET_CODE (pat) != SET || SET_DEST (pat) != pc_rtx)
1775 /* Insns we pass may not set either NEEDED or SET, so merge them for
2841 if (GET_CODE (trial) == INSN && GET_CODE (pat) == SET
2906 || GET_CODE (pat) != SET
/openbsd-current/sys/net/
H A Dif_pfsync.c833 SET(ifp->if_flags, IFF_RUNNING);
1668 SET(st->state_flags, PFSTATE_NOSYNC);
2513 SET(tdb->tdb_flags, TDBF_PFSYNC);
2558 SET(tdb->tdb_flags, TDBF_PFSYNC_SNAPPED); /* like a thanos snap */
2797 SET(st->state_flags, PFSTATE_NOSYNC);
3206 SET(st->state_flags, PFSTATE_NOSYNC);
3238 SET(st->state_flags, PFSTATE_NOSYNC);
H A Dif_tpmr.c824 SET(ifp->if_flags, IFF_RUNNING);
H A Dif_mpip.c507 SET(m->m_pkthdr.csum_flags, M_FLOWID);
/openbsd-current/sys/netinet/
H A Dtcp_input.c3147 SET(sc->sc_dynflags, SCF_DEAD);
3732 SET(sc->sc_dynflags, SCF_UNREACH);
3870 SET(sc->sc_fixflags, SCF_TIMESTAMP);
3910 SET(sc->sc_fixflags, SCF_ECN_PERMIT);
3917 SET(sc->sc_fixflags, SCF_SACK_PERMIT);
3920 SET(sc->sc_fixflags, SCF_SIGNATURE);
4127 SET(m->m_pkthdr.csum_flags, M_TCP_CSUM_OUT);
/openbsd-current/gnu/gcc/gcc/
H A Dcse.c196 reuse. A CLOBBER or SET rtx whose operand is a MEM:BLK
503 #define COST(X) (REG_P (X) ? 0 : notreg_cost (X, SET))
3657 the source or the destination of a SET. So fold_rtx_mem is
4821 /* Data on one SET contained in the instruction. */
4825 /* The SET rtx itself. */
4829 /* The hash-table element for the SET_SRC of the SET. */
4897 if (GET_CODE (x) == SET)
4966 if (GET_CODE (y) == SET)
5453 equivalent to the source of this SET and SRC, SRC_EQV, SRC_FOLDED,
5733 /* In general, it is good to have a SET wit
[all...]
H A Dlocal-alloc.c593 case SET:
726 case SET:
840 /* If this insn contains more (or less) than a single SET,
1255 assignment - a SET, CLOBBER or REG_INC note. It is currently not used,
2183 if (GET_CODE (set) == SET
H A Ddf-scan.c1209 || GET_CODE (temp) == SET)
1262 if (code == SET || code == CLOBBER)
1341 case SET:
1794 /* Mark a register in SET. Hard registers in large modes get all
H A Dsched-vis.c524 case SET:
H A Dsee.c379 If it is not dead from the beginning of the basic block SET
382 If it is not dead till the end of the basic block SET the
387 If it is not dead till the end of the basic block SET the
393 RESET the transp bit and SET the kill bit of the current
1421 if (GET_CODE (sub) == SET
1429 /* This is a simple move SET. */
1436 /* This is not a simple move SET.
1453 if (code == SET
1460 /* This is a simple move SET. */
2788 if (GET_CODE (*sub) == SET
[all...]
H A Dvar-tracking.c357 /* Given a SET, calculate the amount of stack adjustment it contains
456 if (GET_CODE (PATTERN (insn)) == SET)
466 if (GET_CODE (XVECEXP (PATTERN (insn), 0, i)) == SET)
636 /* Initialize the set (array) SET of attrs to empty lists. */
727 /* Return a copy of a variable VAR and insert it to dataflow set SET. */
838 /* Delete current content of register LOC in dataflow set SET and set
876 /* Delete current content of register LOC in dataflow set SET. If
905 /* Delete content of register with number REGNO in dataflow set SET. */
923 SET to LOC.
938 dataflow set SET t
[all...]
/openbsd-current/gnu/gcc/gcc/config/mcore/
H A Dmcore.c2230 if (GET_CODE (pat) != SET)
2277 GET_CODE (PATTERN (insn)) == SET &&
2421 GET_CODE (PATTERN (first)) != SET ||
/openbsd-current/gnu/gcc/gcc/config/mt/
H A Dmt.c142 if (GET_CODE (insn) != SET)
1399 case SET:
2070 if (GET_CODE (init_val) == SET)
/openbsd-current/gnu/gcc/gcc/config/fr30/
H A Dfr30.c313 && GET_CODE (part) == SET
/openbsd-current/gnu/gcc/gcc/config/m88k/
H A Dm88k.h1193 && GET_CODE (PATTERN (RTX)) == SET \
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i960/
H A Di960.h1183 /* Must check for OUTER_CODE of SET for power2_operand, because
1190 || (OUTER_CODE == SET && power2_operand (RTX, VOIDmode))) \
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mn10300/
H A Dmn10300.h821 if (INTVAL (RTX) == 0 && OUTER_CODE == SET) \
/openbsd-current/gnu/usr.bin/gcc/gcc/config/avr/
H A Davr.h1532 || OUTER_CODE == SET \
/openbsd-current/sbin/isakmpd/
H A Dmessage.c67 #define SET FD_SET macro
351 SET(ISAKMP_PAYLOAD_TRANSFORM, &payload_set);
1064 SET(ISAKMP_PAYLOAD_PROPOSAL, &payload_set);
1200 SET(i, &payload_set);
/openbsd-current/sys/scsi/
H A Dscsi_base.c831 SET(xs->flags, SCSI_DATA_IN);
1493 SET(xs->flags, ITSDONE);
1519 SET(xs->flags, SCSI_POLL);
2843 SET(unnamed, 1 << i);

Completed in 6611 milliseconds

1234567891011>>