Searched refs:exp2 (Results 1 – 5 of 5) sorted by relevance
858 s390_exp_compare (expressionS *exp1, expressionS *exp2) in s390_exp_compare() argument860 if (exp1->X_op != exp2->X_op) in s390_exp_compare()867 return exp1->X_add_number == exp2->X_add_number; in s390_exp_compare()877 return (exp1->X_add_symbol == exp2->X_add_symbol) in s390_exp_compare()878 && (exp1->X_add_number == exp2->X_add_number); in s390_exp_compare()899 return (exp1->X_add_symbol == exp2->X_add_symbol) in s390_exp_compare()900 && (exp1->X_op_symbol == exp2->X_op_symbol) in s390_exp_compare()901 && (exp1->X_add_number == exp2->X_add_number); in s390_exp_compare()
207 expressionS exp2; member2673 the_insn.exp2 = the_insn.exp; in sparc_ip()2675 if (the_insn.exp2.X_op == O_absent) in sparc_ip()2676 the_insn.exp2.X_op = O_illegal; in sparc_ip()2679 the_insn.exp = the_insn.exp2; in sparc_ip()2680 the_insn.exp2.X_op = O_illegal; in sparc_ip()2735 the_insn.exp = the_insn.exp2; in sparc_ip()2737 the_insn.exp2.X_op = O_illegal; in sparc_ip()2740 else if (the_insn.exp2.X_op != O_constant) in sparc_ip()3217 fixP->tc_fix_data = theinsn->exp2.X_add_number; in output_insn()
1482 expressionS exp2; in parse_register_list() local1488 if (! register_name (&exp2)) in parse_register_list()1493 if (exp.X_add_number > exp2.X_add_number) in parse_register_list()1499 for (j = exp.X_add_number + 1; j <= exp2.X_add_number; j++) in parse_register_list()1518 exp = exp2; in parse_register_list()
2854 expressionS *exp2; in xg_instruction_matches_rule() local2903 exp2 = &insn->tok[cond->op_data]; in xg_instruction_matches_rule()2908 if (!expr_is_equal (exp1, exp2)) in xg_instruction_matches_rule()2912 if (expr_is_equal (exp1, exp2)) in xg_instruction_matches_rule()
6052 @item MAX(@var{exp1}, @var{exp2})6053 Returns the maximum of @var{exp1} and @var{exp2}.6056 @item MIN(@var{exp1}, @var{exp2})6057 Returns the minimum of @var{exp1} and @var{exp2}.