HomeSort by: relevance | last modified time | path
    Searched refs:jump_target (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
kvx-parse.h 2321 { .steering = 80, .jump_target = 783, .stack_it = 1285 },
2322 { .steering = 81, .jump_target = 784, .stack_it = 1287 },
2323 { .steering = 82, .jump_target = 785, .stack_it = 1288 },
2324 { .steering = 83, .jump_target = 786, .stack_it = 1287 },
2325 { .steering = 84, .jump_target = 787, .stack_it = -1 },
2326 { .steering = 85, .jump_target = 788, .stack_it = -1 },
2327 { .steering = 86, .jump_target = 789, .stack_it = -1 },
2328 { .steering = 87, .jump_target = 790, .stack_it = -1 },
2329 { .steering = 88, .jump_target = 88, .stack_it = 1277 },
2330 { .steering = 89, .jump_target = 89, .stack_it = 1277 }
    [all...]
kvx-parse.c 782 parse_with_restarts (struct token_s tok, int jump_target, struct rule rules[],
786 struct steering_rule *cur_rule = rules[jump_target].rules;
794 *errs = error_list_insert (jump_target, tok.begin, *errs);
799 jump_target, TOKEN_NAME (CLASS_ID (tok)), CLASS_ID (tok));
806 printf_debug (1, "steering: %d (%s), jump_target: %d, stack_it: %d\n",
808 cur_rule[i].jump_target, cur_rule[i].stack_it);
813 if (cur_rule[i].jump_target == -2 && cur_rule[i].stack_it == -2)
816 printf_debug (1, "successfully ignored: %s\n", TOKEN_NAME (jump_target));
818 { (char *)".", 0, 1, CAT_MODIFIER, jump_target, 0 };
821 else if (cur_rule[i].jump_target == -1 && cur_rule[i].stack_it == -1
    [all...]
tc-kvx.h 90 int jump_target; member in struct:steering_rule
  /src/external/gpl3/binutils.old/dist/gas/config/
kvx-parse.h 2321 { .steering = 80, .jump_target = 783, .stack_it = 1285 },
2322 { .steering = 81, .jump_target = 784, .stack_it = 1287 },
2323 { .steering = 82, .jump_target = 785, .stack_it = 1288 },
2324 { .steering = 83, .jump_target = 786, .stack_it = 1287 },
2325 { .steering = 84, .jump_target = 787, .stack_it = -1 },
2326 { .steering = 85, .jump_target = 788, .stack_it = -1 },
2327 { .steering = 86, .jump_target = 789, .stack_it = -1 },
2328 { .steering = 87, .jump_target = 790, .stack_it = -1 },
2329 { .steering = 88, .jump_target = 88, .stack_it = 1277 },
2330 { .steering = 89, .jump_target = 89, .stack_it = 1277 }
    [all...]
kvx-parse.c 782 parse_with_restarts (struct token_s tok, int jump_target, struct rule rules[],
786 struct steering_rule *cur_rule = rules[jump_target].rules;
794 *errs = error_list_insert (jump_target, tok.begin, *errs);
799 jump_target, TOKEN_NAME (CLASS_ID (tok)), CLASS_ID (tok));
806 printf_debug (1, "steering: %d (%s), jump_target: %d, stack_it: %d\n",
808 cur_rule[i].jump_target, cur_rule[i].stack_it);
813 if (cur_rule[i].jump_target == -2 && cur_rule[i].stack_it == -2)
816 printf_debug (1, "successfully ignored: %s\n", TOKEN_NAME (jump_target));
818 { (char *)".", 0, 1, CAT_MODIFIER, jump_target, 0 };
821 else if (cur_rule[i].jump_target == -1 && cur_rule[i].stack_it == -1
    [all...]
tc-kvx.h 90 int jump_target; member in struct:steering_rule
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc 2854 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)
6086 return *jump_target
6087 && (TREE_CODE (*jump_target) == RETURN_EXPR
6088 || (TREE_CODE (*jump_target) == LABEL_DECL
6089 && LABEL_DECL_CDTOR (*jump_target)));
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
resource.cc 422 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, &new_resources)
871 rtx jump_target; local
    [all...]
rtl.h 621 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
bb-reorder.cc 2191 old_jump_target = old_jump_insn->jump_target ();
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_cmd_parser.c 1320 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);
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
nvptx.cc 4819 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
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc 1993 if (l == cbranch_insn->jump_target ())

Completed in 99 milliseconds