HomeSort by relevance Sort by last modified time
    Searched defs:X_op (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/gas/
expr.h 127 operatorT X_op : 8;
129 unsigned char X_op;
  /toolchain/binutils/binutils-2.25/gas/config/
tc-d10v.c 37 #define AT_WORD_P(X) ((X)->X_op == O_right_shift \
155 expressionP->X_op = O_register;
369 exp[numops].X_op = O_absent;
386 exp[numops].X_op = O_absent;
428 if (exp[numops].X_op == O_register)
433 exp[numops].X_op = O_symbol;
451 new_exp.X_op = O_constant;
454 exp[numops].X_op = O_right_shift;
460 if (exp[numops].X_op == O_illegal)
462 else if (exp[numops].X_op == O_absent
    [all...]
tc-d30v.c 181 expressionP->X_op = O_register;
400 exp[numops].X_op = O_absent;
415 exp[numops].X_op = O_absent;
452 if (exp[numops].X_op == O_illegal)
454 else if (exp[numops].X_op == O_absent)
464 exp[numops].X_op = O_absent;
469 exp[numops].X_op = O_absent;
476 exp[numops].X_op = 0;
510 if (opers[i].X_op != O_symbol)
532 if (opers[i].X_op != O_register && opers[i].X_op != O_constan
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
cr16.h 295 unsigned char X_op;
crx.h 292 unsigned char X_op;

Completed in 219 milliseconds