Searched refs:X_op (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/cctools-845/as/
H A Dexpr.h83 #define X_op X_seg macro
H A Dfixes.c119 #define X_op X_seg macro
138 switch (exp->X_op)
154 exp->X_op = O_symbol;
H A Ddwarf2dbg.c250 * expression stuct. As such this looks at the X_seg field (aka X_op) and only
298 expr.X_op = O_symbol;
975 expr.X_op = O_symbol;
1185 expr.X_op = O_subtract;
1210 expr.X_op = O_subtract;
1247 expr.X_op = O_subtract;
1552 expr.X_op = O_subtract;
1594 expr.X_op = O_subtract;
1709 expr.X_op = O_symbol;
1715 expr.X_op
[all...]
H A Di386.c1272 fprintf (stdout, " operation %d\n", e->X_op);
1680 exp->X_op = O_constant;
1722 && i.op[0].disps->X_op == O_constant)
1728 i.op[0].disps->X_op = O_symbol;
2216 switch (i.op[op].imms->X_op)
2298 if (i.op[op].disps->X_op == O_constant)
3327 exp->X_op = O_constant;
3478 if (i.op[0].disps->X_op != O_constant
3479 && i.op[0].disps->X_op != O_symbol)
3631 if (i.op[1].imms->X_op
[all...]
H A Dexpr.c115 if (expressionP->X_op == O_symbol
122 if (expressionP->X_op == O_big)
131 zero.X_op = O_constant;
143 (expressionP->X_op == O_constant
149 if (expressionP->X_op == O_constant)
172 e.X_op = O_constant;
H A Darm.c138 /* HACKS for the change in gas/expr.h to change from X_seg to X_op (expr type)*/
139 #define X_op X_seg macro
753 if (symbol_get_value_expression (sp)->X_op == O_big)
815 if (ep->X_op == O_illegal)
843 && (ep->X_op == O_big
954 expr->X_op = (segT)O_illegal;
1285 if (exp.X_op != O_constant)
1458 if (expr.X_op == O_constant)
2108 if (exp.X_op != O_constant)
2153 if (exp.X_op !
[all...]
H A Dread.c3714 segT op = exp->X_op;
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/opcode/
H A Dcrx.h291 unsigned char X_op; member in struct:__anon7912

Completed in 207 milliseconds