Searched refs:i_value (Results 1 – 4 of 4) sorted by relevance
3591 val.i_value = $2;3612 val.i_value = $2;4394 val.i_value = $3;4419 val.i_value = $1;4553 x->value.i_value += y->value.i_value; in binary()4556 x->value.i_value -= y->value.i_value; in binary()4559 x->value.i_value *= y->value.i_value; in binary()4562 if (y->value.i_value == 0) in binary()4565 x->value.i_value /= y->value.i_value; in binary()4568 x->value.i_value %= y->value.i_value; in binary()[all …]
304 long long i_value; /* if constant, the value. */ member333 #define EXPR_VALUE(x) (((x)->type == Expr_Node_Constant) ? ((x)->value.i_value) : 0)
1000 value = head->value.i_value; in Expr_Node_Gen_Reloc()1046 int val = head->Right_Child->value.i_value; in Expr_Node_Gen_Reloc()1076 …note = conscode (note_reloc2 (gencode (0), con, BFD_ARELOC_BFIN_CONST, head->value.i_value, 0), NU… in Expr_Node_Gen_Reloc_R()1426 poffset->value.i_value)); in bfin_gen_ldstidxi()1915 name = fb_label_name (exp->value.i_value, is_begin); in bfin_loop_attempt_create_label()
953 * config/bfin-defs.h (Expr_Node_Value): Declare the i_value