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

1 2 3

  /toolchain/binutils/binutils-2.25/gas/
expr.h 46 O_absent,
expr.c 720 The operand may have been empty: in this case X_op == O_absent.
1092 && expressionP->X_op != O_absent)
1192 expressionP->X_op = O_absent;
    [all...]
read.c 494 if (exp->X_op != O_absent)
    [all...]
cgen.c 422 case O_absent:
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i386-intel.c 124 return O_absent;
191 return O_absent;
384 if (intel_state.op_modifier == O_absent)
543 intel_state.op_modifier = O_absent;
581 else if (exp.X_op == O_illegal || exp.X_op == O_absent)
604 if (intel_state.op_modifier != O_absent
740 case O_absent:
744 if (intel_state.op_modifier == O_absent)
839 && intel_state.op_modifier == O_absent)
tc-d10v.c 369 exp[numops].X_op = O_absent;
386 exp[numops].X_op = O_absent;
462 else if (exp[numops].X_op == O_absent)
472 exp[numops].X_op = O_absent;
476 exp[numops].X_op = O_absent;
    [all...]
m68k-parse.y 582 $$.exp.X_op = O_absent;
596 $$.exp.X_op = O_absent;
1099 oparg->disp.exp.X_op = O_absent;
1100 oparg->odisp.exp.X_op = O_absent;
tc-d30v.c 400 exp[numops].X_op = O_absent;
415 exp[numops].X_op = O_absent;
454 else if (exp[numops].X_op == O_absent)
464 exp[numops].X_op = O_absent;
469 exp[numops].X_op = O_absent;
1180 && (X_op != O_absent || num != OPERAND_MINUS))
1182 && (X_op != O_absent || num != OPERAND_PLUS))
1184 && (X_op != O_absent || num != OPERAND_ATMINUS))
1186 && (X_op != O_absent || num != OPERAND_ATPAR))
1188 && (X_op != O_absent || num != OPERAND_ATSIGN))
    [all...]
tc-mmix.c 493 else if (exp[numexp].X_op == O_absent)
628 && expp_reg->X_op != O_absent
    [all...]
tc-alpha.c 808 case O_absent: name = "O_absent"; break;
1022 if (tok->X_op == O_illegal || tok->X_op == O_absent)
    [all...]
tc-mcore.c 660 if (e->X_op == O_absent)
733 ep->X_op = O_absent;
778 if (e.X_op == O_absent)
    [all...]
tc-tilegx.c 1053 if (e->X_op == O_register || e->X_op == O_absent)
1147 operand_values[i].X_op = O_absent;
1194 || operand_values[i].X_op == O_absent)
    [all...]
tc-tilepro.c 945 if (e->X_op == O_register || e->X_op == O_absent)
1033 operand_values[i].X_op = O_absent;
1080 || operand_values[i].X_op == O_absent)
    [all...]
tc-i370.c     [all...]
tc-iq2000.c 729 if (exp->X_op == O_absent)
tc-v850.c     [all...]
obj-macho.c 497 && exp.X_op != O_absent)
503 else if (exp.X_op == O_absent)
    [all...]
tc-m68hc11.c 1158 oper->exp.X_op = O_absent;
    [all...]
tc-ia64.c 237 /* If X_op is != O_absent, the registername for the instruction's
    [all...]
tc-sparc.c     [all...]
tc-cr16.c 162 if (exp.X_op == O_absent)
885 case O_absent:
    [all...]
tc-microblaze.c 603 if (e->X_op == O_absent)
735 if (e->X_op == O_absent)
    [all...]
tc-m32c.c 407 if (exp->X_op == O_absent)
    [all...]
tc-mn10200.c 1048 case O_absent:
tc-ppc.c     [all...]

Completed in 1664 milliseconds

1 2 3