Searched refs:MO_SET (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/cddl/osnet/sys/sys/
H A Dvfs.h90 #define MO_SET 0x01 /* option is set */ macro
94 #define MO_DEFAULT MO_SET /* option is on by default */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dvar-tracking.c116 MO_SET, /* Set location. */ enumerator in enum:micro_operation_type
1571 mo->type = MO_SET;
1585 mo->type = GET_CODE (expr) == CLOBBER ? MO_CLOBBER : MO_SET;
1618 case MO_SET:
2385 case MO_SET:
2634 while (n1 < n2 && VTI (bb)->mos[n1].type == MO_SET)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.c134 MO_SET, /* Set location. */ enumerator in enum:micro_operation_type
150 "MO_SET",
176 notes are inserted, to simplify emission of notes), for MO_SET
181 /* Location. For MO_SET and MO_COPY, this is the SET that
5331 mo.type = MO_SET;
5340 mo.type = MO_SET;
5389 mo.type = MO_SET;
5400 mo.type = MO_SET;
5625 insn), then MO_CLOBBERs, then MO_SET/MO_COPY/MO_VAL_SET. */
5920 case MO_SET
[all...]

Completed in 196 milliseconds