Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dbfin-defs.h274 Expr_Node_Binop, /* Binary operator. */ enumerator
Dtc-bfin.c1032 else if (head->type == Expr_Node_Binop in Expr_Node_Gen_Reloc()
1073 case Expr_Node_Binop: in Expr_Node_Gen_Reloc_R()
Dbfin-parse.y4609 if (y->type == Expr_Node_Constant && x->type == Expr_Node_Binop in binary()
4621 return Expr_Node_Create (Expr_Node_Binop, val, x, y); in binary()