Home
last modified time | relevance | path

Searched refs:Expr_Node_Binop (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dbfin-defs.h274 Expr_Node_Binop, /* Binary operator. */ enumerator
Dtc-bfin.c1019 else if (head->type == Expr_Node_Binop in Expr_Node_Gen_Reloc()
1060 case Expr_Node_Binop: in Expr_Node_Gen_Reloc_R()
Dbfin-parse.y4611 if (y->type == Expr_Node_Constant && x->type == Expr_Node_Binop in binary()
4623 return Expr_Node_Create (Expr_Node_Binop, val, x, y); in binary()
Dbfin-parse.c8005 if (y->type == Expr_Node_Constant && x->type == Expr_Node_Binop in binary()
8017 return Expr_Node_Create (Expr_Node_Binop, val, x, y); in binary()