Searched refs:insns (Results 26 - 50 of 83) sorted by relevance

1234

/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daesni-sha1-x86_64.pl304 my @insns = (&$body,&$body,&$body,&$body); # 40 instructions
307 eval(shift(@insns)); # ror
309 eval(shift(@insns));
312 eval(shift(@insns));
313 eval(shift(@insns));
316 eval(shift(@insns));
317 eval(shift(@insns)); # rol
318 eval(shift(@insns));
320 eval(shift(@insns));
321 eval(shift(@insns));
[all...]
H A Daesni-sha256-x86_64.pl441 my @insns = (&$body,&$body,&$body,&$body); # 104 instructions
444 eval(shift(@insns));
445 eval(shift(@insns));
447 eval(shift(@insns));
448 eval(shift(@insns));
450 eval(shift(@insns));
451 eval(shift(@insns));
453 eval(shift(@insns));
454 eval(shift(@insns));
456 eval(shift(@insns));
[all...]
/freebsd-11-stable/contrib/netbsd-tests/net/bpfjit/
H A Dt_extmem.c81 static struct bpf_insn insns[] = { local
101 size_t insn_count = sizeof(insns) / sizeof(insns[0]);
106 code = rumpns_bpfjit_generate_code(&ctx, insns, insn_count);
126 static struct bpf_insn insns[] = { local
132 size_t insn_count = sizeof(insns) / sizeof(insns[0]);
137 code = rumpns_bpfjit_generate_code(&ctx, insns, insn_count);
150 static struct bpf_insn insns[] = { local
177 size_t insn_count = sizeof(insns) / sizeo
207 static struct bpf_insn insns[] = { local
265 static struct bpf_insn insns[] = { local
290 static struct bpf_insn insns[] = { local
341 static struct bpf_insn insns[] = { local
392 static struct bpf_insn insns[] = { local
444 static struct bpf_insn insns[] = { local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha256-armv4.pl299 my @insns = (&$body,&$body,&$body,&$body);
303 eval(shift(@insns));
304 eval(shift(@insns));
305 eval(shift(@insns));
307 eval(shift(@insns));
308 eval(shift(@insns));
309 eval(shift(@insns));
311 eval(shift(@insns));
312 eval(shift(@insns));
314 eval(shift(@insns));
[all...]
H A Dsha1-armv4-large.pl339 my @insns = (&$body,&$body,&$body,&$body);
343 eval(shift(@insns));
344 eval(shift(@insns));
345 eval(shift(@insns));
347 eval(shift(@insns));
349 eval(shift(@insns));
351 eval(shift(@insns));
352 eval(shift(@insns));
353 eval(shift(@insns));
355 eval(shift(@insns));
[all...]
H A Dsha512-586.pl570 my @insns = (&BODY_00_15_ssse3(),&BODY_00_15_ssse3());
606 eval(shift(@insns));
608 eval(shift(@insns));
609 eval(shift(@insns));
610 eval(shift(@insns));
611 eval(shift(@insns));
613 foreach(@insns) { eval; }
628 my @insns = (&BODY_00_15_ssse3(),&BODY_00_15_ssse3());
637 foreach(@insns) { eval; }
/freebsd-11-stable/contrib/netbsd-tests/net/bpf/
H A Dh_bpf.h82 exec_prog(struct bpf_insn *insns, size_t insn_count, argument
94 fn = rumpns_bpfjit_generate_code(NULL, insns, insn_count);
110 interp_prog_mchain2(struct bpf_insn *insns, argument
124 res = rumpns_bpf_filter_ext(NULL, insns, &args);
134 exec_prog_mchain2(struct bpf_insn *insns, size_t insn_count, argument
147 fn = rumpns_bpfjit_generate_code(NULL, insns, insn_count);
160 prog_validate(struct bpf_insn *insns, size_t insn_count) argument
165 res = rumpns_bpf_validate(insns, insn_count);
/freebsd-11-stable/usr.bin/mkcsmapper/
H A DMakefile.inc9 CFLAGS.gcc+= --param max-inline-insns-single=64
/freebsd-11-stable/contrib/gcc/
H A Dipa-inline.c105 size = (what->global.insns - call_insns) * times + to->global.insns;
128 overall_insns -= e->callee->global.insns, nfunctions_inlined++;
178 old_insns = e->caller->global.insns;
183 to->global.insns = new_insns;
233 - e->caller->global.insns);
239 growth -= node->global.insns;
283 if (newsize >= to->global.insns
319 if (n->global.insns >= MAX_INLINE_INSNS_SINGLE)
322 *reason = N_("--param max-inline-insns
[all...]
H A Dgenflags.c34 /* Obstack to remember insns with. */
236 rtx *insns; local
242 /* We need to see all the possibilities. Elided insns may have
270 insns = XOBFINISH (&obstack, rtx *);
272 for (insn_ptr = insns; *insn_ptr; insn_ptr++)
H A Dipa.c102 int insns = 0; local
201 insns += local_insns;
208 fprintf (file, "\nReclaimed %i insns", insns);
H A Dgenextract.c53 struct code_ptr *insns; member in struct:extraction
148 link->next = p->insns;
149 p->insns = link;
164 p->insns = link;
451 for (link = p->insns; link; link = link->next)
H A Doptabs.c146 add_equal_note (rtx insns, rtx target, enum rtx_code code, rtx op0, rtx op1)
151 gcc_assert (insns && INSN_P (insns) && NEXT_INSN (insns));
163 for (last_insn = insns;
616 /* Generate insns for VEC_LSHIFT_EXPR, VEC_RSHIFT_EXPR. */
1468 rtx insns;
1494 insns = get_insns ();
1506 emit_no_conflict_block (insns, target, op0, op1, equiv_value);
1541 rtx insns, equiv_valu
145 add_equal_note(rtx insns, rtx target, enum rtx_code code, rtx op0, rtx op1) argument
1462 rtx insns; local
1535 rtx insns, equiv_value; local
1585 rtx insns; local
1870 rtx insns; local
2270 rtx insns; local
2424 rtx temp, insns; local
2645 rtx insns; local
2708 rtx insns; local
3012 rtx temp, insns; local
3289 emit_no_conflict_block(rtx insns, rtx target, rtx op0, rtx op1, rtx equiv) argument
3412 emit_libcall_block(rtx insns, rtx target, rtx result, rtx equiv) argument
3908 rtx value, target, insns, equiv; local
4658 rtx insns; local
4840 rtx insns; local
[all...]
H A Dgenemit.c1 /* Generate code from machine description to emit insns as rtl.
38 /* Data structure for recording the patterns of insns that have CLOBBERs.
44 struct clobber_ent *insns; member in struct:clobber_pat
55 int code_number; /* Counts only insns. */
385 p->insns = 0;
393 link->next = p->insns;
394 p->insns = link;
575 insns emitted within this gen_... function. */
582 /* Like gen_expand, but generates insns resulting from splitting SPLIT. */
687 insns emitte
[all...]
H A Ddf.h261 we can change it on the fly to accommodate new insns? */
372 struct df_insn_info **insns; /* Insn table, indexed by insn UID. */
464 #define DF_INSN_GET(DF,INSN) ((DF)->insns[(INSN_UID(INSN))])
465 #define DF_INSN_SET(DF,INSN,VAL) ((DF)->insns[(INSN_UID (INSN))]=(VAL))
471 #define DF_INSN_UID_GET(DF,UID) ((DF)->insns[(UID)])
371 struct df_insn_info **insns; /* Insn table, indexed by insn UID. */ member in struct:df
H A Dcgraph.h95 int insns; local
H A Dcalls.c1 /* Convert function calls to rtl insns, for GNU C compiler.
295 /* If the target has "call" or "call_value" insns, then prefer them
297 "call" or "call_value" insns, then we must use the popping versions
1312 pair of insns, not just when the call is made. However, we assume here
1313 that such machines either do not have push insns (and hence preallocation
1528 insns in the CALL_INSN_FUNCTION_USAGE field.
1844 /* Sequence of insns to perform a normal "call". */
1846 /* Sequence of insns to perform a tail "call". */
1900 /* Nonzero if we must avoid push-insns in the args for this call.
1912 (on machines that lack push insns), o
2263 rtx insns; local
2741 rtx insns; local
2803 rtx last, insns; local
3474 rtx insns = get_insns (); local
3865 rtx insns; local
[all...]
H A Dcfgrtl.c199 /* Unlink a chain of insns between START and FINISH, leaving notes
207 /* Unchain the insns one by one. It would be quicker to delete all of these
357 /* Delete the insns in a (non-live) block. We physically delete every
463 /* Update insns block within BB. */
547 /* Blocks A and B are to be merged into a single block A. The insns
623 /* Reassociate the insns of B with A. */
915 /* Handle casesi dispatch insns. */
1345 if (e->insns.r == NULL_RTX)
1348 push_to_sequence (e->insns.r);
1352 e->insns
1353 rtx before = NULL_RTX, after = NULL_RTX, insns, tmp, last; local
[all...]
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dcgen-dis.c65 /* Add insns sorted by the number of decodable bits, in decreasing order.
102 const CGEN_INSN * insns,
116 const CGEN_INSN *insn = &insns[i];
137 This function is identical to hash_insn_array except the insns are
142 const CGEN_INSN_LIST *insns,
149 for (ilist = insns; ilist != NULL; ilist = ilist->next, ++ hentbuf)
195 /* Add compiled in insns.
206 /* Add compiled in macro-insns. */
213 /* Add runtime added insns.
214 Later added insns wil
101 hash_insn_array(CGEN_CPU_DESC cd, const CGEN_INSN * insns, int count, int entsize ATTRIBUTE_UNUSED, CGEN_INSN_LIST ** htable, CGEN_INSN_LIST * hentbuf) argument
141 hash_insn_list(CGEN_CPU_DESC cd, const CGEN_INSN_LIST *insns, CGEN_INSN_LIST **htable, CGEN_INSN_LIST *hentbuf) argument
[all...]
H A Dcgen-asm.c68 const CGEN_INSN *insns,
79 const CGEN_INSN *insn = &insns[i];
93 This function is identical to hash_insn_array except the insns are
98 const CGEN_INSN_LIST *insns,
104 for (ilist = insns; ilist != NULL; ilist = ilist->next, ++ hentbuf)
141 /* Add compiled in insns.
152 /* Add compiled in macro-insns. */
159 /* Add runtime added insns.
160 Later added insns will be prefered over earlier ones. */
165 /* Add runtime added macro-insns
67 hash_insn_array(CGEN_CPU_DESC cd, const CGEN_INSN *insns, int count, int entsize ATTRIBUTE_UNUSED, CGEN_INSN_LIST **htable, CGEN_INSN_LIST *hentbuf) argument
97 hash_insn_list(CGEN_CPU_DESC cd, const CGEN_INSN_LIST *insns, CGEN_INSN_LIST **htable, CGEN_INSN_LIST *hentbuf) argument
[all...]
H A Dmep-desc.c2476 ??? This could leave out insns not supported by the specified mach/isa,
2478 "unknown insn", so for now we include all insns and require the app to
2480 ??? On the other hand, parsing of such insns may require their hardware or
2488 CGEN_INSN *insns = xmalloc (MAX_INSNS * sizeof (CGEN_INSN)); local
2490 memset (insns, 0, MAX_INSNS * sizeof (CGEN_INSN));
2492 insns[i].base = &ib[i];
2493 cd->insn_table.init_entries = insns;
2697 const CGEN_INSN *insns; local
2701 insns = cd->macro_insn_table.init_entries;
2702 for (i = 0; i < cd->macro_insn_table.num_init_entries; ++i, ++insns)
[all...]
H A Dmep-opc.c120 /* All base insns are supported. */
1919 /* Formats for ALIAS macro-insns. */
2243 CGEN_INSN *insns = xmalloc (num_macros * sizeof (CGEN_INSN)); local
2245 memset (insns, 0, num_macros * sizeof (CGEN_INSN));
2248 insns[i].base = &ib[i];
2249 insns[i].opcode = &oc[i];
2250 mep_cgen_build_insn_regex (& insns[i]);
2252 cd->macro_insn_table.init_entries = insns;
2257 insns = (CGEN_INSN *) cd->insn_table.init_entries;
2260 insns[
[all...]
/freebsd-11-stable/usr.bin/grep/
H A DMakefile27 CFLAGS.gcc+= --param max-inline-insns-single=500
/freebsd-11-stable/stand/pc98/boot2/
H A DMakefile43 --param max-inline-insns-single=100
/freebsd-11-stable/stand/i386/boot2/
H A DMakefile39 --param max-inline-insns-single=100

Completed in 190 milliseconds

1234