Home | History | Annotate | Download | only in gas

Lines Matching refs:expressionS

32 static expressionS * make_right_shifted_expr
33 (expressionS *, const int, const int);
41 (const expressionS *, const CGEN_OPERAND *);
44 (const int, const int, expressionS *, \
49 static void queue_fixup (int, int, expressionS *);
75 an `expressionS' is and what a `fixup' is out of CGEN which for the time
85 expressionS exp;
108 expressionS * expP;
298 expressionS * exp;
321 expressionS e;
372 expressionS exp;
522 /* md_operand handler to catch unrecognized expressions and halt the
529 expressionS *expressionP ATTRIBUTE_UNUSED;
595 expressionS *exp;
619 /* Handle complex expressions. */
705 expressionS * expP,
720 expressionS * new_exp = expP;
774 parse. when these %operators are translated to expressions by the macro
784 weak_operand_overflow_check (const expressionS * exp,
828 static expressionS *
829 make_right_shifted_expr (expressionS * exp,
834 expressionS * new_exp;
846 new_exp = xmalloc (sizeof (expressionS));
847 memset (new_exp, 0, sizeof (expressionS));