Searched refs:operatorT (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | expr.h | 114 } operatorT; typedef 128 operatorT X_op : 8;
|
| H A D | expr.c | 44 static operatorT operator (int *); 1398 static const operatorT op_encoding[256] = { 1536 static inline operatorT 1540 operatorT ret; in operator() 1642 operatorT op_left; in expr() 1643 operatorT op_right; in expr() 1901 operatorT op = expressionP->X_op; in resolve_expression()
|
| H A D | cond.c | 153 switch ((operatorT) arg) in s_if() 348 switch ((operatorT) arg) in s_elseif()
|
| H A D | cgen.c | 320 expr_build_binary (operatorT op, symbolS * s1, symbolS * s2) in expr_build_binary()
|
| H A D | read.c | 3898 operatorT op; in emit_expr() 4879 operatorT op = exp->X_op; in emit_leb128_expr()
|
| H A D | symbols.c | 1099 operatorT op; in resolve_symbol_value()
|
| H A 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. 1926 (resolve_symbol_value): Handle new operatorT values. [all …]
|
| H A D | ChangeLog-9899 | 141 * expr.h (operatorT): Increase machine dependent operators to 16. 198 * expr.h (operatorT): Add machine dependent operators md1..md8.
|
| H A D | ChangeLog-0203 | 2200 * expr.h: Fix comments in operatorT typedef. 5631 * expr.h (operatorT): Add O_md17..O_md32.
|
| H A D | ChangeLog-9697 | 2219 * expr.h (expressionS): Changed type of X_op field to operatorT if
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | tc-arm.h | 89 extern int arm_optimize_expr (expressionS *, operatorT, expressionS *);
|
| H A D | tc-ia64.h | 102 extern int ia64_optimize_expr PARAMS((expressionS *l, operatorT op,
|
| H A D | tc-alpha.c | 409 operatorT op; /* Which operator to use. */
|
| H A D | tc-ia64.c | 7985 operatorT op;
|
| H A D | tc-arm.c | 17941 arm_optimize_expr (expressionS *l, operatorT op, expressionS *r) in arm_optimize_expr()
|
| /freebsd-12.1/contrib/binutils/gas/doc/ |
| H A D | internals.texi | 441 The operator field is of type @code{operatorT}, and describes how to interpret 444 An @code{operatorT} value of @code{O_big} indicates either a floating point
|