Home | History | Annotate | Download | only in config

Lines Matching refs:exp1

2859       expressionS *exp1;
2868 exp1 = &insn->tok[cond->op_num];
2869 if (expr_is_const (exp1))
2874 if (get_expr_const (exp1) != cond->op_data)
2878 if (get_expr_const (exp1) == cond->op_data)
2885 else if (expr_is_register (exp1))
2890 if (get_expr_register (exp1) != cond->op_data)
2894 if (get_expr_register (exp1) == cond->op_data)
2908 exp1 = &insn->tok[cond->op_num];
2914 if (!expr_is_equal (exp1, exp2))
2918 if (expr_is_equal (exp1, exp2))