HomeSort by relevance Sort by last modified time
    Searched full:o_illegal (Results 1 - 25 of 37) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/gas/config/
tc-i386-intel.c 91 { NULL, O_illegal, 0 }
116 { NULL, O_illegal, { 0, 0, 0 } }
129 return O_illegal;
156 return O_illegal;
164 return O_illegal;
186 return O_illegal;
584 else if (exp.X_op == O_illegal || exp.X_op == O_absent)
tc-v850.c 1033 expressionP->X_op = O_illegal;
    [all...]
tc-tilegx.c 1011 operatorT op = O_illegal;
1193 || operand_values[i].X_op == O_illegal
    [all...]
tc-tilepro.c 901 operatorT op = O_illegal;
1079 || operand_values[i].X_op == O_illegal
    [all...]
tc-i960.c 495 Sets O_illegal regardless of expression evaluation if entire input
522 expP->X_op = O_illegal;
528 expP->X_op = O_illegal;
579 case O_illegal:
1109 case O_illegal:
    [all...]
tc-mmix.c 489 if (exp[numexp].X_op == O_illegal)
515 exp[numexp].X_op = O_illegal;
565 exp[0].X_op = O_illegal;
566 exp[1].X_op = O_illegal;
629 if (expp_reg->X_op != O_illegal
    [all...]