Home
last modified time | relevance | path

Searched defs:insns (Results 1 – 25 of 2033) sorted by relevance

12345678910>>...82

/dports/devel/libbpfjit/bpfjit-38b515b/test/
H A Dtest_alu.c40 static struct bpf_insn insns[] = { in test_alu_add_k() local
64 static struct bpf_insn insns[] = { in test_alu_sub_k() local
88 static struct bpf_insn insns[] = { in test_alu_mul_k() local
112 static struct bpf_insn insns[] = { in test_alu_div0_k() local
135 static struct bpf_insn insns[] = { in test_alu_div1_k() local
159 static struct bpf_insn insns[] = { in test_alu_div2_k() local
183 static struct bpf_insn insns[] = { in test_alu_div4_k() local
207 static struct bpf_insn insns[] = { in test_alu_div10_k() local
231 static struct bpf_insn insns[] = { in test_alu_div10000_k() local
255 static struct bpf_insn insns[] = { in test_alu_div7609801_k() local
[all …]
H A Dtest_jmp.c40 static struct bpf_insn insns[] = { in test_jmp_ja() local
67 static struct bpf_insn insns[] = { in test_jmp_gt_k() local
112 static struct bpf_insn insns[] = { in test_jmp_ge_k() local
157 static struct bpf_insn insns[] = { in test_jmp_eq_k() local
202 static struct bpf_insn insns[] = { in test_jmp_modulo_k() local
251 static struct bpf_insn insns[] = { in test_jmp_jset_k() local
296 static struct bpf_insn insns[] = { in test_jmp_gt_x() local
348 static struct bpf_insn insns[] = { in test_jmp_ge_x() local
400 static struct bpf_insn insns[] = { in test_jmp_eq_x() local
451 static struct bpf_insn insns[] = { in test_jmp_jset_x() local
[all …]
H A Dtest_ld.c44 static struct bpf_insn insns[3][2] = { in test_ld_abs() local
95 static struct bpf_insn insns[12][3] = { in test_ld_abs_k_overflow() local
180 static struct bpf_insn insns[6][3] = { in test_ld_ind() local
253 static struct bpf_insn insns[12][3] = { in test_ld_ind_k_overflow() local
338 static struct bpf_insn insns[] = { in test_ld_len() local
363 static struct bpf_insn insns[] = { in test_ld_imm() local
386 static struct bpf_insn insns[] = { in test_ld_ind_x_overflow1() local
416 static struct bpf_insn insns[] = { in test_ld_ind_x_overflow2() local
H A Dtest_extmem.c49 static struct bpf_insn insns[] = { in test_extmem_load_default() local
84 static struct bpf_insn insns[] = { in test_extmem_load_preinited() local
119 static struct bpf_insn insns[] = { in test_extmem_invalid_load() local
132 static struct bpf_insn insns[] = { in test_extmem_store() local
179 static struct bpf_insn insns[] = { in test_extmem_side_effect() local
227 static struct bpf_insn insns[] = { in test_extmem_invalid_store() local
H A Dtest_opt.c44 static struct bpf_insn insns[] = { in test_opt_ld_abs_1() local
94 static struct bpf_insn insns[] = { in test_opt_ld_abs_2() local
144 static struct bpf_insn insns[] = { in test_opt_ld_abs_3() local
194 static struct bpf_insn insns[] = { in test_opt_ld_ind_1() local
245 static struct bpf_insn insns[] = { in test_opt_ld_ind_2() local
296 static struct bpf_insn insns[] = { in test_opt_ld_ind_3() local
348 static struct bpf_insn insns[] = { in test_opt_ld_ind_4() local
H A Dtest_ldx.c40 static struct bpf_insn insns[] = { in test_ldx_imm1() local
64 static struct bpf_insn insns[] = { in test_ldx_imm2() local
90 static struct bpf_insn insns[] = { in test_ldx_len1() local
118 static struct bpf_insn insns[] = { in test_ldx_len2() local
145 static struct bpf_insn insns[] = { in test_ldx_msh() local
H A Dtest_st.c41 static struct bpf_insn insns[] = { in test_st1() local
68 static struct bpf_insn insns[] = { in test_st2() local
93 static struct bpf_insn insns[] = { in test_st3() local
127 static struct bpf_insn insns[] = { in test_st4() local
162 struct bpf_insn insns[5*BPF_MEMWORDS+2]; in test_st5() local
H A Dtest_stx.c41 static struct bpf_insn insns[] = { in test_stx1() local
69 static struct bpf_insn insns[] = { in test_stx2() local
95 static struct bpf_insn insns[] = { in test_stx3() local
133 struct bpf_insn insns[5*BPF_MEMWORDS+2]; in test_stx4() local
H A Dtest_copx.c103 static struct bpf_insn insns[] = { in test_copx_no_ctx() local
121 static struct bpf_insn insns[] = { in test_copx_ret_A() local
147 static struct bpf_insn insns[] = { in test_copx_ret_buflen() local
173 static struct bpf_insn insns[] = { in test_copx_ret_wirelen() local
199 static struct bpf_insn insns[] = { in test_copx_ret_nfuncs() local
228 static struct bpf_insn insns[] = { in test_copx_mixed_with_ld() local
258 static struct bpf_insn insns[] = { in test_copx_invalid_index() local
H A Dtest_cop.c103 static struct bpf_insn insns[] = { in test_cop_no_ctx() local
121 static struct bpf_insn insns[] = { in test_cop_ret_A() local
146 static struct bpf_insn insns[] = { in test_cop_ret_buflen() local
171 static struct bpf_insn insns[] = { in test_cop_ret_wirelen() local
196 static struct bpf_insn insns[] = { in test_cop_ret_nfuncs() local
224 static struct bpf_insn insns[] = { in test_cop_mixed_with_ld() local
253 static struct bpf_insn insns[] = { in test_cop_invalid_index() local
H A Dtest_misc.c40 static struct bpf_insn insns[] = { in test_misc_tax() local
65 static struct bpf_insn insns[] = { in test_misc_txa() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/bpf/
H A Dtest_tag.c27 static void bpf_gen_imm_prog(unsigned int insns, int fd_map) in bpf_gen_imm_prog()
37 static void bpf_gen_map_prog(unsigned int insns, int fd_map) in bpf_gen_map_prog()
53 static int bpf_try_load_prog(int insns, int fd_map, in bpf_try_load_prog()
54 void (*bpf_filler)(unsigned int insns, in bpf_try_load_prog()
114 static void tag_from_alg(int insns, uint8_t *tag, uint32_t len) in tag_from_alg()
154 static void tag_exit_report(int insns, int fd_map, uint8_t *ftag, in tag_exit_report()
166 void (*bpf_filler)(unsigned int insns, int fd)) in do_test()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/bpf/
H A Dtest_tag.c27 static void bpf_gen_imm_prog(unsigned int insns, int fd_map) in bpf_gen_imm_prog()
37 static void bpf_gen_map_prog(unsigned int insns, int fd_map) in bpf_gen_map_prog()
53 static int bpf_try_load_prog(int insns, int fd_map, in bpf_try_load_prog()
54 void (*bpf_filler)(unsigned int insns, in bpf_try_load_prog()
114 static void tag_from_alg(int insns, uint8_t *tag, uint32_t len) in tag_from_alg()
154 static void tag_exit_report(int insns, int fd_map, uint8_t *ftag, in tag_exit_report()
166 void (*bpf_filler)(unsigned int insns, int fd)) in do_test()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/bpf/
H A Dtest_tag.c27 static void bpf_gen_imm_prog(unsigned int insns, int fd_map) in bpf_gen_imm_prog()
37 static void bpf_gen_map_prog(unsigned int insns, int fd_map) in bpf_gen_map_prog()
53 static int bpf_try_load_prog(int insns, int fd_map, in bpf_try_load_prog()
54 void (*bpf_filler)(unsigned int insns, in bpf_try_load_prog()
114 static void tag_from_alg(int insns, uint8_t *tag, uint32_t len) in tag_from_alg()
154 static void tag_exit_report(int insns, int fd_map, uint8_t *ftag, in tag_exit_report()
166 void (*bpf_filler)(unsigned int insns, int fd)) in do_test()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/validator_ragel/
H A Dspec_val.py16 def FitsWithinBundle(self, insns): argument
22 self, insns, precondition, postcondition): argument
28 def Validate(self, insns): argument
105 self, insns, precondition, postcondition): argument
121 self, insns, precondition, postcondition): argument
/dports/net-mgmt/ipcad/ipcad-3.7.3/
H A Dpsrc-bpf.c226 struct bpf_insn insns[] = { in apply_RAW_filter() local
245 struct bpf_insn insns[] = { in apply_NULL_filter() local
272 struct bpf_insn insns[] = { in apply_LOOP_filter() local
295 struct bpf_insn insns[] = { in apply_PPP_filter() local
317 struct bpf_insn insns[] = { in apply_EN10MB_filter() local
/dports/emulators/riscv-isa-sim/riscv-isa-sim-4f12984/riscv/
H A Drocc.cc34 std::vector<insn_desc_t> insns; in get_instructions() local
44 std::vector<disasm_insn_t*> insns; in get_disasms() local
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dtoplev.c1520 rtx insns) in close_dump_file()
2049 rest_of_handle_final (tree decl, rtx insns) in rest_of_handle_final()
2470 rest_of_handle_web (tree decl, rtx insns) in rest_of_handle_web()
2529 rest_of_handle_cfg (tree decl, rtx insns) in rest_of_handle_cfg()
2573 rest_of_handle_sibling_calls (rtx insns) in rest_of_handle_sibling_calls()
2630 rtx insns; in rest_of_handle_inlining() local
2821 rest_of_handle_life (tree decl, rtx insns) in rest_of_handle_life()
2867 rest_of_handle_cse (tree decl, rtx insns) in rest_of_handle_cse()
2912 rest_of_handle_cse2 (tree decl, rtx insns) in rest_of_handle_cse2()
2947 rest_of_handle_gcse (tree decl, rtx insns) in rest_of_handle_gcse()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dtoplev.c1520 rtx insns) in close_dump_file()
2049 rest_of_handle_final (tree decl, rtx insns) in rest_of_handle_final()
2470 rest_of_handle_web (tree decl, rtx insns) in rest_of_handle_web()
2529 rest_of_handle_cfg (tree decl, rtx insns) in rest_of_handle_cfg()
2573 rest_of_handle_sibling_calls (rtx insns) in rest_of_handle_sibling_calls()
2630 rtx insns; in rest_of_handle_inlining() local
2821 rest_of_handle_life (tree decl, rtx insns) in rest_of_handle_life()
2867 rest_of_handle_cse (tree decl, rtx insns) in rest_of_handle_cse()
2912 rest_of_handle_cse2 (tree decl, rtx insns) in rest_of_handle_cse2()
2947 rest_of_handle_gcse (tree decl, rtx insns) in rest_of_handle_gcse()
[all …]
/dports/emulators/riscv-isa-sim/riscv-isa-sim-4f12984/customext/
H A Dcflush.cc25 std::vector<insn_desc_t> insns; in get_instructions() local
33 std::vector<disasm_insn_t*> insns; in get_disasms() local
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/tools/external/asm/org/objectweb/asm/tree/analysis/
H A DDataflowValue.java64 public final Set insns; field in DataflowValue
75 public DataflowValue(final int size, final Set insns) { in DataflowValue()
/dports/devel/capstone4/capstone-4.0.2/arch/EVM/
H A DEVMMapping.c14 static cs_evm insns[256] = { variable
21 static int evm_insn_find(cs_evm *insns, unsigned int max, unsigned int id) in evm_insn_find()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/tools/external/asm/org/objectweb/asm/tree/analysis/
H A DDataflowValue.java64 public final Set insns; field in DataflowValue
75 public DataflowValue(final int size, final Set insns) { in DataflowValue()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/tree/analysis/
H A DSourceValue.java93 public final Set<AbstractInsnNode> insns; field in SourceValue
104 public SourceValue(final int size, final Set<AbstractInsnNode> insns) { in SourceValue()
/dports/emulators/qemu/qemu-6.2.0/capstone/arch/EVM/
H A DEVMMapping.c14 static const cs_evm insns[256] = { variable
21 static int evm_insn_find(const cs_evm *insns, unsigned int max, unsigned int id) in evm_insn_find()

12345678910>>...82