/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | expr.h | 114 } operatorT; typedef 129 operatorT X_op : 8; 179 extern void expr_set_rank (operatorT, operator_rankT);
|
H A D | expr.c | 1291 operatorT op = md_operator (name, 1, &c); in operand() 1475 static const operatorT op_encoding[256] = { 1580 expr_set_rank (operatorT op, operator_rankT rank) in expr_set_rank() 1605 static inline operatorT 1609 operatorT ret; in operatorf() 1787 operatorT op_left; in expr() 1788 operatorT op_right; in expr() 2115 operatorT op = expressionP->X_op; in resolve_expression()
|
H A D | cond.c | 154 switch ((operatorT) arg) in s_if() 351 switch ((operatorT) arg) in s_elseif()
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | expr.h | 114 } operatorT; typedef 129 operatorT X_op : 8; 180 extern void expr_set_rank (operatorT, operator_rankT);
|
H A 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()
|
H A D | cond.c | 154 switch ((operatorT) arg) in s_if() 351 switch ((operatorT) arg) in s_elseif()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-i386.h | 189 extern operatorT i386_operator (const char *name, unsigned int operands, char *); 197 (operatorT, const expressionS *, const expressionS *);
|
H A 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()
|
H A D | tc-hppa.h | 212 int hppa_force_reg_syms_absolute (expressionS *, operatorT, expressionS *);
|
H A 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()
|
H A D | tc-sh.h | 51 extern int sh_optimize_expr (expressionS *, operatorT, expressionS *);
|
H A 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()
|
H A D | tc-ppc.h | 330 extern int ppc_optimize_expr (expressionS *, operatorT, expressionS *);
|
H A D | tc-ia64.h | 104 extern int ia64_optimize_expr (expressionS *, operatorT, expressionS *);
|
H A D | tc-arm.h | 84 extern bool arm_optimize_expr (expressionS *, operatorT, expressionS *);
|
H A D | tc-xstormy16.c | 255 operatorT op = exp->X_op; in xstormy16_cgen_record_fixup_exp()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A 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()
|
H A D | tc-hppa.h | 212 int hppa_force_reg_syms_absolute (expressionS *, operatorT, expressionS *);
|
H A 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()
|
H A D | tc-sh.h | 51 extern int sh_optimize_expr (expressionS *, operatorT, expressionS *);
|
H A 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()
|
H A D | tc-ppc.h | 326 extern int ppc_optimize_expr (expressionS *, operatorT, expressionS *);
|
H A D | tc-ia64.h | 104 extern int ia64_optimize_expr (expressionS *, operatorT, expressionS *);
|
H A D | tc-i386.h | 185 extern operatorT i386_operator (const char *name, unsigned int operands, char *);
|
H A D | tc-arm.h | 85 extern bool arm_optimize_expr (expressionS *, operatorT, expressionS *);
|