Searched refs:exp2 (Results 1 – 5 of 5) sorted by relevance
898 s390_exp_compare (expressionS *exp1, expressionS *exp2) in s390_exp_compare() argument900 if (exp1->X_op != exp2->X_op) in s390_exp_compare()907 return exp1->X_add_number == exp2->X_add_number; in s390_exp_compare()917 return (exp1->X_add_symbol == exp2->X_add_symbol) in s390_exp_compare()918 && (exp1->X_add_number == exp2->X_add_number); in s390_exp_compare()939 return (exp1->X_add_symbol == exp2->X_add_symbol) in s390_exp_compare()940 && (exp1->X_op_symbol == exp2->X_op_symbol) in s390_exp_compare()941 && (exp1->X_add_number == exp2->X_add_number); in s390_exp_compare()
207 expressionS exp2; member2795 the_insn.exp2 = the_insn.exp; in sparc_ip()2797 if (the_insn.exp2.X_op == O_absent) in sparc_ip()2798 the_insn.exp2.X_op = O_illegal; in sparc_ip()2801 the_insn.exp = the_insn.exp2; in sparc_ip()2802 the_insn.exp2.X_op = O_illegal; in sparc_ip()2857 the_insn.exp = the_insn.exp2; in sparc_ip()2859 the_insn.exp2.X_op = O_illegal; in sparc_ip()2862 else if (the_insn.exp2.X_op != O_constant) in sparc_ip()3339 fixP->tc_fix_data = theinsn->exp2.X_add_number; in output_insn()
1477 expressionS exp2; in parse_register_list() local1483 if (! register_name (&exp2)) in parse_register_list()1488 if (exp.X_add_number > exp2.X_add_number) in parse_register_list()1494 for (j = exp.X_add_number + 1; j <= exp2.X_add_number; j++) in parse_register_list()1513 exp = exp2; in parse_register_list()
2905 expressionS *exp2; in xg_instruction_matches_rule() local2954 exp2 = &insn->tok[cond->op_data]; in xg_instruction_matches_rule()2959 if (!expr_is_equal (exp1, exp2)) in xg_instruction_matches_rule()2963 if (expr_is_equal (exp1, exp2)) in xg_instruction_matches_rule()
6261 @item MAX(@var{exp1}, @var{exp2})6262 Returns the maximum of @var{exp1} and @var{exp2}.6265 @item MIN(@var{exp1}, @var{exp2})6266 Returns the minimum of @var{exp1} and @var{exp2}.