Home
last modified time | relevance | path

Searched refs:longconst (Results 1 – 9 of 9) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dexpprint.c89 nargs = longest_to_int (exp->elts[pc + 2].longconst); in print_subexp_standard()
97 exp->elts[pc + 2].longconst), in print_subexp_standard()
127 longest_to_int (exp->elts[pc + 1].longconst)); in print_subexp_standard()
132 int regnum = longest_to_int (exp->elts[pc + 1].longconst); in print_subexp_standard()
143 longest_to_int (exp->elts[pc + 1].longconst) in print_subexp_standard()
155 nargs = longest_to_int (exp->elts[pc + 1].longconst); in print_subexp_standard()
169 nargs = longest_to_int (exp->elts[pc + 1].longconst); in print_subexp_standard()
175 nargs = longest_to_int (exp->elts[pc + 1].longconst); in print_subexp_standard()
184 nargs = longest_to_int (exp->elts[pc + 1].longconst); in print_subexp_standard()
191 nargs = longest_to_int (exp->elts[pc + 1].longconst); in print_subexp_standard()
[all …]
Dparse.c221 tmp.longconst = expelt; in write_exp_elt_longcst()
851 oplen = longest_to_int (expr->elts[endpos - 2].longconst); in operator_length_standard()
877 args = 1 + longest_to_int (expr->elts[endpos - 2].longconst); in operator_length_standard()
882 args = 1 + longest_to_int (expr->elts[endpos - 2].longconst); in operator_length_standard()
920 oplen = longest_to_int (expr->elts[endpos - 2].longconst); in operator_length_standard()
925 oplen = longest_to_int (expr->elts[endpos - 2].longconst); in operator_length_standard()
932 args = longest_to_int (expr->elts[endpos - 2].longconst); in operator_length_standard()
933 args -= longest_to_int (expr->elts[endpos - 3].longconst); in operator_length_standard()
946 args = 1 + longest_to_int (expr->elts[endpos - 2].longconst); in operator_length_standard()
Deval.c185 int tem = longest_to_int (exp->elts[pc + 1].longconst); in get_label()
407 tem = longest_to_int (exp->elts[pc + 2].longconst); in evaluate_subexp_standard()
419 exp->elts[pc + 2].longconst); in evaluate_subexp_standard()
446 access_value_history (longest_to_int (exp->elts[pc + 1].longconst)); in evaluate_subexp_standard()
450 int regno = longest_to_int (exp->elts[pc + 1].longconst); in evaluate_subexp_standard()
462 exp->elts[pc + 1].longconst); in evaluate_subexp_standard()
469 tem = longest_to_int (exp->elts[pc + 1].longconst); in evaluate_subexp_standard()
476 tem = longest_to_int (exp->elts[pc + 1].longconst); in evaluate_subexp_standard()
485 tem = longest_to_int (exp->elts[pc + 1].longconst); in evaluate_subexp_standard()
495 tem2 = longest_to_int (exp->elts[pc + 1].longconst); in evaluate_subexp_standard()
[all …]
Dscm-lang.c210 len = longest_to_int (exp->elts[pc + 1].longconst); in evaluate_subexp_scm()
218 len = longest_to_int (exp->elts[pc + 1].longconst); in evaluate_subexp_scm()
Dexpression.h352 LONGEST longconst; member
Dax-gdb.c194 LONGEST k = (*pc)[2].longconst; in const_expr()
1590 LONGEST k = (*pc)[2].longconst; in gen_expr()
1603 int reg = (int) (*pc)[1].longconst; in gen_expr()
1704 int length = (*pc)[1].longconst; in gen_expr()
Dada-lang.c2451 nargs = longest_to_int (exp->elts[pc + 1].longconst); in resolve_subexp()
2565 *pos += 4 + BYTES_TO_EXP_ELEM (exp->elts[pc + 1].longconst + 1); in resolve_subexp()
2571 + BYTES_TO_EXP_ELEM (longest_to_int (exp->elts[pc + 1].longconst) in resolve_subexp()
3239 newexp->elts[pc + 1].longconst = (LONGEST) nargs; in replace_operator_with_call()
7328 nargs = longest_to_int (exp->elts[pc + 1].longconst); in ada_evaluate_subexp()
7545 tem = longest_to_int (exp->elts[pc + 1].longconst); in ada_evaluate_subexp()
7594 tem = longest_to_int (exp->elts[*pos + 2].longconst); in ada_evaluate_subexp()
7833 tem = longest_to_int (exp->elts[pc + 1].longconst); in ada_evaluate_subexp()
8353 fprintf_filtered (stream, " (%d)", (int) exp->elts[pc + 2].longconst); in ada_dump_subexp_body()
8399 if (exp->elts[pc + 1].longconst > 1) in ada_print_subexp()
[all …]
Djv-lang.c925 i = longest_to_int (exp->elts[pc + 1].longconst); in evaluate_subexp_java()
Dtracepoint.c1592 i = exp->elts[1].longconst; in encode_actions()