HomeSort by relevance Sort by last modified time
    Searched refs:Expr_Node_Constant (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
bfin-defs.h 278 Expr_Node_Constant /* Constant. */
333 #define EXPR_VALUE(x) (((x)->type == Expr_Node_Constant) ? ((x)->value.i_value) : 0)
bfin-parse.y 132 #define IS_CONST(expr) (expr->type == Expr_Node_Constant)
133 #define IS_RELOC(expr) (expr->type != Expr_Node_Constant)
200 if (exp->type != Expr_Node_Constant)
    [all...]
tc-bfin.c 994 if (head->type == Expr_Node_Constant)
1032 if (head->type == Expr_Node_Constant)
1044 && head->Right_Child->type == Expr_Node_Constant)
1075 case Expr_Node_Constant:
    [all...]

Completed in 237 milliseconds