Searched refs:Expr_Node_Create (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | bfin-parse.y | 3591 Expr_Node *tmp = Expr_Node_Create (Expr_Node_Constant, val, NULL, NULL); 3612 Expr_Node *tmp = Expr_Node_Create (Expr_Node_Constant, val, NULL, NULL); 4377 $$ = Expr_Node_Create (Expr_Node_Reloc, val, NULL, NULL); 4394 $$ = Expr_Node_Create (Expr_Node_GOT_Reloc, val, $1, NULL); 4419 $$ = Expr_Node_Create (Expr_Node_Constant, val, NULL, NULL); 4621 return Expr_Node_Create (Expr_Node_Binop, val, x, y); in binary() 4647 return Expr_Node_Create (Expr_Node_Unop, val, x, NULL); in unary()
|
D | bfin-defs.h | 319 Expr_Node *Expr_Node_Create (Expr_Node_Type type,
|
D | tc-bfin.c | 949 Expr_Node_Create (Expr_Node_Type type, in Expr_Node_Create() function 1893 lbegin = Expr_Node_Create (Expr_Node_Reloc, lbeginval, NULL, NULL); in bfin_gen_loop() 1894 lend = Expr_Node_Create (Expr_Node_Reloc, lendval, NULL, NULL); in bfin_gen_loop()
|