Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dbfin-defs.h314 Expr_Node *Right_Child; member
322 Expr_Node *Right_Child);
Dtc-bfin.c939 Expr_Node *Right_Child) in Expr_Node_Create() argument
947 node->Right_Child = Right_Child; in Expr_Node_Create()
1023 && head->Right_Child->type == Expr_Node_Constant) in Expr_Node_Gen_Reloc()
1025 int val = head->Right_Child->value.i_value; in Expr_Node_Gen_Reloc()
1061 … = conctcode (Expr_Node_Gen_Reloc_R (head->Left_Child), Expr_Node_Gen_Reloc_R (head->Right_Child)); in Expr_Node_Gen_Reloc_R()
Dbfin-parse.y4612 && x->Right_Child->type == Expr_Node_Constant) in binary()
4616 x->Right_Child->value.i_value += y->value.i_value; in binary()
Dbfin-parse.c8006 && x->Right_Child->type == Expr_Node_Constant) in binary()
8010 x->Right_Child->value.i_value += y->value.i_value; in binary()