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

1 2 3

  /toolchain/binutils/binutils-2.27/gas/config/
tc-mmix.c 1117 || ((exp[0].X_op == O_constant || exp[0].X_op == O_register)
1125 if (exp[0].X_op == O_register || exp[0].X_op == O_constant)
1178 if (n_operands != 3 || exp[2].X_op == O_constant)
    [all...]
tc-msp430.c 595 exp1.X_op = O_constant;
607 exp.X_op = O_constant;
634 exp.X_op = O_constant;
    [all...]
tc-tic4x.c 681 exp.X_op = O_constant;
845 if (exp.X_op == O_constant)
901 if (exp.X_op != O_constant)
    [all...]
tc-hppa.c 1097 ((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)
292 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     [all...]
obj-coff-seh.c 336 seh_ctx_cur->handler.X_op = O_constant;
352 seh_ctx_cur->handler_data.X_op = O_constant;
935 if (resolve_expression (&exp) && exp.X_op == O_constant)
947 if (resolve_expression (&exp) && exp.X_op == O_constant)
tc-i386-intel.c 210 e->X_op = O_constant;
439 if (scale->X_op != O_constant
480 e->X_op = O_constant;
485 case O_constant:
883 if (expP->X_op != O_constant
920 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-visium.c 1407 if (e1.X_op == O_constant)
    [all...]
tc-z80.c 719 else if ((r_type == BFD_RELOC_8_PCREL) && (val->X_op == O_constant))
723 else if (val->X_op == O_constant)
759 if (val->X_op != O_constant)
1028 if (mode.X_md || (mode.X_op != O_constant))
1195 && (b.X_op == O_constant)
1372 if (reg.X_op == O_constant && reg.X_add_number == 0)
1416 if (addr.X_op != O_constant)
    [all...]
tc-microblaze.c 736 else if ((e->X_op != O_constant && e->X_op != O_symbol) )
738 else if (e->X_op == O_constant)
1016 if (exp.X_op != O_constant)
1142 if (exp.X_op != O_constant)
    [all...]
tc-cris.c 50 ((EXP)->X_op == O_constant || (EXP)->X_op == O_symbol)
    [all...]
tc-ia64.c     [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
bignums.s 5 # to O_constant. On a 32-bit host however they will read into the
  /toolchain/binutils/binutils-2.27/gas/
expr.c 86 zero.X_op = O_constant;
99 (expressionP->X_op == O_constant
107 if (expressionP->X_op == O_constant)
159 e.X_op = O_constant;
555 expressionP->X_op = O_constant;
606 expressionP->X_op = O_constant;
630 expressionP->X_op = O_constant;
694 expressionP->X_op = O_constant;
716 expressionp->X_op = O_constant;
835 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 399 case O_constant:
426 && exp.X_add_symbol->sy_value.X_op == O_constant
585 if (exp->X_op != O_constant && exp->X_op != O_symbol)
774 && exp->X_add_symbol->sy_value.X_op == O_constant)
778 && exp->X_op_symbol->sy_value.X_op == O_constant)
symbols.c 926 case O_constant:
1077 if (symp->sy_value.X_op == O_constant)
1167 case O_constant:
    [all...]

Completed in 926 milliseconds

1 2 3