Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dbfin-defs.h284 Expr_Op_Type_LOR, /* Logical OR. */ enumerator
H A Dbfin-parse.y4217 $$ = binary (Expr_Op_Type_LOR, $1, $3);
4323 case Expr_Op_Type_LOR: in binary()
H A Dtc-bfin.c1171 case Expr_Op_Type_LOR: in Expr_Node_Gen_Reloc_R()
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Dbfin-parse.c7041 (yyval.expr) = binary (Expr_Op_Type_LOR, (yyvsp[-2].expr), (yyvsp[0].expr));
7426 case Expr_Op_Type_LOR: in binary()