Searched refs:SET (Results 126 - 150 of 398) sorted by relevance

1234567891011>>

/openbsd-current/sys/dev/usb/
H A Ducycom.c516 SET(sc->sc_mcr, UCYCOM_DTR);
522 SET(sc->sc_mcr, UCYCOM_RTS);
/openbsd-current/gnu/gcc/gcc/
H A Drtlanal.c488 zero, we do not count occurrences inside the destination of a SET. */
520 case SET:
663 case SET:
903 /* Give an INSN, return a SET or CLOBBER expression that does modify PAT
916 /* Given an INSN, return a SET expression if this insn has only a single SET.
917 It may also have CLOBBERs, USEs, or SET whose output
938 case SET:
970 /* Given an INSN, return nonzero if it has more than one SET, else return
987 if (GET_CODE (XVECEXP (PATTERN (insn), 0, i)) == SET)
[all...]
H A Dgenconfig.c64 of a SET whose destination is not (pc). */
122 case SET:
H A Dsched-deps.c727 The type of the reference is specified by REF and can be SET,
739 if (ref == SET)
767 if (ref == SET)
798 /* Analyze a single SET, CLOBBER, PRE_DEC, POST_DEC, PRE_INC or POST_INC
822 if (GET_CODE (x) == SET)
929 if (GET_CODE (x) == SET)
985 sched_analyze_reg (deps, FIRST_STACK_REG, mode, SET, insn);
1142 if (code == SET || code == CLOBBER)
1165 if (code == SET || code == CLOBBER)
H A Dgcse.c1132 /* Called from compute_sets via note_stores to handle one SET or CLOBBER in
1133 an insn. The DATA is really the instruction in which the SET is
1593 X is a SET of a reg to either another reg or a constant.
1605 gcc_assert (GET_CODE (x) == SET && REG_P (SET_DEST (x)));
1739 modified before this insn or if this is not the only SET in
1852 if (GET_CODE (pat) == SET)
1859 if (GET_CODE (x) == SET)
2003 SET or CLOBBER in an insn. DATA is really the instruction in which
2004 the SET is taking place. */
2324 /* Mark things set by a SET
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/s390/
H A Ds390.c191 /* Return true if SET either doesn't set the CC register, or else
202 if (GET_CODE (set) != SET)
244 /* Return true if every SET in INSN that sets the CC register
260 if (GET_CODE (PATTERN (insn)) == SET)
267 if (GET_CODE (set) == SET)
1204 || GET_CODE (XVECEXP (op, 0, 0)) != SET
1233 if (GET_CODE (elt) != SET
1267 || GET_CODE (XVECEXP (op, 0, 0)) != SET
1296 if (GET_CODE (elt) != SET
3388 else if (code == SET
[all...]
/openbsd-current/sbin/pfctl/
H A Dparse.y476 %token SET OPTIMIZATION TIMEOUT LIMIT LOGINTERFACE BLOCKPOLICY RANDOMID
594 option : SET REASSEMBLE yesno optnodf {
597 | SET OPTIMIZATION STRING {
605 | SET RULESET_OPTIMIZATION optimizer {
611 | SET TIMEOUT timeout_spec
612 | SET TIMEOUT '{' optnl timeout_list '}'
613 | SET LIMIT limit_spec
614 | SET LIMIT '{' optnl limit_list '}'
615 | SET LOGINTERFACE stringall {
623 | SET HOSTI
[all...]
/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Dm88k.h321 #define SET MUL +8 macro
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgenconfig.c62 of a SET whose destination is not (pc). */
122 case SET:
H A Dgcse.c1259 /* Called from compute_sets via note_stores to handle one SET or CLOBBER in
1260 an insn. The DATA is really the instruction in which the SET is
2079 X is a SET of a reg to either another reg or a constant.
2094 if (GET_CODE (x) != SET
2214 modified before this insn or if this is not the only SET in
2289 if (GET_CODE (pat) == SET)
2296 if (GET_CODE (x) == SET)
2451 SET or CLOBBER in an insn. DATA is really the instruction in which
2452 the SET is taking place. */
2830 /* Mark things set by a SET
[all...]
H A Dcombine.c28 each of which contains a SET for a REG that is used in this insn
716 && GET_CODE (PATTERN (insn)) == SET
736 && GET_CODE (PATTERN (XEXP (links, 0))) == SET
979 /* Can combine only if previous insn is a SET of a REG, a SUBREG or CC0.
980 or a PARALLEL consisting of such a SET and CLOBBERs.
988 We can also ignore a SET whose SET_DEST is mentioned in a REG_UNUSED
994 if (GET_CODE (PATTERN (insn)) == SET)
997 && GET_CODE (XVECEXP (PATTERN (insn), 0, 0)) == SET)
1011 the SET in INSN do not change. We call reg_set_between_p
1048 case SET
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dm88k.h322 #define SET MUL +8 macro
/openbsd-current/sys/arch/amd64/amd64/
H A Ddkcsum.c117 SET(bp->b_flags, B_BUSY | B_READ | B_RAW);
/openbsd-current/sys/arch/i386/i386/
H A Ddkcsum.c117 SET(bp->b_flags, B_BUSY | B_READ | B_RAW);
/openbsd-current/usr.sbin/ospfd/
H A Dparse.y136 %token SET TYPE
381 | SET option {
386 | SET optnl '{' optnl optlist_l optnl '}' {
855 {"set", SET},
/openbsd-current/sys/arch/hppa/hppa/
H A Ddisksubr.c254 SET(bp->b_flags, B_BUSY | B_WRITE | B_RAW);
/openbsd-current/sys/dev/ic/
H A Diosf.c160 SET(mdr, bits & mask);
H A Dnvme.c262 SET(cc, NVME_CC_IOSQES(6)); /* Submission queue size == 2**6 (64) */
263 SET(cc, NVME_CC_IOCQES(4)); /* Completion queue size == 2**4 (16) */
264 SET(cc, NVME_CC_SHN(NVME_CC_SHN_NONE));
265 SET(cc, NVME_CC_CSS(NVME_CC_CSS_NVM));
266 SET(cc, NVME_CC_AMS(NVME_CC_AMS_RR));
267 SET(cc, NVME_CC_MPS(ffs(sc->sc_mps) - 1));
268 SET(cc, NVME_CC_EN);
537 SET(cc, NVME_CC_SHN(NVME_CC_SHN_NORMAL));
1149 SET(state->c.flags, htole16(NVME_CQE_PHASE));
/openbsd-current/usr.sbin/ospf6d/
H A Dparse.y133 %token SET TYPE
338 | SET option {
343 | SET optnl '{' optnl optlist_l optnl '}' {
664 {"set", SET},
/openbsd-current/sys/net/
H A Dif_loop.c296 SET(ifp->if_capabilities, IFCAP_TSOv4 | IFCAP_TSOv6);
H A Dif_gif.c371 SET(m->m_pkthdr.csum_flags, M_IPV6_DF_OUT);
451 SET(sc->sc_if.if_flags, IFF_RUNNING);
477 SET(ifp->if_flags, IFF_UP);
850 SET(ip6->ip6_flow, htonl(itos << 20));
/openbsd-current/sys/kern/
H A Dkern_timeout.c322 SET(new->to_flags, TIMEOUT_ONQUEUE);
422 SET(to->to_flags, TIMEOUT_ONQUEUE);
487 SET(barrier.to_flags, TIMEOUT_ONQUEUE);
650 SET(to->to_flags, TIMEOUT_TRIGGERED);
/openbsd-current/gnu/gcc/gcc/config/cris/
H A Dcris.c207 || GET_CODE (XVECEXP (op, 0, offs)) != SET
239 if (GET_CODE (elt) != SET
253 if (GET_CODE (elt) != SET
293 if (GET_CODE (elt) != SET)
339 if (GET_CODE (elt) != SET
367 if (GET_CODE (elt) != SET
1322 if (GET_CODE (exp) == SET)
1375 if (GET_CODE (exp) == SET)
1494 /* When SET to MEM, then CC is not changed (except for
1509 if (GET_CODE (XVECEXP (exp, 0, 0)) == SET
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68hc11/
H A Dm68hc11.c775 (SET (REG X (MEM (PLUS (REG X) (CONST_INT 1000)))))
779 [(SET (REG D) (REG X)) (SET (REG X) (REG D))]
780 (SET (REG A) (PLUS (REG A) (CONST_INT 1000 / 256)))
781 [(SET (REG D) (REG X)) (SET (REG X) (REG D))]
782 (SET (REG X) (MEM (PLUS (REG X) (CONST_INT 1000 % 256)))
784 (SET (REG X) (PLUS (REG X) (CONST_INT 1000 / 256 * 256)))
785 (SET (REG X) (MEM (PLUS (REG X) (CONST_INT 1000 % 256))))
819 emit_insn (gen_rtx (SET, VOIDmod
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/ip2k/
H A Dip2k.c3368 if (outer_code == SET)
3441 set = (GET_CODE (PATTERN (insn)) == SET) ? PATTERN (insn) : NULL_RTX;
3471 set2 = ((GET_CODE (PATTERN (next_insn)) == SET)
3611 if (GET_CODE (px) == SET)
3618 else if (GET_CODE (pattern) == SET)
3641 set = ((GET_CODE (PATTERN (try_insn)) == SET)
3692 set = (GET_CODE (PATTERN (insn)) == SET) ? PATTERN (insn) : NULL_RTX;
3741 set = (GET_CODE (PATTERN (insn)) == SET) ? PATTERN (insn) : NULL_RTX;
4104 set = (GET_CODE (PATTERN (insn)) == SET) ? PATTERN (insn) : NULL_RTX;
4130 check = ((GET_CODE (PATTERN (rewind)) == SET)
[all...]

Completed in 755 milliseconds

1234567891011>>