Searched refs:O_modulus (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | sframe-opt.c | 43 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()
|
| D | expr.c | 1511 __, 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()
|
| D | expr.h | 72 O_modulus, enumerator
|
| D | symbols.c | 1172 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()
|
| D | gen-sframe.c | 481 cexp->X_op = O_modulus; in create_func_info_exp()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-i386-intel.c | 84 { "mod", O_modulus, 2 }, 131 case '%': input_line_pointer += 2; return O_modulus; in i386_operator()
|
| D | tc-arc.c | 1059 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()
|
| D | tc-s390.c | 941 case O_modulus: in s390_exp_compare()
|
| D | tc-alpha.c | 807 case O_modulus: name = "O_modulus"; break; in debug_exp()
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 84692 associated fragment uses O_modulus now.
|