Home
last modified time | relevance | path

Searched refs:X_op (Results 1 – 25 of 139) sorted by relevance

123456

/openbsd/src/gnu/usr.bin/binutils/gas/
Dexpr.c72 if (expressionP->X_op == O_symbol in make_expr_symbol()
76 if (expressionP->X_op == O_big) in make_expr_symbol()
85 zero.X_op = O_constant; in make_expr_symbol()
97 (expressionP->X_op == O_constant in make_expr_symbol()
103 if (expressionP->X_op == O_constant) in make_expr_symbol()
154 e.X_op = O_constant; in expr_build_uconstant()
167 e.X_op = op; in expr_build_unary()
180 e.X_op = op; in expr_build_binary()
240 expressionP->X_op = O_big; in floating_constant()
550 expressionP->X_op = O_symbol; in integer_constant()
[all …]
Dread.c1362 if (exp.X_op == O_absent) in s_comm_internal()
1505 exp.X_op = O_symbol; in s_mri_common()
1713 else if (rep_exp.X_op == O_constant && rep_exp.X_add_number <= 0) in s_fill()
1722 if (rep_exp.X_op == O_constant) in s_fill()
1741 size_exp.X_op = O_constant; in s_fill()
1744 rep_exp.X_op = O_multiply; in s_fill()
1995 if (exp.X_op == O_absent) in parse_align()
2094 if (exp.X_op != O_constant in s_lsym()
2095 && exp.X_op != O_register) in s_lsym()
2118 (exp.X_op == O_constant in s_lsym()
[all …]
Dehopt.c316 if ((exp->X_op == O_symbol || exp->X_op == O_subtract) in check_eh_frame()
348 if ((int)*pnbytes == -1 && exp->X_op == O_constant) in check_eh_frame()
353 else if (*pnbytes == 1 && exp->X_op == O_constant) in check_eh_frame()
382 && exp->X_op == O_constant in check_eh_frame()
398 if (exp->X_op == O_constant) in check_eh_frame()
425 else if (exp->X_op == O_subtract) in check_eh_frame()
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-mmix.c483 if (exp[numexp].X_op == O_illegal) in get_operands()
487 else if (exp[numexp].X_op == O_absent) in get_operands()
509 exp[numexp].X_op = O_illegal; in get_operands()
559 exp[0].X_op = O_illegal; in get_putget_operands()
560 exp[1].X_op = O_illegal; in get_putget_operands()
621 if (expp_reg->X_op != O_illegal in get_putget_operands()
622 && expp_reg->X_op != O_absent in get_putget_operands()
625 expp_sreg->X_op = O_register; in get_putget_operands()
1088 if (n_operands != 1 || exp[0].X_op == O_register) in md_assemble()
1109 || ((exp[0].X_op == O_constant || exp[0].X_op == O_register) in md_assemble()
[all …]
Dtc-z80.c540 op->X_op = O_register; in parse_exp2()
549 op->X_op = O_md1; in parse_exp2()
578 if (op->X_op == O_absent) in parse_exp2()
580 if (op->X_op == O_illegal) in parse_exp2()
692 if ((r_type == BFD_RELOC_8_PCREL) && (val->X_op == O_constant)) in emit_byte()
696 else if (val->X_op == O_constant) in emit_byte()
723 if ( (val->X_op == O_register) in emit_word()
724 || (val->X_op == O_md1)) in emit_word()
730 if (val->X_op != O_constant) in emit_word()
745 switch (arg->X_op) in emit_mx()
[all …]
Dtc-d10v.c38 #define AT_WORD_P(X) ((X)->X_op == O_right_shift \
156 expressionP->X_op = O_register; in register_name()
404 exp[numops].X_op = O_absent; in get_operands()
421 exp[numops].X_op = O_absent; in get_operands()
463 if (exp[numops].X_op == O_register) in get_operands()
468 exp[numops].X_op = O_symbol; in get_operands()
486 new_exp.X_op = O_constant; in get_operands()
489 exp[numops].X_op = O_right_shift; in get_operands()
495 if (exp[numops].X_op == O_illegal) in get_operands()
497 else if (exp[numops].X_op == O_absent) in get_operands()
[all …]
Dtc-d30v.c182 expressionP->X_op = O_register; in register_name()
435 exp[numops].X_op = O_absent; in get_operands()
450 exp[numops].X_op = O_absent; in get_operands()
487 if (exp[numops].X_op == O_illegal) in get_operands()
489 else if (exp[numops].X_op == O_absent) in get_operands()
499 exp[numops].X_op = O_absent; in get_operands()
504 exp[numops].X_op = O_absent; in get_operands()
511 exp[numops].X_op = 0; in get_operands()
546 if (opers[i].X_op != O_symbol) in build_insn()
568 if (opers[i].X_op != O_register && opers[i].X_op != O_constant in build_insn()
[all …]
Dtc-or32.c294 operandp->X_op = O_register; in parse_operand()
303 if (operandp->X_op == O_absent) in parse_operand()
310 operandp->X_op = O_constant; in parse_operand()
318 printf (" %s=parse_operand(%s): operandp->X_op = %u\n", new, s, operandp->X_op); in parse_operand()
434 if (operand->X_op != O_register) in machine_ip()
442 printf (" r: operand->X_op = %d\n", operand->X_op); in machine_ip()
475 operand->X_op = O_constant; in machine_ip()
481 if (operand->X_op == O_constant) in machine_ip()
871 if (expressionP->X_op != O_constant in md_operand()
874 expressionP->X_op = O_register; in md_operand()
[all …]
Dtc-mips.c1936 imm_expr.X_op = O_absent; in md_assemble()
1937 imm2_expr.X_op = O_absent; in md_assemble()
1938 offset_expr.X_op = O_absent; in md_assemble()
1972 if (imm_expr.X_op != O_absent) in md_assemble()
1974 else if (offset_expr.X_op != O_absent) in md_assemble()
2655 if (address_expr->X_op == O_constant) in append_insn()
3279 ep->X_op = O_constant; in macro_build_jrpatch()
3469 && (ep->X_op == O_constant in macro_build()
3470 || (ep->X_op == O_symbol in macro_build()
3489 if (ep->X_op == O_constant) in macro_build()
[all …]
Dtc-tic4x.c769 exp.X_op = O_constant;
943 if (exp.X_op == O_constant)
1000 if (exp.X_op != O_constant)
1552 if (operand->expr.X_op != O_constant)
1570 if (operand->expr.X_op != O_register)
1645 if (exp->X_op != O_register)
1653 if (exp->X_op == O_constant)
1655 else if (exp->X_op == O_big)
1668 else if (exp->X_op == O_symbol)
1676 if (exp->X_op == O_constant)
[all …]
Dtc-alpha.c189 (t).X_op = O_register, \
192 (t).X_op = O_pregister, \
195 (t).X_op = O_cpregister, \
198 (t).X_op = O_register, \
201 (t).X_op = O_symbol, \
205 (t).X_op = O_constant, \
734 switch (t->X_op) in debug_exp()
906 if (tok->X_op != O_constant || tok->X_add_number <= 0) in tokenize_arguments()
914 tok->X_op = r->op; in tokenize_arguments()
933 if (*input_line_pointer == ')' && tok->X_op == O_register) in tokenize_arguments()
[all …]
Dtc-ia64.c1181 if (md.qp.X_op == O_register) in ia64_flush_insns()
3183 if (e->X_op != O_register || *qp > 63)
3193 e->X_op = O_absent;
3209 if (e->X_op != O_register)
3264 if (e->X_op != O_register)
3453 if (e.X_op != O_constant)
3474 if (e.X_op != O_register || reg > 127)
3501 if (e.X_op != O_constant)
3525 e2.X_op = O_absent;
3529 if (e1.X_op != O_register)
[all …]
Dtc-i370.c284 expressionP->X_op = O_register; in register_name()
641 if (new_exp.X_op == O_constant) in i370_elf_suffix()
677 if (exp.X_op == O_symbol in i370_elf_cons()
1229 if (O_constant == baseaddr->X_op) in i370_make_relative()
1231 exx->X_op = O_symbol; in i370_make_relative()
1234 else if (O_symbol == baseaddr->X_op) in i370_make_relative()
1236 exx->X_op = O_subtract; in i370_make_relative()
1240 else if (O_uminus == baseaddr->X_op) in i370_make_relative()
1242 exx->X_op = O_add; in i370_make_relative()
1274 if (exx->X_op == O_constant in add_to_lit_pool()
[all …]
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-mmix.c509 if (exp[numexp].X_op == O_illegal)
513 else if (exp[numexp].X_op == O_absent)
535 exp[numexp].X_op = O_illegal;
588 exp[0].X_op = O_illegal;
589 exp[1].X_op = O_illegal;
650 if (expp_reg->X_op != O_illegal
651 && expp_reg->X_op != O_absent
654 expp_sreg->X_op = O_register;
1121 if (n_operands != 1 || exp[0].X_op == O_register)
1142 || ((exp[0].X_op == O_constant || exp[0].X_op == O_register)
[all …]
Dtc-tic80.c220 exp[numexp].X_op = O_absent;
273 if (exp[numexp].X_op == O_illegal)
277 else if (exp[numexp].X_op == O_absent)
288 exp[numexp].X_op = O_absent;
293 exp[numexp].X_op = O_illegal;
345 int bits, flags, X_op, num; local
347 X_op = myops[expi].X_op;
355 if (X_op != O_absent)
363 switch (X_op)
464 internal_error_a (_("unhandled expression type"), (long) X_op);
[all …]
Dtc-a29k.c377 if (operandp->X_op == O_absent && ! opt)
467 if (operand->X_op == O_constant)
490 if (operand->X_op == O_register)
498 if (operand->X_op == O_constant)
521 if (operand->X_op != O_register)
551 if (operand->X_op == O_constant)
562 if (operand->X_op == O_constant)
577 if (operand->X_op == O_constant)
602 if (operand->X_op == O_constant)
615 if (operand->X_op == O_constant &&
[all …]
Dtc-d10v.c38 #define AT_WORD_P(X) ((X)->X_op == O_right_shift \
187 expressionP->X_op = O_register;
451 exp[numops].X_op = O_absent;
468 exp[numops].X_op = O_absent;
510 if (exp[numops].X_op == O_register)
515 exp[numops].X_op = O_symbol;
533 new_exp.X_op = O_constant;
536 exp[numops].X_op = O_right_shift;
542 if (exp[numops].X_op == O_illegal)
544 else if (exp[numops].X_op == O_absent)
[all …]
Dtc-or32.c322 operandp->X_op = O_register;
331 if (operandp->X_op == O_absent)
338 operandp->X_op = O_constant;
346 printf (" %s=parse_operand(%s): operandp->X_op = %u\n", new, s, operandp->X_op);
387 if (operandp->X_op == O_absent)
394 operandp->X_op = O_constant;
401 if ((operandp->X_op == O_symbol) && (*s != '_'))
414 operandp->X_op = O_register;
420 printf (" %s=parse_operand(%s): operandp->X_op = %u\n", new, s, operandp->X_op);
541 if (operand->X_op != O_register)
[all …]
Dtc-d30v.c225 expressionP->X_op = O_register;
496 exp[numops].X_op = O_absent;
511 exp[numops].X_op = O_absent;
548 if (exp[numops].X_op == O_illegal)
550 else if (exp[numops].X_op == O_absent)
560 exp[numops].X_op = O_absent;
565 exp[numops].X_op = O_absent;
572 exp[numops].X_op = 0;
609 if (opers[i].X_op != O_symbol)
634 if (opers[i].X_op != O_register && opers[i].X_op != O_constant
[all …]
Dtc-mips.c1664 imm_expr.X_op = O_absent; in md_assemble()
1665 imm2_expr.X_op = O_absent; in md_assemble()
1666 offset_expr.X_op = O_absent; in md_assemble()
1700 if (imm_expr.X_op != O_absent) in md_assemble()
1702 else if (offset_expr.X_op != O_absent) in md_assemble()
2388 if (address_expr->X_op == O_constant) in append_insn()
2526 address_expr->X_op = O_absent; in append_insn()
3293 ep->X_op = O_constant; in macro_build_jrpatch()
3484 || (ep->X_op == O_subtract in macro_build()
3491 && (ep->X_op == O_constant in macro_build()
[all …]
Dtc-tic4x.c770 exp.X_op = O_constant;
944 if (exp.X_op == O_constant)
1001 if (exp.X_op != O_constant)
1552 if (operand->expr.X_op != O_constant)
1570 if (operand->expr.X_op != O_register)
1645 if (exp->X_op != O_register)
1653 if (exp->X_op == O_constant)
1655 else if (exp->X_op == O_big)
1668 else if (exp->X_op == O_symbol)
1676 if (exp->X_op == O_constant)
[all …]
Dtc-alpha.c190 (t).X_op = O_register, \
193 (t).X_op = O_pregister, \
196 (t).X_op = O_cpregister, \
199 (t).X_op = O_register, \
202 (t).X_op = O_symbol, \
206 (t).X_op = O_constant, \
813 e.X_op = O_max; in md_begin()
814 assert (e.X_op == O_max); in md_begin()
1876 switch (t->X_op)
2048 if (tok->X_op != O_constant || tok->X_add_number <= 0)
[all …]
Dtc-ia64.c1135 if (md.qp.X_op == O_register) in ia64_flush_insns()
2959 if (e->X_op != O_register)
3011 if (e->X_op != O_register)
3092 if (e.X_op != O_constant)
3107 if (e.X_op == O_register && reg < 128)
3124 if (e.X_op == O_constant)
3140 if (e.X_op == O_constant)
3166 if (e1.X_op == O_register)
3168 if (e2.X_op == O_register && reg2 >= 0 && reg2 < 128)
3235 if (e1.X_op != O_register || e1.X_add_number != REG_GR + 12)
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
Dexpr.c72 if (expressionP->X_op == O_symbol in make_expr_symbol()
76 if (expressionP->X_op == O_big) in make_expr_symbol()
85 zero.X_op = O_constant; in make_expr_symbol()
97 (expressionP->X_op == O_constant in make_expr_symbol()
103 if (expressionP->X_op == O_constant) in make_expr_symbol()
154 e.X_op = O_constant; in expr_build_uconstant()
211 expressionP->X_op = O_big; in floating_constant()
524 expressionP->X_op = O_symbol; in integer_constant()
534 expressionP->X_op = O_constant; in integer_constant()
556 expressionP->X_op = O_symbol; in integer_constant()
[all …]
Dread.c447 if (exp->X_op != O_constant) in get_absolute_expr()
449 if (exp->X_op != O_absent) in get_absolute_expr()
1157 exp->X_op = O_big; in convert_to_bignum()
1455 if (exp.X_op == O_absent) in s_comm_internal()
1610 exp.X_op = O_symbol; in s_mri_common()
1863 else if (rep_exp.X_op == O_constant && rep_exp.X_add_number <= 0) in s_fill()
1872 if (rep_exp.X_op == O_constant) in s_fill()
1891 size_exp.X_op = O_constant; in s_fill()
1894 rep_exp.X_op = O_multiply; in s_fill()
2140 if (exp.X_op == O_absent) in parse_align()
[all …]

123456