Searched refs:operatorT (Results 1 – 25 of 37) sorted by relevance
12
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | expr.h | 114 } operatorT; typedef 129 operatorT X_op : 8; 180 extern void expr_set_rank (operatorT, operator_rankT);
|
| D | expr.c | 776 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()
|
| D | cond.c | 154 switch ((operatorT) arg) in s_if() 351 switch ((operatorT) arg) in s_elseif()
|
| D | cgen.c | 299 expr_build_binary (operatorT op, symbolS * s1, symbolS * s2) in expr_build_binary()
|
| D | symbols.c | 1215 report_op_error (symbolS *symp, symbolS *left, operatorT op, symbolS *right) in report_op_error() 1399 operatorT op; in resolve_symbol_value()
|
| D | read.c | 4370 operatorT op; in emit_expr_with_reloc() 5241 operatorT op = exp->X_op; in emit_leb128_expr()
|
| D | ChangeLog-9295 | 135 (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/ |
| D | tc-i386.h | 189 extern operatorT i386_operator (const char *name, unsigned int operands, char *); 197 (operatorT, const expressionS *, const expressionS *);
|
| D | tc-i386-intel.c | 23 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()
|
| D | tc-hppa.h | 212 int hppa_force_reg_syms_absolute (expressionS *, operatorT, expressionS *);
|
| D | tc-tilegx.c | 432 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()
|
| D | tc-sh.h | 51 extern int sh_optimize_expr (expressionS *, operatorT, expressionS *);
|
| D | tc-tilepro.c | 385 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()
|
| D | tc-ppc.h | 330 extern int ppc_optimize_expr (expressionS *, operatorT, expressionS *);
|
| D | tc-ia64.h | 104 extern int ia64_optimize_expr (expressionS *, operatorT, expressionS *);
|
| D | tc-arm.h | 84 extern bool arm_optimize_expr (expressionS *, operatorT, expressionS *);
|
| D | tc-xstormy16.c | 255 operatorT op = exp->X_op; in xstormy16_cgen_record_fixup_exp()
|
| D | tc-m32r.c | 2322 operatorT op_type; in m32r_parse_name()
|
| D | tc-d30v.c | 1158 operatorT X_op = myops[j].X_op; in find_format()
|
| D | tc-tic6x.c | 1718 operatorT op; 1748 operatorT op = O_illegal; in tic6x_parse_name()
|
| D | tc-sh.c | 526 sh_optimize_expr (expressionS *l, operatorT op, expressionS *r) in sh_optimize_expr()
|
| D | tc-xtensa.c | 360 operatorT operator; 1798 static operatorT 1801 operatorT operator = O_illegal; in map_suffix_reloc_to_operator()
|
| D | tc-arc.c | 536 operatorT op;
|
| D | tc-alpha.c | 454 operatorT op; /* Which operator to use. */
|
| /netbsd/src/external/gpl3/binutils/dist/gas/doc/ |
| D | internals.texi | 428 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