Searched refs:value_binop (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dvalarith.c127 return value_binop (arg1, arg2, BINOP_ADD);
168 return value_binop (arg1, arg2, BINOP_SUB);
756 value_binop (struct value *arg1, struct value *arg2, enum exp_opcode op)
1253 return longest_to_int (value_as_long (value_binop (arg1, arg2,
1317 return longest_to_int (value_as_long (value_binop (arg1, arg2,
752 value_binop (struct value *arg1, struct value *arg2, enum exp_opcode op) function
H A Ddwarf2expr.c692 result = value_as_long (value_binop (val1, val2, binop));
H A Dvalue.h327 extern struct value *value_binop (struct value *arg1, struct value *arg2,
H A Deval.c1474 arg2 = value_binop (arg1, arg2, op);
1517 return value_binop (arg1, arg2, op);
H A Dada-lang.c7421 return value_binop (arg1, arg2, op);
7430 return value_binop (arg1, arg2, op);
7438 return value_binop (arg1, arg2, op);
8394 return value_binop (arg1, arg2,
8453 return value_binop (arg1, arg2, op);
H A DChangeLog-3.x1549 * valarith.c (value_binop): Added cases to deal with unsigned
4068 (value_x_binop, value_binop): Added cases for BINOP_MIN &
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dvalarith.c127 return value_binop (arg1, arg2, BINOP_ADD);
168 return value_binop (arg1, arg2, BINOP_SUB);
756 value_binop (struct value *arg1, struct value *arg2, enum exp_opcode op)
1253 return longest_to_int (value_as_long (value_binop (arg1, arg2,
1317 return longest_to_int (value_as_long (value_binop (arg1, arg2,
752 value_binop (struct value *arg1, struct value *arg2, enum exp_opcode op) function
H A Ddwarf2expr.c692 result = value_as_long (value_binop (val1, val2, binop));
H A Dvalue.h327 extern struct value *value_binop (struct value *arg1, struct value *arg2,
H A Deval.c1474 arg2 = value_binop (arg1, arg2, op);
1517 return value_binop (arg1, arg2, op);
H A Dada-lang.c7421 return value_binop (arg1, arg2, op);
7430 return value_binop (arg1, arg2, op);
7438 return value_binop (arg1, arg2, op);
8394 return value_binop (arg1, arg2,
8453 return value_binop (arg1, arg2, op);
H A DChangeLog-3.x1549 * valarith.c (value_binop): Added cases to deal with unsigned
4068 (value_x_binop, value_binop): Added cases for BINOP_MIN &
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dvalarith.c127 return value_binop (arg1, arg2, BINOP_ADD);
168 return value_binop (arg1, arg2, BINOP_SUB);
756 value_binop (struct value *arg1, struct value *arg2, enum exp_opcode op)
1253 return longest_to_int (value_as_long (value_binop (arg1, arg2,
1317 return longest_to_int (value_as_long (value_binop (arg1, arg2,
752 value_binop (struct value *arg1, struct value *arg2, enum exp_opcode op) function
H A Ddwarf2expr.c692 result = value_as_long (value_binop (val1, val2, binop));
H A Dvalue.h327 extern struct value *value_binop (struct value *arg1, struct value *arg2,
H A Deval.c1474 arg2 = value_binop (arg1, arg2, op);
1517 return value_binop (arg1, arg2, op);
H A Dada-lang.c7421 return value_binop (arg1, arg2, op);
7430 return value_binop (arg1, arg2, op);
7438 return value_binop (arg1, arg2, op);
8394 return value_binop (arg1, arg2,
8453 return value_binop (arg1, arg2, op);
H A DChangeLog-3.x1549 * valarith.c (value_binop): Added cases to deal with unsigned
4068 (value_x_binop, value_binop): Added cases for BINOP_MIN &

Completed in 320 milliseconds