Home | History | Annotate | Download | only in opcodes

Lines Matching refs:FLAG

137    'f'	FLAG		F flag
138 'F' FLAGFINISH finish inserting the F flag
139 'G' FLAGINSN insert F flag in "flag" insn
223 /* Flag update bit (insertion is defered until we know how). */
224 #define FLAG (SYNTAX_LD + 1)
228 #define FLAGFINISH (FLAG + 1)
231 /* Fake utility operand to set the 'f' flag for the "flag" insn. */
256 /* Jump flags; j{,l} insn value or'ed into 'J' addr for flag values. */
371 /* Don't request flag setting on shimm as dest. */
459 /* Called when we see an 'f' flag. */
470 Just record the fact that we've got this flag. `insert_reg' will use it
492 /* Called after completely building an insn to ensure the 'f' flag gets set
493 properly. This is needed because we don't know how to set this flag until
514 /* Called when we see a conditional flag (eg: .eq). */
950 *errmsg = _("flag bits of jump address limm lost");
1188 /* Return the value of the "flag update" field for shimm insns.
1330 /* The only thing this does is set the `invalid' flag if B != C.
1385 { "flag%.q %b%G%S%L", I(-1)|A(-1)|C(-1), I(3)|A(ARC_REG_SHIMM_UPDATE)|C(0), ARC_MACH_5, 0, 0 },
1535 { "f", 1, FLAG, 0 },