Searched refs:jump_target (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dkvx-parse.h2319 { .steering = 80, .jump_target = 787, .stack_it = 1215 },
2320 { .steering = 81, .jump_target = 1045, .stack_it = -1 },
2321 { .steering = 82, .jump_target = 82, .stack_it = 1217 },
2322 { .steering = 83, .jump_target = 788, .stack_it = 1218 },
2323 { .steering = 84, .jump_target = 84, .stack_it = 1217 },
2324 { .steering = 85, .jump_target = 789, .stack_it = -1 },
2325 { .steering = 86, .jump_target = 790, .stack_it = -1 },
2326 { .steering = 87, .jump_target = 791, .stack_it = -1 },
2327 { .steering = 88, .jump_target = 792, .stack_it = -1 },
2328 { .steering = 89, .jump_target
[all...]
H A Dkvx-parse.c764 parse_with_restarts (struct token_s tok, int jump_target, struct rule rules[],
768 struct steering_rule *cur_rule = rules[jump_target].rules;
776 *errs = error_list_insert (jump_target, tok.begin, *errs);
781 jump_target, TOKEN_NAME (CLASS_ID (tok)), CLASS_ID (tok));
788 printf_debug (1, "steering: %d (%s), jump_target: %d, stack_it: %d\n",
790 cur_rule[i].jump_target, cur_rule[i].stack_it);
795 if (cur_rule[i].jump_target == -2 && cur_rule[i].stack_it == -2)
798 printf_debug (1, "successfully ignored: %s\n", TOKEN_NAME (jump_target));
800 { (char *)".", 0, 1, CAT_MODIFIER, jump_target, 0 };
803 else if (cur_rule[i].jump_target
761 parse_with_restarts(struct token_s tok, int jump_target, struct rule rules[], struct error_list **errs) argument
[all...]
H A Dtc-kvx.h90 int jump_target; member in struct:steering_rule
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c2602 tree jump_target = NULL_TREE; local
2605 &jump_target);
3106 tree *jump_target)
3120 overflow_p, jump_target);
5290 /* Predicates for the meaning of *jump_target. */
5293 returns (tree *jump_target) argument
5295 return *jump_target
5296 && (TREE_CODE (*jump_target) == RETURN_EXPR
5297 || (TREE_CODE (*jump_target) == LABEL_DECL
5298 && LABEL_DECL_CDTOR (*jump_target)));
3103 cxx_eval_conditional_expression(const constexpr_ctx *ctx, tree t, bool lval, bool *non_constant_p, bool *overflow_p, tree *jump_target) argument
5302 breaks(tree *jump_target) argument
5312 continues(tree *jump_target) argument
5322 switches(tree *jump_target) argument
5333 label_matches(const constexpr_ctx *ctx, tree *jump_target, tree stmt) argument
5385 cxx_eval_statement_list(const constexpr_ctx *ctx, tree t, bool *non_constant_p, bool *overflow_p, tree *jump_target) argument
5438 cxx_eval_loop_expr(const constexpr_ctx *ctx, tree t, bool *non_constant_p, bool *overflow_p, tree *jump_target) argument
5560 cxx_eval_switch_expr(const constexpr_ctx *ctx, tree t, bool *non_constant_p, bool *overflow_p, tree *jump_target) argument
7638 potential_constant_expression_1(tree t, bool want_rval, bool strict, bool now, tsubst_flags_t flags, tree *jump_target) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc2854 tree jump_target = NULL_TREE; local
2857 &jump_target);
3469 tree *jump_target)
3499 overflow_p, jump_target);
6081 /* Predicates for the meaning of *jump_target. */
6084 returns (tree *jump_target) argument
6086 return *jump_target
6087 && (TREE_CODE (*jump_target) == RETURN_EXPR
6088 || (TREE_CODE (*jump_target) == LABEL_DECL
6089 && LABEL_DECL_CDTOR (*jump_target)));
3466 cxx_eval_conditional_expression(const constexpr_ctx *ctx, tree t, bool lval, bool *non_constant_p, bool *overflow_p, tree *jump_target) argument
6093 breaks(tree *jump_target) argument
6103 continues(tree *jump_target) argument
6113 switches(tree *jump_target) argument
6124 label_matches(const constexpr_ctx *ctx, tree *jump_target, tree stmt) argument
6176 cxx_eval_statement_list(const constexpr_ctx *ctx, tree t, bool *non_constant_p, bool *overflow_p, tree *jump_target) argument
6227 cxx_eval_loop_expr(const constexpr_ctx *ctx, tree t, bool *non_constant_p, bool *overflow_p, tree *jump_target) argument
6345 cxx_eval_switch_expr(const constexpr_ctx *ctx, tree t, bool *non_constant_p, bool *overflow_p, tree *jump_target) argument
8576 potential_constant_expression_1(tree t, bool want_rval, bool strict, bool now, tsubst_flags_t flags, tree *jump_target) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dresource.c425 rtx *jump_target, int jump_count,
511 if (jump_target)
512 *jump_target = JUMP_LABEL (this_jump_insn);
576 (this_jump_insn->jump_target (),
892 rtx jump_target;
1120 rtx_insn *jump_insn = find_dead_or_set_registers (target, res, &jump_target,
1133 if (!ANY_RETURN_P (jump_target))
1134 jump_target = next_active_insn (as_a<rtx_insn *> (jump_target));
1135 mark_target_live_regs (insns, jump_target,
419 find_dead_or_set_registers(rtx_insn *target, struct resources *res, rtx *jump_target, int jump_count, struct resources set, struct resources needed) argument
885 rtx jump_target; local
[all...]
H A Drtl.h621 inline rtx_code_label *jump_target () const;
1876 inline rtx_code_label *rtx_jump_insn::jump_target () const
1874 inline rtx_code_label *rtx_jump_insn::jump_target () const function in class:rtx_jump_insn
H A Dbb-reorder.c2191 old_jump_target = old_jump_insn->jump_target ();
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dresource.cc422 rtx *jump_target, int jump_count,
508 if (jump_target)
509 *jump_target = JUMP_LABEL (this_jump_insn);
573 (this_jump_insn->jump_target (),
878 rtx jump_target;
1106 rtx_insn *jump_insn = find_dead_or_set_registers (target, res, &jump_target,
1119 if (!ANY_RETURN_P (jump_target))
1120 jump_target = next_active_insn (as_a<rtx_insn *> (jump_target));
1121 mark_target_live_regs (insns, jump_target,
416 find_dead_or_set_registers(rtx_insn *target, struct resources *res, rtx *jump_target, int jump_count, struct resources set, struct resources needed) argument
871 rtx jump_target; local
[all...]
H A Drtl.h621 inline rtx_code_label *jump_target () const;
1884 inline rtx_code_label *rtx_jump_insn::jump_target () const
1882 inline rtx_code_label *rtx_jump_insn::jump_target () const function in class:rtx_jump_insn
H A Dbb-reorder.cc2191 old_jump_target = old_jump_insn->jump_target ();
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_cmd_parser.c1320 u64 jump_offset, jump_target; local
1335 jump_target = *(u64 *)(cmd + 1);
1336 jump_offset = jump_target - batch_addr;
1339 * Any underflow of jump_target is guaranteed to be outside the range
1344 jump_target);
1365 jump_target);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nvptx/
H A Dnvptx.c4347 basic_block jump_target = single_succ (from);
4348 if (!single_pred_p (jump_target))
4351 from = jump_target;
4342 basic_block jump_target = single_succ (from); local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dnvptx.cc4819 basic_block jump_target = single_succ (from);
4820 if (!single_pred_p (jump_target))
4823 from = jump_target;
4814 basic_block jump_target = single_succ (from); local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh.c1993 if (l == cbranch_insn->jump_target ())
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.cc1993 if (l == cbranch_insn->jump_target ())

Completed in 577 milliseconds