Home
last modified time | relevance | path

Searched refs:O_modulus (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/
Dsframe-opt.c43 gas_assert ((exp->X_op == O_modulus) || (exp->X_op == O_absent)); in sframe_estimate_size_before_relax()
46 if (exp->X_op == O_modulus) in sframe_estimate_size_before_relax()
111 gas_assert ((exp->X_op == O_modulus) || (exp->X_op == O_absent)); in sframe_convert_frag()
113 if (exp->X_op == O_modulus) in sframe_convert_frag()
Dexpr.c1511 __, O_bit_or_not, __, __, __, O_modulus, O_bit_and, __,
1601 op_rank[O_modulus] = MRI_MUL_PRECEDENCE; in expr_set_precedence()
1607 op_rank[O_modulus] = STANDARD_MUL_PRECEDENCE; in expr_set_precedence()
1990 if (v == 0 && (op_left == O_divide || op_left == O_modulus)) in expr()
2005 case O_modulus: resultP->X_add_number %= v; break; in expr()
2214 case O_modulus: in resolve_expression()
2363 case O_modulus: in resolve_expression()
Dexpr.h72 O_modulus, enumerator
Dsymbols.c1172 case O_modulus: in use_complex_relocs_for()
1234 case O_modulus: opname = "%"; break; in report_op_error()
1612 case O_modulus: in resolve_symbol_value()
1695 if ((op == O_divide || op == O_modulus) && right == 0) in resolve_symbol_value()
1726 case O_modulus: left %= right; break; in resolve_symbol_value()
3287 case O_modulus: in print_expr_1()
3525 case O_modulus: HANDLE_XADD_OPT2 ("%"); in symbol_relc_make_expr()
Dgen-sframe.c481 cexp->X_op = O_modulus; in create_func_info_exp()
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-i386-intel.c84 { "mod", O_modulus, 2 },
131 case '%': input_line_pointer += 2; return O_modulus; in i386_operator()
Dtc-arc.c1059 case O_modulus: name = "O_modulus"; break; in debug_exp()
3722 case O_modulus: in may_relax_expr()
3796 || epr->X_op == O_modulus in relaxable_operand()
Dtc-s390.c941 case O_modulus: in s390_exp_compare()
Dtc-alpha.c807 case O_modulus: name = "O_modulus"; break; in debug_exp()
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git84692 associated fragment uses O_modulus now.