HomeSort by relevance Sort by last modified time
    Searched refs:O_constant (Results 1 - 25 of 70) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/gas/config/
tc-mmix.c 1115 || ((exp[0].X_op == O_constant || exp[0].X_op == O_register)
1123 if (exp[0].X_op == O_register || exp[0].X_op == O_constant)
1176 if (n_operands != 3 || exp[2].X_op == O_constant)
    [all...]
tc-msp430.c 598 exp1.X_op = O_constant;
610 exp.X_op = O_constant;
637 exp.X_op = O_constant;
1108 if (op->exp.X_op == O_constant)
    [all...]
tc-tic4x.c 680 exp.X_op = O_constant;
850 if (exp.X_op == O_constant)
906 if (exp.X_op != O_constant)
    [all...]
tc-hppa.c 1094 ((exp).X_op != O_constant && (exp).X_op != O_symbol)
    [all...]
rx-parse.y 94 if (v.X_op != O_constant && v.X_op != O_big) rx_linkrelax_imm (pos)
279 if ($4.X_op != O_constant && $4.X_op != O_big) rx_linkrelax_imm (12); } }
    [all...]
tc-dlx.c 637 if (operandp->X_op != O_constant
789 if (operand->X_op == O_constant)
818 if (operand->X_op == O_constant)
833 if (operand->X_op == O_constant)
1154 if (expressionP->X_op != O_constant)
tc-sparc.c 1121 if (the_insn.exp.X_op == O_constant)
1141 if (the_insn.exp.X_op != O_constant
1147 & (the_insn.exp.X_op == O_constant
1149 the_insn.reloc = (the_insn.exp.X_op != O_constant
    [all...]
obj-coff-seh.c 337 seh_ctx_cur->handler.X_op = O_constant;
353 seh_ctx_cur->handler_data.X_op = O_constant;
939 if (resolve_expression (&exp) && exp.X_op == O_constant)
951 if (resolve_expression (&exp) && exp.X_op == O_constant)
tc-i386-intel.c 207 e->X_op = O_constant;
436 if (scale->X_op != O_constant
477 e->X_op = O_constant;
482 case O_constant:
878 if (expP->X_op != O_constant
915 exp_seg = expP->X_op != O_constant ? undefined_section
tc-v850.c     [all...]
tc-cr16.c 166 exp.X_op = O_constant;
169 if (exp.X_op != O_constant)
198 if (exp.X_op != O_constant)
222 exp.X_op = O_constant;
889 cr16_ins->exp.X_op = O_constant;
895 case O_constant:
896 cur_arg->X_op = O_constant;
    [all...]
tc-crx.c 621 crx_ins->exp.X_op = O_constant;
627 case O_constant:
628 cur_arg->X_op = O_constant;
1060 insn->arg[0].X_op = O_constant;
    [all...]
tc-z80.c 718 else if ((r_type == BFD_RELOC_8_PCREL) && (val->X_op == O_constant))
722 else if (val->X_op == O_constant)
758 if (val->X_op != O_constant)
1027 if (mode.X_md || (mode.X_op != O_constant))
1194 && (b.X_op == O_constant)
1371 if (reg.X_op == O_constant && reg.X_add_number == 0)
1415 if (addr.X_op != O_constant)
    [all...]
tc-microblaze.c 737 else if ((e->X_op != O_constant && e->X_op != O_symbol) )
739 else if ((e->X_op == O_constant) && ((int) e->X_add_number < min
1010 if (exp.X_op != O_constant)
1136 if (exp.X_op != O_constant)
    [all...]
tc-cris.c 50 ((EXP)->X_op == O_constant || (EXP)->X_op == O_symbol)
    [all...]
tc-arc.c 361 && exp->X_op_symbol->sy_value.X_op == O_constant
366 && (exp->X_add_symbol->sy_value.X_op == O_constant
1063 expressionP->X_add_symbol->sy_value.X_op = O_constant;
1064 two.X_op = O_constant;
1079 two.X_op = O_constant;
    [all...]
tc-ia64.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/
expr.c 88 zero.X_op = O_constant;
101 (expressionP->X_op == O_constant
109 if (expressionP->X_op == O_constant)
161 e.X_op = O_constant;
544 expressionP->X_op = O_constant;
595 expressionP->X_op = O_constant;
619 expressionP->X_op = O_constant;
683 expressionP->X_op = O_constant;
705 expressionp->X_op = O_constant;
824 expressionP->X_op = O_constant;
    [all...]
ehopt.c 349 if ((int)*pnbytes == -1 && exp->X_op == O_constant)
354 else if (*pnbytes == 1 && exp->X_op == O_constant)
383 && exp->X_op == O_constant
399 if (exp->X_op == O_constant)
440 && exp->X_op_symbol->sy_value.X_op == O_constant
expr.h 48 O_constant,
133 only valid for O_constant expressions. It is only used when an
134 O_constant must be extended into a bignum (i.e., it is not used
read.c 492 if (exp->X_op != O_constant)
    [all...]
cond.c 148 if (operand.X_op != O_constant)
344 if (operand.X_op != O_constant)
cgen.c 426 case O_constant:
453 && exp.X_add_symbol->sy_value.X_op == O_constant
617 if (exp->X_op != O_constant && exp->X_op != O_symbol)
806 && exp->X_add_symbol->sy_value.X_op == O_constant)
810 && exp->X_op_symbol->sy_value.X_op == O_constant)
    [all...]
symbols.c 920 case O_constant:
1071 if (symp->sy_value.X_op == O_constant)
1161 case O_constant:
    [all...]
dw2gencfi.c 608 exp->X_op = O_constant;
629 case O_constant:
863 case O_constant:
935 case O_constant:
1002 case O_constant:
    [all...]

Completed in 454 milliseconds

1 2 3