Searched refs:SET (Results 201 - 225 of 398) sorted by relevance

1234567891011>>

/openbsd-current/sys/dev/adb/
H A Dakbd.c475 SET(sc->sc_caps, CL_DOWN_RESET);
/openbsd-current/sys/dev/pci/
H A Dsti_pci.c110 SET(sc->sc_flags, STI_ROM_ENABLED);
H A Dif_ixl.c2149 SET(ifp->if_flags, IFF_ALLMULTI);
2228 SET(v, I40E_PFQF_CTL_0_HASHLUTSIZE_MASK);
2328 SET(reg, I40E_QRX_ENA_QENA_REQ_MASK);
2332 SET(reg, I40E_QTX_ENA_QENA_REQ_MASK);
2350 SET(ifp->if_flags, IFF_RUNNING);
2666 SET(r, qid << I40E_GLLAN_TXPRE_QDIS_QINDX_SHIFT);
2667 SET(r, enable ? I40E_GLLAN_TXPRE_QDIS_CLEAR_QDIS_MASK :
3315 SET(m->m_flags, M_VLANTAG);
4032 printf("%s: SET PHY EVENT MASK timeout\n", DEVNAME(sc));
4036 printf("%s: SET PH
[all...]
/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dmakeinfo.c103 #define SET 1
634 new->action = (c == 'D') ? SET : CLEAR;
640 handle_variable_internal ((c == 'D' ? SET : CLEAR), optarg);
3586 handle_variable (SET);
3758 case SET:
102 #define SET macro
/openbsd-current/sys/net/
H A Dif_vxlan.c389 SET(m->m_pkthdr.csum_flags, M_UDP_CSUM_OUT);
464 SET(m->m_pkthdr.csum_flags, M_IPV6_DF_OUT);
1159 SET(ifp->if_flags, IFF_RUNNING);
1523 SET(sc->sc_header.vxlan_flags, htonl(VXLAN_F_I));
H A Dif_bpe.c473 SET(ifp->if_flags, ifp0->if_flags & IFF_SIMPLEX);
501 SET(ifp->if_flags, IFF_RUNNING);
H A Dif_etherip.c512 SET(ifp->if_flags, IFF_RUNNING);
749 SET(m->m_pkthdr.csum_flags, M_IPV6_DF_OUT);
/openbsd-current/sys/dev/fdt/
H A Dehci_fdt.c138 SET(usbmode, EHCI_USBMODE_CM_HOST);
/openbsd-current/usr.sbin/vmd/
H A Dvmd.h42 #define SET(_v, _m) ((_v) |= (_m)) macro
/openbsd-current/sys/netinet/
H A Dip_input.c386 SET(m->m_pkthdr.csum_flags, M_IPV4_CSUM_IN_OK);
465 SET(flags, IP_REDIRECT);
469 SET(flags, IP_FORWARDING);
471 SET(flags, IP_ALLOWBROADCAST);
/openbsd-current/gnu/gcc/gcc/
H A Dloop-invariant.c643 inv->cost = rtx_cost (set, SET);
645 inv->cost = rtx_cost (SET_SRC (set), SET);
H A Dpostreload-gcse.c672 SET or CLOBBER in an insn. DATA is really the instruction in which
673 the SET is taking place. */
834 if (INSN_P (insn) && GET_CODE (PATTERN (insn)) == SET)
1260 && GET_CODE (PATTERN (insn)) == SET
H A Dcselib.c1219 /* Record the result of a SET instruction. DEST is being set; the source
1297 if (GET_CODE (body) == SET)
1311 if (GET_CODE (x) == SET)
H A Dreg-stack.c54 pattern is a SET: one sets A to B, the other B to A.
56 A "push" or "load" insn is a SET whose SET_DEST is FIRST_STACK_REG
60 A store insn is a SET whose SET_DEST is FIRST_STACK_REG, and whose
657 case SET:
760 is represented as a SET whose destination is the register to be popped
825 rtx i1set = NULL_RTX; /* the SET rtx within I1 */
1164 if (GET_CODE (pat) == SET
1178 if (GET_CODE (pat) == SET
1203 if (GET_CODE (pat) != SET
1418 case SET
[all...]
H A Drtl.h247 1 in a SET that is for a return.
291 /* 1 in an INSN or a SET if this rtx is related to the call frame,
754 JUMP_INSN, BARRIER, SET)->frame_related)
1220 /* For a SET rtx, SET_DEST is the place that is set
1222 #define SET_DEST(RTX) XC2EXP(RTX, 0, SET, CLOBBER)
1223 #define SET_SRC(RTX) XCEXP(RTX, 1, SET)
1225 (RTL_FLAG_CHECK1("SET_IS_RETURN_P", (RTX), SET)->jump)
1664 ? (GET_CODE (PATTERN (I)) == SET \
H A Dsched-rgn.c1665 if (GET_CODE (PATTERN (insn)) == SET
1672 if ((GET_CODE (XVECEXP (PATTERN (insn), 0, j)) == SET
1690 if (GET_CODE (PATTERN (insn)) == SET
1697 if (GET_CODE (XVECEXP (PATTERN (insn), 0, j)) == SET
2180 registers that must be considered as set in SET. */
2239 if (GET_CODE (pat) == SET
/openbsd-current/gnu/gcc/gcc/config/vax/
H A Dvax.c845 if (GET_CODE (exp) == SET)
880 && GET_CODE (XVECEXP (exp, 0, 0)) == SET)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68hc11/
H A Dm68hc11.h1432 if ((OUTER_CODE) == SET && (RTX) == const0_rtx) \
1434 /* to change a SET into a PLUS. Make const0 cheap. */ \
1441 if ((OUTER_CODE) == SET) \
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mn10300/
H A Dmn10300.c683 if (GET_CODE (elt) != SET
713 if (GET_CODE (elt) != SET
/openbsd-current/gnu/usr.bin/gcc/gcc/config/xtensa/
H A Dxtensa.h1215 emit_insn (gen_rtx (SET, Pmode, temp, \
1294 case SET: \
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dcselib.c1181 /* Record the result of a SET instruction. DEST is being set; the source
1253 if (GET_CODE (body) == SET)
1267 if (GET_CODE (x) == SET)
H A Dprotector.c1476 case SET:
1720 case SET:
2316 && GET_CODE (PATTERN (first)) == SET)
2344 if (GET_CODE (pattern) == SET
2399 case SET:
/openbsd-current/sys/dev/sbus/
H A Dmgx.c424 SET(mode, DPMS_HSYNC_DISABLE);
427 SET(mode, DPMS_VSYNC_DISABLE);
/openbsd-current/sys/arch/sparc64/dev/
H A Dpyro.c745 SET(reg, CPU_INFO_UNIT(ci)); /* There's an eq per cpu. */
754 SET(reg, FIRE_MSI_MAP_V);
/openbsd-current/gnu/usr.bin/gcc/gcc/config/h8300/
H A Dh8300.c1166 return 0 + (outer_code == SET);
1170 return 0 + (outer_code == SET);
3840 if (GET_CODE (pat) == SET
3900 if (GET_CODE (pat) == SET
3935 if (GET_CODE (pat) == SET

Completed in 434 milliseconds

1234567891011>>