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 *);
85 expressionS exp;
108 expressionS * expP;
298 expressionS * exp;
321 expressionS e; in expr_build_binary()
372 expressionS exp;
529 expressionS *expressionP ATTRIBUTE_UNUSED; in gas_cgen_md_operand()
595 expressionS *exp;
705 expressionS * expP, in queue_fixup_recursively()
720 expressionS * new_exp = expP; in queue_fixup_recursively()
784 weak_operand_overflow_check (const expressionS * exp, in weak_operand_overflow_check()
828 static expressionS *
829 make_right_shifted_expr (expressionS * exp, in make_right_shifted_expr()
834 expressionS * new_exp; in make_right_shifted_expr()
846 new_exp = xmalloc (sizeof (expressionS)); in make_right_shifted_expr()
847 memset (new_exp, 0, sizeof (expressionS)); in make_right_shifted_expr()