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

/freebsd-10-stable/contrib/binutils/opcodes/
H A Darc-opc.c57 /* Nonzero if we've inserted a nullify condition. */
60 /* The value of the a nullify condition we inserted. */
61 static int nullify; variable
139 'n' DELAY N field (nullify field)
475 /* Called when we see an nullify condition. */
487 nullify = value;
1004 We do check for correct usage of the nullify suffix, or we
1021 insn |= 0x02 << 5; /* Default nullify to .jd. */
1023 else if (nullify != 0x02)
1024 *errmsg = _("must specify .jd or no nullify suffi
[all...]

Completed in 385 milliseconds