Searched refs:value_binop (Results 1 – 14 of 14) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | valarith.c | 129 return value_binop (arg1, arg2, BINOP_ADD); in value_add() 170 return value_binop (arg1, arg2, BINOP_SUB); in value_sub() 750 value_binop (struct value *arg1, struct value *arg2, enum exp_opcode op) in value_binop() function 1235 return longest_to_int (value_as_long (value_binop (arg1, arg2, in value_equal() 1294 return longest_to_int (value_as_long (value_binop (arg1, arg2, in value_less()
|
H A D | value.h | 356 extern struct value *value_binop (struct value *arg1, struct value *arg2,
|
H A D | dwarf2expr.c | 669 result = value_as_long (value_binop (val1, val2, binop)); in execute_stack_op()
|
H A D | eval.c | 1471 arg2 = value_binop (arg1, arg2, op); in evaluate_subexp_standard() 1513 return value_binop (arg1, arg2, op); in evaluate_subexp_standard()
|
H A D | ada-lang.c | 7039 return value_binop (arg1, arg2, op); in ada_value_binop() 7048 return value_binop (arg1, arg2, op); in ada_value_binop() 7056 return value_binop (arg1, arg2, op); in ada_value_binop() 7682 return value_binop (arg1, arg2, in ada_evaluate_subexp() 7741 return value_binop (arg1, arg2, op); in ada_evaluate_subexp()
|
H A D | ChangeLog-1994 | 820 * valarith.c (value_binop): Take care of ANSI `value preserving' 955 * valarith.c (value_binop): Use ANSI C arithmetic conversions 958 (value_equal, value_less): Use value_binop to perform the 3731 valarith.c (value_binop): Allow TYPE_CODE_RANGE. 4853 * valarith.c (value_binop): Figure out type ourself based on
|
H A D | ChangeLog-1996 | 3749 * valarith.c (value_binop): Change result_len, promoted_len1, 4406 * valarith.c (value_binop): Change temp variables v1, v2 and v to
|
H A D | ChangeLog-1993 | 994 valarith.c (value_binop), stabsread.c (define_symbol): 7117 * valarith.c (value_binop): Typo. 7472 * valarith.c (value_binop): Allow arithmetic operations on
|
H A D | ChangeLog-1992 | 925 * valarith.c (value_binop): Handle TYPE_CODE_BOOL as well
|
H A D | ChangeLog-1999 | 380 * valarith.c (value_binop): Add support for exponentiation,
|
H A D | ChangeLog-2001 | 2711 * valarith.c (value_binop): Ditto.
|
H A D | ChangeLog | 8462 (value_binop): Simplify slightly by using is_integral_type and
|
H A D | ChangeLog-2002 | 5974 * valarith.c (value_binop): Ditto.
|
H A D | ChangeLog-2003 | 15375 * valarith.c (value_binop): Delete obsolete code and comments.
|