Home
last modified time | relevance | path

Searched refs:operatorT (Results 1 – 25 of 37) sorted by relevance

12

/netbsd/src/external/gpl3/binutils/dist/gas/
Dexpr.h114 } operatorT; typedef
129 operatorT X_op : 8;
180 extern void expr_set_rank (operatorT, operator_rankT);
Dexpr.c776 operatorT op = O_absent; /* For unary operators. */ in operand()
1507 static const operatorT op_encoding[256] = {
1612 expr_set_rank (operatorT op, operator_rankT rank) in expr_set_rank()
1648 static inline operatorT
1652 operatorT ret; in operatorf()
1830 operatorT op_left; in expr()
1831 operatorT op_right; in expr()
2171 operatorT op = expressionP->X_op; in resolve_expression()
Dcond.c154 switch ((operatorT) arg) in s_if()
351 switch ((operatorT) arg) in s_elseif()
Dcgen.c299 expr_build_binary (operatorT op, symbolS * s1, symbolS * s2) in expr_build_binary()
Dsymbols.c1215 report_op_error (symbolS *symp, symbolS *left, operatorT op, symbolS *right) in report_op_error()
1399 operatorT op; in resolve_symbol_value()
Dread.c4370 operatorT op; in emit_expr_with_reloc()
5241 operatorT op = exp->X_op; in emit_leb128_expr()
DChangeLog-9295135 (operatorT): Define O_max.
610 * expr.h (operatorT): Add O_symbol_rva.
716 * expr.h (operatorT): Add O_logical_not, O_logical_and, and
725 (expr): Handle new operatorT values.
726 * symbols.c (resolve_symbol_value): Handle new operatorT values.
901 * expr.c (expr): Account for new operatorT values in know
1691 * cond.c (s_if): Treat argument as an operatorT describing how to
1730 * expr.h (operatorT): Remove comma after last enumerator value.
1900 * expr.h (operatorT): Add O_eq, O_ne, O_lt, O_le, O_ge, O_gt.
1919 warnings. Remove bogus #if 0 code. Handle new operatorT values.
[all …]
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-i386.h189 extern operatorT i386_operator (const char *name, unsigned int operands, char *);
197 (operatorT, const expressionS *, const expressionS *);
Dtc-i386-intel.c23 operatorT op_modifier; /* Operand modifier. */
73 operatorT op;
99 operatorT op;
122 operatorT i386_operator (const char *name, unsigned int operands, char *pc) in i386_operator()
Dtc-hppa.h212 int hppa_force_reg_syms_absolute (expressionS *, operatorT, expressionS *);
Dtc-tilegx.c432 apply_special_operator (operatorT op, offsetT num, const char *file, in apply_special_operator()
1008 operatorT op = O_illegal; in tilegx_parse_name()
1033 op = (operatorT)(long)val; in tilegx_parse_name()
1468 operatorT special; in md_apply_fix()
Dtc-sh.h51 extern int sh_optimize_expr (expressionS *, operatorT, expressionS *);
Dtc-tilepro.c385 apply_special_operator (operatorT op, int num) in apply_special_operator()
895 operatorT op = O_illegal; in tilepro_parse_name()
921 op = (operatorT)(long)val; in tilepro_parse_name()
Dtc-ppc.h330 extern int ppc_optimize_expr (expressionS *, operatorT, expressionS *);
Dtc-ia64.h104 extern int ia64_optimize_expr (expressionS *, operatorT, expressionS *);
Dtc-arm.h84 extern bool arm_optimize_expr (expressionS *, operatorT, expressionS *);
Dtc-xstormy16.c255 operatorT op = exp->X_op; in xstormy16_cgen_record_fixup_exp()
Dtc-m32r.c2322 operatorT op_type; in m32r_parse_name()
Dtc-d30v.c1158 operatorT X_op = myops[j].X_op; in find_format()
Dtc-tic6x.c1718 operatorT op;
1748 operatorT op = O_illegal; in tic6x_parse_name()
Dtc-sh.c526 sh_optimize_expr (expressionS *l, operatorT op, expressionS *r) in sh_optimize_expr()
Dtc-xtensa.c360 operatorT operator;
1798 static operatorT
1801 operatorT operator = O_illegal; in map_suffix_reloc_to_operator()
Dtc-arc.c536 operatorT op;
Dtc-alpha.c454 operatorT op; /* Which operator to use. */
/netbsd/src/external/gpl3/binutils/dist/gas/doc/
Dinternals.texi428 The operator field is of type @code{operatorT}, and describes how to interpret
431 An @code{operatorT} value of @code{O_big} indicates either a floating point
1054 operand, an @code{expressionS} pointer, the operator, an @code{operatorT}

12