Searched refs:Expr_Node_Constant (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | bfin-parse.y | 135 #define IS_CONST(expr) (expr->type == Expr_Node_Constant) 136 #define IS_RELOC(expr) (expr->type != Expr_Node_Constant) 201 if (exp->type != Expr_Node_Constant) in in_range_p() 3593 Expr_Node *tmp = Expr_Node_Create (Expr_Node_Constant, val, NULL, NULL); 3614 Expr_Node *tmp = Expr_Node_Create (Expr_Node_Constant, val, NULL, NULL); 4421 $$ = Expr_Node_Create (Expr_Node_Constant, val, NULL, NULL); 4549 if (x->type == Expr_Node_Constant && y->type == Expr_Node_Constant) in binary() 4599 if (x->type == Expr_Node_Constant) in binary() 4606 if (op == Expr_Op_Type_Sub && y->type == Expr_Node_Constant) in binary() 4611 if (y->type == Expr_Node_Constant && x->type == Expr_Node_Binop in binary() [all …]
|
| D | bfin-defs.h | 278 Expr_Node_Constant /* Constant. */ enumerator 332 #define EXPR_VALUE(x) (((x)->type == Expr_Node_Constant) ? ((x)->value.i_value) : 0)
|
| D | bfin-parse.c | 186 #define IS_CONST(expr) (expr->type == Expr_Node_Constant) 187 #define IS_RELOC(expr) (expr->type != Expr_Node_Constant) 252 if (exp->type != Expr_Node_Constant) in in_range_p() 6362 Expr_Node *tmp = Expr_Node_Create (Expr_Node_Constant, val, NULL, NULL); in yyparse() 6389 Expr_Node *tmp = Expr_Node_Create (Expr_Node_Constant, val, NULL, NULL); in yyparse() 7560 (yyval.expr) = Expr_Node_Create (Expr_Node_Constant, val, NULL, NULL); in yyparse() 7943 if (x->type == Expr_Node_Constant && y->type == Expr_Node_Constant) in binary() 7993 if (x->type == Expr_Node_Constant) in binary() 8000 if (op == Expr_Op_Type_Sub && y->type == Expr_Node_Constant) in binary() 8005 if (y->type == Expr_Node_Constant && x->type == Expr_Node_Binop in binary() [all …]
|
| D | tc-bfin.c | 973 if (head->type == Expr_Node_Constant) in Expr_Node_Gen_Reloc() 1011 if (head->type == Expr_Node_Constant) in Expr_Node_Gen_Reloc() 1023 && head->Right_Child->type == Expr_Node_Constant) in Expr_Node_Gen_Reloc() 1054 case Expr_Node_Constant: in Expr_Node_Gen_Reloc_R() 1387 if (poffset->type != Expr_Node_Constant) in bfin_gen_ldstidxi()
|