Searched refs:SET (Results 276 - 300 of 398) sorted by relevance

<<111213141516

/openbsd-current/gnu/gcc/gcc/
H A Dreload.c858 /* If we can make a simple SET insn that does the job, everything should
2087 if (GET_CODE (x) == SET || GET_CODE (x) == CLOBBER)
2143 because that is natural in (SET output (... input ...)). */
2592 neither are insns that SET cc0. Insns that use CC0 are not allowed
2619 if (GET_CODE (body) == SET
4479 && GET_CODE (PATTERN (insn)) == SET
4540 IS_SET_DEST is true if X is the destination of a SET, which is not
6442 case SET:
6928 if (GET_CODE (pat) == SET || GET_CODE (pat) == CLOBBER)
6971 if (GET_CODE (v1) == SET || GET_COD
[all...]
H A Dreload1.c1206 && GET_CODE (PATTERN (insn)) == SET
1965 if (prev && GET_CODE (PATTERN (prev)) == SET
2243 case SET:
2641 case SET:
2828 case SET:
3269 && (GET_CODE (new_body) != SET
3357 /* Given X, a SET or CLOBBER of DEST, if DEST is the target of a register
3387 && (GET_CODE (x) != SET
6549 && GET_CODE (PATTERN (temp)) == SET
7683 exists, we just emit a SET ins
[all...]
H A Dbb-reorder.c1573 if (GET_CODE (PATTERN (old_jump)) == SET)
1578 if (GET_CODE (set_src) == SET)
H A Dgensupport.c393 case SET:
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dhaifa-sched.c1563 if ((GET_CODE (x) == SET || GET_CODE (x) == CLOBBER)
1572 if ((GET_CODE (x) == SET || GET_CODE (x) == CLOBBER)
H A Dreload.c888 /* If we can make a simple SET insn that does the job, everything should
2101 if (GET_CODE (x) == SET || GET_CODE (x) == CLOBBER)
2159 because that is natural in (SET output (... input ...)). */
2597 neither are insns that SET cc0. Insns that use CC0 are not allowed
2619 if (GET_CODE (body) == SET
4399 && GET_CODE (PATTERN (insn)) == SET
4451 IS_SET_DEST is true if X is the destination of a SET, which is not
6270 case SET:
6746 if (GET_CODE (pat) == SET || GET_CODE (pat) == CLOBBER)
6790 if (GET_CODE (v1) == SET || GET_COD
[all...]
H A Dgensupport.c375 case SET:
H A Dra-debug.c439 case SET:
H A Dsched-vis.c652 case SET:
H A Dssa-ccp.c1105 if (GET_CODE (x) == SET)
/openbsd-current/gnu/gcc/gcc/config/m88k/
H A Dm88k.c785 || (GET_CODE (PATTERN (insnt)) == SET
806 || (GET_CODE (PATTERN (insnj)) == SET
2167 constant with a SET instruction. See integer_ok_for_set. */
/openbsd-current/sys/net/
H A Dbpf.c1399 SET(tbh.bh_flags, BPF_F_FLOWID);
1409 SET(tbh.bh_flags, direction << BPF_F_DIR_SHIFT);
/openbsd-current/usr.sbin/snmpd/
H A Dmib.y297 %token PRODUCTRELEASE REAL REFERENCE REVISION SEQUENCE SET SIZE STATUS
1079 { "SET", SET },
/openbsd-current/sbin/ping/
H A Dping.c135 #define SET(bit) (A(bit) |= B(bit)) macro
1334 SET(ntohs(seq) % mx_dup_ck);
/openbsd-current/sys/kern/
H A Dkern_sig.c475 SET(p->p_sigmask, mask);
773 SET(p->p_sigmask, catchmask);
/openbsd-current/sys/netinet/
H A Dip_output.c629 SET(m->m_pkthdr.csum_flags, M_IPV6_DF_OUT);
1774 SET(m->m_pkthdr.csum_flags, M_IPV4_CSUM_OUT);
/openbsd-current/gnu/gcc/gcc/config/score/
H A Dscore.c946 if (outer_code == SET)
/openbsd-current/gnu/gcc/gcc/config/h8300/
H A Dh8300.c725 if (GET_CODE (x) == SET
776 return (GET_CODE (last) == SET
1200 *total = 0 + (outer_code == SET);
1205 *total = 0 + (outer_code == SET);
/openbsd-current/gnu/usr.bin/gcc/gcc/config/fr30/
H A Dfr30.c297 && GET_CODE (part) == SET
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i370/
H A Di370.h968 if (GET_CODE (exp) != SET) \
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m88k/
H A Dm88k.h1389 && GET_CODE (PATTERN (RTX)) == SET \
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mn10200/
H A Dmn10200.c414 /* Ignore anything that isn't a SET. */
416 if (GET_CODE (pat) != SET)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/romp/
H A Dromp.h1196 || ((OUTER_CODE) == SET && (unsigned int) INTVAL (RTX) < 16))\
/openbsd-current/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dalpha.h2012 {"some_small_symbolic_operand", {SET, PARALLEL, PREFETCH, UNSPEC, \
/openbsd-current/sys/dev/fdt/
H A Damlmmc.c739 SET(cmd->c_flags, SCF_ITSDONE);

Completed in 583 milliseconds

<<111213141516