Home
last modified time | relevance | path

Searched refs:jump_target (Results 1 – 25 of 400) sorted by relevance

12345678910>>...16

/dports/lang/cparser/cparser-0.9.14/
H A Djump_target.h7 typedef struct jump_target { struct
10 } jump_target; typedef
12 static inline void init_jump_target(jump_target *const tgt, ir_node *const block) in init_jump_target()
18 void jump_from_block_to_target(jump_target *tgt, ir_node *block);
20 void jump_to_target(jump_target *tgt);
22 void add_pred_to_jump_target(jump_target *tgt, ir_node *pred);
24 ir_node *enter_jump_target(jump_target *tgt);
26 void enter_immature_jump_target(jump_target *tgt);
H A Djump_target.c4 void jump_from_block_to_target(jump_target *const tgt, ir_node *const block) in jump_from_block_to_target()
20 void jump_to_target(jump_target *const tgt) in jump_to_target()
27 void add_pred_to_jump_target(jump_target *const tgt, ir_node *const pred) in add_pred_to_jump_target()
40 ir_node *enter_jump_target(jump_target *const tgt) in enter_jump_target()
49 void enter_immature_jump_target(jump_target *const tgt) in enter_immature_jump_target()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/benches/
H A Dtest.ion12 let jump_target: int = $jumps_program_counter
14 let jump_target += 1
15 test $jump_target -ge $program_len && exit
17 match @program[$jump_target]
22 let jumps[$jumps_program_counter] = $jump_target
141 let jump_target: int = $jumps_program_counter
143 let jump_target += 1
144 test $jump_target -ge $program_len && exit
146 match @program[$jump_target]
272 let jump_target += 1
[all …]
/dports/lang/vala/vala-0.48.18/vala/
H A Dvalaflowanalyzer.vala798 var jump_target = jump_stack[i];
799 if (jump_target.is_break_target) {
821 var jump_target = jump_stack[i];
822 if (jump_target.is_continue_target) {
850 var jump_target = jump_stack[i];
851 if (jump_target.is_return_target) {
879 var jump_target = jump_stack[i];
880 if (jump_target.is_exit_target) {
904 } else if (jump_target.error_class == null || jump_target.error_class == error_class) {
1019 catch_stack.add (jump_target);
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/cp/
H A Dconstexpr.c4214 jump_target); in cxx_eval_statement_list()
4217 if (returns (jump_target) || breaks (jump_target)) in cxx_eval_statement_list()
4220 if (*jump_target && jump_target == &local_target) in cxx_eval_statement_list()
4379 if (breaks (jump_target) || switches (jump_target)) in cxx_eval_switch_expr()
4430 if (jump_target && *jump_target) in cxx_eval_constant_expression()
4963 if (jump_target && *jump_target) in cxx_eval_constant_expression()
5231 gcc_assert (breaks (jump_target) || continues (jump_target) in cxx_eval_constant_expression()
6375 if (breaks (jump_target) || continues (jump_target)) in potential_constant_expression_1()
6409 if (breaks (jump_target) || continues (jump_target)) in potential_constant_expression_1()
6420 if (breaks (jump_target) || continues (jump_target)) in potential_constant_expression_1()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/cp/
H A Dconstexpr.c4214 jump_target); in cxx_eval_statement_list()
4217 if (returns (jump_target) || breaks (jump_target)) in cxx_eval_statement_list()
4220 if (*jump_target && jump_target == &local_target) in cxx_eval_statement_list()
4379 if (breaks (jump_target) || switches (jump_target)) in cxx_eval_switch_expr()
4430 if (jump_target && *jump_target) in cxx_eval_constant_expression()
4963 if (jump_target && *jump_target) in cxx_eval_constant_expression()
5231 gcc_assert (breaks (jump_target) || continues (jump_target) in cxx_eval_constant_expression()
6375 if (breaks (jump_target) || continues (jump_target)) in potential_constant_expression_1()
6409 if (breaks (jump_target) || continues (jump_target)) in potential_constant_expression_1()
6420 if (breaks (jump_target) || continues (jump_target)) in potential_constant_expression_1()
[all …]
/dports/lang/v8/v8-9.6.180.12/test/cctest/wasm/
H A Dtest-jump-table-assembler.cc59 Address jump_target, byte* thunk_slot_buffer, in AllocateJumpTableThunk() argument
103 __ Jump(jump_target, RelocInfo::NONE); in CompileJumpTableThunk()
108 __ jmp(jump_target, RelocInfo::NONE); in CompileJumpTableThunk()
114 __ Jump(jump_target, RelocInfo::NONE); in CompileJumpTableThunk()
122 __ Mov(scratch, Immediate(jump_target, RelocInfo::NONE)); in CompileJumpTableThunk()
129 __ mov(scratch, Operand(jump_target, RelocInfo::NONE)); in CompileJumpTableThunk()
136 __ mov(scratch, Operand(jump_target, RelocInfo::NONE)); in CompileJumpTableThunk()
142 __ Jump(jump_target, RelocInfo::NONE); in CompileJumpTableThunk()
147 __ Jump(jump_target, RelocInfo::NONE); in CompileJumpTableThunk()
152 __ Jump(jump_target, RelocInfo::NONE); in CompileJumpTableThunk()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/cp/
H A Dconstexpr.c4150 jump_target); in cxx_eval_statement_list()
4153 if (returns (jump_target) || breaks (jump_target)) in cxx_eval_statement_list()
4156 if (*jump_target && jump_target == &local_target) in cxx_eval_statement_list()
4315 if (breaks (jump_target) || switches (jump_target)) in cxx_eval_switch_expr()
4366 if (jump_target && *jump_target) in cxx_eval_constant_expression()
4889 if (jump_target && *jump_target) in cxx_eval_constant_expression()
5156 gcc_assert (breaks (jump_target) || continues (jump_target) in cxx_eval_constant_expression()
6250 if (breaks (jump_target) || continues (jump_target)) in potential_constant_expression_1()
6273 if (breaks (jump_target) || continues (jump_target)) in potential_constant_expression_1()
6284 if (breaks (jump_target) || continues (jump_target)) in potential_constant_expression_1()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/cp/
H A Dconstexpr.c5399 jump_target); in cxx_eval_statement_list()
5402 if (returns (jump_target) || breaks (jump_target)) in cxx_eval_statement_list()
5405 if (*jump_target && jump_target == &local_target) in cxx_eval_statement_list()
5570 if (breaks (jump_target) || switches (jump_target)) in cxx_eval_switch_expr()
5635 if (jump_target && *jump_target) in cxx_eval_constant_expression()
6234 if (jump_target && *jump_target) in cxx_eval_constant_expression()
6528 gcc_assert (breaks (jump_target) || continues (jump_target) in cxx_eval_constant_expression()
7903 if (breaks (jump_target) || continues (jump_target)) in potential_constant_expression_1()
7937 if (breaks (jump_target) || continues (jump_target)) in potential_constant_expression_1()
7948 if (breaks (jump_target) || continues (jump_target)) in potential_constant_expression_1()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/cp/
H A Dconstexpr.c5343 jump_target); in cxx_eval_statement_list()
5346 if (returns (jump_target) || breaks (jump_target)) in cxx_eval_statement_list()
5349 if (*jump_target && jump_target == &local_target) in cxx_eval_statement_list()
5514 if (breaks (jump_target) || switches (jump_target)) in cxx_eval_switch_expr()
5579 if (jump_target && *jump_target) in cxx_eval_constant_expression()
6178 if (jump_target && *jump_target) in cxx_eval_constant_expression()
6458 gcc_assert (breaks (jump_target) || continues (jump_target) in cxx_eval_constant_expression()
7833 if (breaks (jump_target) || continues (jump_target)) in potential_constant_expression_1()
7867 if (breaks (jump_target) || continues (jump_target)) in potential_constant_expression_1()
7878 if (breaks (jump_target) || continues (jump_target)) in potential_constant_expression_1()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/cp/
H A Dconstexpr.c5219 jump_target); in cxx_eval_statement_list()
5222 if (returns (jump_target) || breaks (jump_target)) in cxx_eval_statement_list()
5225 if (*jump_target && jump_target == &local_target) in cxx_eval_statement_list()
5390 if (breaks (jump_target) || switches (jump_target)) in cxx_eval_switch_expr()
5455 if (jump_target && *jump_target) in cxx_eval_constant_expression()
6064 if (jump_target && *jump_target) in cxx_eval_constant_expression()
6344 gcc_assert (breaks (jump_target) || continues (jump_target) in cxx_eval_constant_expression()
7691 if (breaks (jump_target) || continues (jump_target)) in potential_constant_expression_1()
7714 if (breaks (jump_target) || continues (jump_target)) in potential_constant_expression_1()
7725 if (breaks (jump_target) || continues (jump_target)) in potential_constant_expression_1()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/cp/
H A Dconstexpr.c5821 jump_target); in cxx_eval_statement_list()
5824 if (returns (jump_target) || breaks (jump_target)) in cxx_eval_statement_list()
5827 if (*jump_target && jump_target == &local_target) in cxx_eval_statement_list()
5992 if (breaks (jump_target) || switches (jump_target)) in cxx_eval_switch_expr()
6057 if (jump_target && *jump_target) in cxx_eval_constant_expression()
6656 if (jump_target && *jump_target) in cxx_eval_constant_expression()
6967 gcc_assert (breaks (jump_target) || continues (jump_target) in cxx_eval_constant_expression()
8342 if (breaks (jump_target) || continues (jump_target)) in potential_constant_expression_1()
8376 if (breaks (jump_target) || continues (jump_target)) in potential_constant_expression_1()
8387 if (breaks (jump_target) || continues (jump_target)) in potential_constant_expression_1()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/cp/
H A Dconstexpr.c5799 jump_target); in cxx_eval_statement_list()
5802 if (returns (jump_target) || breaks (jump_target)) in cxx_eval_statement_list()
5805 if (*jump_target && jump_target == &local_target) in cxx_eval_statement_list()
5970 if (breaks (jump_target) || switches (jump_target)) in cxx_eval_switch_expr()
6035 if (jump_target && *jump_target) in cxx_eval_constant_expression()
6634 if (jump_target && *jump_target) in cxx_eval_constant_expression()
6945 gcc_assert (breaks (jump_target) || continues (jump_target) in cxx_eval_constant_expression()
8320 if (breaks (jump_target) || continues (jump_target)) in potential_constant_expression_1()
8354 if (breaks (jump_target) || continues (jump_target)) in potential_constant_expression_1()
8365 if (breaks (jump_target) || continues (jump_target)) in potential_constant_expression_1()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/cp/
H A Dconstexpr.c5799 jump_target); in cxx_eval_statement_list()
5802 if (returns (jump_target) || breaks (jump_target)) in cxx_eval_statement_list()
5805 if (*jump_target && jump_target == &local_target) in cxx_eval_statement_list()
5970 if (breaks (jump_target) || switches (jump_target)) in cxx_eval_switch_expr()
6035 if (jump_target && *jump_target) in cxx_eval_constant_expression()
6634 if (jump_target && *jump_target) in cxx_eval_constant_expression()
6945 gcc_assert (breaks (jump_target) || continues (jump_target) in cxx_eval_constant_expression()
8320 if (breaks (jump_target) || continues (jump_target)) in potential_constant_expression_1()
8354 if (breaks (jump_target) || continues (jump_target)) in potential_constant_expression_1()
8365 if (breaks (jump_target) || continues (jump_target)) in potential_constant_expression_1()
[all …]
/dports/editors/poke/poke-1.0/jitter/machine/mips/jitter/machine/
H A Djitter-machine-c.c312 char *jump_target = * (char**) immediate_pointer; in jitter_patch_patch_in() local
324 int64_t displacement = jump_target - jump_origin; \ in jitter_patch_patch_in()
360 uint32_t jump_target_u = (uint32_t) (jitter_uint) jump_target; in jitter_patch_patch_in()
369 int64_t jump_offset = jump_target - delay_slot_address; in jitter_patch_patch_in()
397 if ((jitter_uint) jump_target % 4 != 0) in jitter_patch_patch_in()
403 uint32_t jump_target_u = ((jitter_int) jump_target) >> 2; in jitter_patch_patch_in()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/cp/
H A Dconstexpr.c6081 jump_target); in cxx_eval_statement_list()
6084 if (returns (jump_target) || breaks (jump_target)) in cxx_eval_statement_list()
6087 if (*jump_target && jump_target == &local_target) in cxx_eval_statement_list()
6248 if (breaks (jump_target) || switches (jump_target)) in cxx_eval_switch_expr()
6344 if (jump_target && *jump_target) in cxx_eval_constant_expression()
6690 *jump_target = t; in cxx_eval_constant_expression()
6969 if (jump_target && *jump_target) in cxx_eval_constant_expression()
8688 if (breaks (jump_target) || continues (jump_target)) in potential_constant_expression_1()
8722 if (breaks (jump_target) || continues (jump_target)) in potential_constant_expression_1()
8733 if (breaks (jump_target) || continues (jump_target)) in potential_constant_expression_1()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dconstexpr.c1713 &jump_target); in cxx_eval_call_expression()
3961 jump_target); in cxx_eval_statement_list()
3964 if (returns (jump_target) || breaks (jump_target)) in cxx_eval_statement_list()
4045 if (breaks (jump_target) || switches (jump_target)) in cxx_eval_switch_expr()
4096 if (jump_target && *jump_target) in cxx_eval_constant_expression()
4354 *jump_target = t; in cxx_eval_constant_expression()
4389 jump_target); in cxx_eval_constant_expression()
4395 jump_target); in cxx_eval_constant_expression()
4578 if (jump_target && *jump_target) in cxx_eval_constant_expression()
4807 gcc_assert (breaks (jump_target) || continues (jump_target) in cxx_eval_constant_expression()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/cp/
H A Dconstexpr.c1713 &jump_target); in cxx_eval_call_expression()
3953 jump_target); in cxx_eval_statement_list()
3956 if (returns (jump_target) || breaks (jump_target)) in cxx_eval_statement_list()
4037 if (breaks (jump_target) || switches (jump_target)) in cxx_eval_switch_expr()
4088 if (jump_target && *jump_target) in cxx_eval_constant_expression()
4325 *jump_target = t; in cxx_eval_constant_expression()
4360 jump_target); in cxx_eval_constant_expression()
4366 jump_target); in cxx_eval_constant_expression()
4549 if (jump_target && *jump_target) in cxx_eval_constant_expression()
4778 gcc_assert (breaks (jump_target) || continues (jump_target) in cxx_eval_constant_expression()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dconstexpr.c1713 &jump_target); in cxx_eval_call_expression()
3961 jump_target); in cxx_eval_statement_list()
3964 if (returns (jump_target) || breaks (jump_target)) in cxx_eval_statement_list()
4045 if (breaks (jump_target) || switches (jump_target)) in cxx_eval_switch_expr()
4096 if (jump_target && *jump_target) in cxx_eval_constant_expression()
4354 *jump_target = t; in cxx_eval_constant_expression()
4389 jump_target); in cxx_eval_constant_expression()
4395 jump_target); in cxx_eval_constant_expression()
4578 if (jump_target && *jump_target) in cxx_eval_constant_expression()
4807 gcc_assert (breaks (jump_target) || continues (jump_target) in cxx_eval_constant_expression()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/cp/
H A Dconstexpr.c1713 &jump_target); in cxx_eval_call_expression()
3961 jump_target); in cxx_eval_statement_list()
3964 if (returns (jump_target) || breaks (jump_target)) in cxx_eval_statement_list()
4045 if (breaks (jump_target) || switches (jump_target)) in cxx_eval_switch_expr()
4096 if (jump_target && *jump_target) in cxx_eval_constant_expression()
4354 *jump_target = t; in cxx_eval_constant_expression()
4389 jump_target); in cxx_eval_constant_expression()
4395 jump_target); in cxx_eval_constant_expression()
4578 if (jump_target && *jump_target) in cxx_eval_constant_expression()
4807 gcc_assert (breaks (jump_target) || continues (jump_target) in cxx_eval_constant_expression()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dconstexpr.c1713 &jump_target); in cxx_eval_call_expression()
3961 jump_target); in cxx_eval_statement_list()
3964 if (returns (jump_target) || breaks (jump_target)) in cxx_eval_statement_list()
4045 if (breaks (jump_target) || switches (jump_target)) in cxx_eval_switch_expr()
4096 if (jump_target && *jump_target) in cxx_eval_constant_expression()
4354 *jump_target = t; in cxx_eval_constant_expression()
4389 jump_target); in cxx_eval_constant_expression()
4395 jump_target); in cxx_eval_constant_expression()
4578 if (jump_target && *jump_target) in cxx_eval_constant_expression()
4807 gcc_assert (breaks (jump_target) || continues (jump_target) in cxx_eval_constant_expression()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/cp/
H A Dconstexpr.c1715 &jump_target); in cxx_eval_call_expression()
3963 jump_target); in cxx_eval_statement_list()
3966 if (returns (jump_target) || breaks (jump_target)) in cxx_eval_statement_list()
4047 if (breaks (jump_target) || switches (jump_target)) in cxx_eval_switch_expr()
4098 if (jump_target && *jump_target) in cxx_eval_constant_expression()
4356 *jump_target = t; in cxx_eval_constant_expression()
4391 jump_target); in cxx_eval_constant_expression()
4397 jump_target); in cxx_eval_constant_expression()
4580 if (jump_target && *jump_target) in cxx_eval_constant_expression()
4809 gcc_assert (breaks (jump_target) || continues (jump_target) in cxx_eval_constant_expression()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/cp/
H A Dconstexpr.c1546 &jump_target); in cxx_eval_call_expression()
1915 jump_target); in cxx_eval_conditional_expression()
3505 if (!jump_target) in cxx_eval_statement_list()
3515 jump_target); in cxx_eval_statement_list()
3518 if (returns (jump_target) || breaks (jump_target)) in cxx_eval_statement_list()
3588 if (breaks (jump_target) || switches (jump_target)) in cxx_eval_switch_expr()
3607 if (jump_target && *jump_target) in cxx_eval_constant_expression()
3833 jump_target); in cxx_eval_constant_expression()
3839 jump_target); in cxx_eval_constant_expression()
4019 if (jump_target && *jump_target) in cxx_eval_constant_expression()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/cp/
H A Dconstexpr.c1546 &jump_target); in cxx_eval_call_expression()
1915 jump_target); in cxx_eval_conditional_expression()
3505 if (!jump_target) in cxx_eval_statement_list()
3515 jump_target); in cxx_eval_statement_list()
3518 if (returns (jump_target) || breaks (jump_target)) in cxx_eval_statement_list()
3588 if (breaks (jump_target) || switches (jump_target)) in cxx_eval_switch_expr()
3607 if (jump_target && *jump_target) in cxx_eval_constant_expression()
3833 jump_target); in cxx_eval_constant_expression()
3839 jump_target); in cxx_eval_constant_expression()
4019 if (jump_target && *jump_target) in cxx_eval_constant_expression()
[all …]
/dports/editors/poke/poke-1.0/jitter/machine/x86_64/jitter/machine/
H A Djitter-machine-c.c295 char *jump_target = * (char**) immediate_pointer; in jitter_patch_patch_in() local
304 int32_t offset = jump_target - (native_code + 5); in jitter_patch_patch_in()
319 int32_t offset = jump_target - native_code; in jitter_patch_patch_in()
329 int32_t offset = jump_target - (native_code + 5); in jitter_patch_patch_in()

12345678910>>...16