Searched refs:insns (Results 1 - 25 of 132) sorted by relevance

123456

/openbsd-current/lib/libcrypto/sha/asm/
H A Dsha1-586.pl521 my @insns = (&$body,&$body,&$body,&$body); # 40 instructions
524 eval(shift(@insns));
525 eval(shift(@insns));
528 eval(shift(@insns));
529 eval(shift(@insns));
533 eval(shift(@insns));
534 eval(shift(@insns));
536 eval(shift(@insns));
537 eval(shift(@insns));
539 eval(shift(@insns));
[all...]
H A Dsha1-x86_64.pl376 my @insns = (&$body,&$body,&$body,&$body); # 40 instructions
380 eval(shift(@insns));
381 eval(shift(@insns));
384 eval(shift(@insns));
385 eval(shift(@insns));
388 eval(shift(@insns));
389 eval(shift(@insns));
391 eval(shift(@insns));
392 eval(shift(@insns));
394 eval(shift(@insns));
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dtoplev.c477 instead save them up to pop many calls' args with one insns. */
755 /* flag_schedule_insns means schedule insns within basic blocks (before
757 flag_schedule_insns_after_reload means schedule insns after
766 flag_schedule_interblock means schedule insns accross basic blocks.
767 flag_schedule_speculative means allow speculative motion of non-load insns.
769 load insns.
771 load insns. */
1105 {"schedule-insns", &flag_schedule_insns, 1,
1929 close_dump_file (index, func, insns)
1932 rtx insns;
2427 rtx insns; local
[all...]
H A Dgenextract.c48 struct code_ptr *insns; member in struct:extraction
159 link->next = p->insns;
160 p->insns = link;
171 p->insns = link;
450 for (link = p->insns; link; link = link->next)
H A Ddf.c61 1. Records defs and uses by scanning the insns in each basic block
62 or by scanning the insns queued by df_insn_modify.
81 updating then all the changed, new, or deleted insns needs to be
84 marks all the modified insns to get processed the next time df_analyse
87 Beware that tinkering with insns may invalidate the dataflow information.
112 If the insns are in SSA form then the reg-def and use-def lists
128 insns so when df_analyse is called we can easily determine all the new
316 df->insns = (struct insn_info *)
317 xrealloc (df->insns, size * sizeof (struct insn_info));
319 memset (df->insns
[all...]
/openbsd-current/usr.sbin/mopd/common/
H A Dpf.c83 static struct bpf_insn insns[] = { local
94 sizeof insns / sizeof(insns[0]),
95 insns
132 insns[1].k = protocol;
133 insns[3].k = protocol;
/openbsd-current/gnu/llvm/llvm/utils/Target/ARM/
H A Danalyze-match-table.py13 insns = []
25 insns.append((code,string,converter,items,features))
30 for insn in insns:
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020720-1.x4 # insns for combine to handle -- it can handle max three insns
/openbsd-current/gnu/gcc/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)
/openbsd-current/gnu/usr.bin/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 Dip2k-desc.c956 ??? This could leave out insns not supported by the specified mach/isa,
958 "unknown insn", so for now we include all insns and require the app to
960 ??? On the other hand, parsing of such insns may require their hardware or
969 CGEN_INSN *insns = (CGEN_INSN *) xmalloc (MAX_INSNS * sizeof (CGEN_INSN)); local
971 memset (insns, 0, MAX_INSNS * sizeof (CGEN_INSN));
973 insns[i].base = &ib[i];
974 cd->insn_table.init_entries = insns;
1185 const CGEN_INSN *insns; local
1189 insns = cd->macro_insn_table.init_entries;
1190 for (i = 0; i < cd->macro_insn_table.num_init_entries; ++i, ++insns)
[all...]
H A Dopenrisc-desc.c797 ??? This could leave out insns not supported by the specified mach/isa,
799 "unknown insn", so for now we include all insns and require the app to
801 ??? On the other hand, parsing of such insns may require their hardware or
810 CGEN_INSN *insns = (CGEN_INSN *) xmalloc (MAX_INSNS * sizeof (CGEN_INSN)); local
812 memset (insns, 0, MAX_INSNS * sizeof (CGEN_INSN));
814 insns[i].base = &ib[i];
815 cd->insn_table.init_entries = insns;
1026 const CGEN_INSN *insns; local
1030 insns = cd->macro_insn_table.init_entries;
1031 for (i = 0; i < cd->macro_insn_table.num_init_entries; ++i, ++insns)
[all...]
H A Dip2k-opc.c677 /* Formats for ALIAS macro-insns. */
901 CGEN_INSN *insns = (CGEN_INSN *) xmalloc (num_macros * sizeof (CGEN_INSN));
902 memset (insns, 0, num_macros * sizeof (CGEN_INSN));
905 insns[i].base = &ib[i];
906 insns[i].opcode = &oc[i];
907 ip2k_cgen_build_insn_regex (& insns[i]);
909 cd->macro_insn_table.init_entries = insns;
914 insns = (CGEN_INSN *) cd->insn_table.init_entries;
917 insns[i].opcode = &oc[i];
918 ip2k_cgen_build_insn_regex (& insns[
900 CGEN_INSN *insns = (CGEN_INSN *) xmalloc (num_macros * sizeof (CGEN_INSN)); local
[all...]
H A Dcgen-asm.c67 const CGEN_INSN *insns,
78 const CGEN_INSN *insn = &insns[i];
92 This function is identical to hash_insn_array except the insns are
97 const CGEN_INSN_LIST *insns,
103 for (ilist = insns; ilist != NULL; ilist = ilist->next, ++ hentbuf)
140 /* Add compiled in insns.
151 /* Add compiled in macro-insns. */
158 /* Add runtime added insns.
159 Later added insns will be prefered over earlier ones. */
164 /* Add runtime added macro-insns
66 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
96 hash_insn_list(CGEN_CPU_DESC cd, const CGEN_INSN_LIST *insns, CGEN_INSN_LIST **htable, CGEN_INSN_LIST *hentbuf) argument
[all...]
H A Dopenrisc-opc.c528 /* Formats for ALIAS macro-insns. */
677 CGEN_INSN *insns = (CGEN_INSN *) xmalloc (num_macros * sizeof (CGEN_INSN)); local
678 memset (insns, 0, num_macros * sizeof (CGEN_INSN));
681 insns[i].base = &ib[i];
682 insns[i].opcode = &oc[i];
683 openrisc_cgen_build_insn_regex (& insns[i]);
685 cd->macro_insn_table.init_entries = insns;
690 insns = (CGEN_INSN *) cd->insn_table.init_entries;
693 insns[i].opcode = &oc[i];
694 openrisc_cgen_build_insn_regex (& insns[
[all...]
H A Dfr30-desc.c1527 ??? This could leave out insns not supported by the specified mach/isa,
1529 "unknown insn", so for now we include all insns and require the app to
1531 ??? On the other hand, parsing of such insns may require their hardware or
1540 CGEN_INSN *insns = (CGEN_INSN *) xmalloc (MAX_INSNS * sizeof (CGEN_INSN)); local
1542 memset (insns, 0, MAX_INSNS * sizeof (CGEN_INSN));
1544 insns[i].base = &ib[i];
1545 cd->insn_table.init_entries = insns;
1756 const CGEN_INSN *insns; local
1760 insns = cd->macro_insn_table.init_entries;
1761 for (i = 0; i < cd->macro_insn_table.num_init_entries; ++i, ++insns)
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/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 Dip2k-desc.c948 ??? This could leave out insns not supported by the specified mach/isa,
950 "unknown insn", so for now we include all insns and require the app to
952 ??? On the other hand, parsing of such insns may require their hardware or
960 CGEN_INSN *insns = xmalloc (MAX_INSNS * sizeof (CGEN_INSN)); local
962 memset (insns, 0, MAX_INSNS * sizeof (CGEN_INSN));
964 insns[i].base = &ib[i];
965 cd->insn_table.init_entries = insns;
1169 const CGEN_INSN *insns; local
1173 insns = cd->macro_insn_table.init_entries;
1174 for (i = 0; i < cd->macro_insn_table.num_init_entries; ++i, ++insns)
[all...]
H A Dopenrisc-desc.c789 ??? This could leave out insns not supported by the specified mach/isa,
791 "unknown insn", so for now we include all insns and require the app to
793 ??? On the other hand, parsing of such insns may require their hardware or
801 CGEN_INSN *insns = xmalloc (MAX_INSNS * sizeof (CGEN_INSN)); local
803 memset (insns, 0, MAX_INSNS * sizeof (CGEN_INSN));
805 insns[i].base = &ib[i];
806 cd->insn_table.init_entries = insns;
1010 const CGEN_INSN *insns; local
1014 insns = cd->macro_insn_table.init_entries;
1015 for (i = 0; i < cd->macro_insn_table.num_init_entries; ++i, ++insns)
[all...]
H A Dip2k-opc.c675 /* Formats for ALIAS macro-insns. */
894 CGEN_INSN *insns = xmalloc (num_macros * sizeof (CGEN_INSN));
896 memset (insns, 0, num_macros * sizeof (CGEN_INSN));
899 insns[i].base = &ib[i];
900 insns[i].opcode = &oc[i];
901 ip2k_cgen_build_insn_regex (& insns[i]);
903 cd->macro_insn_table.init_entries = insns;
908 insns = (CGEN_INSN *) cd->insn_table.init_entries;
911 insns[i].opcode = &oc[i];
912 ip2k_cgen_build_insn_regex (& insns[
893 CGEN_INSN *insns = xmalloc (num_macros * sizeof (CGEN_INSN)); local
[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 Dopenrisc-opc.c528 /* Formats for ALIAS macro-insns. */
672 CGEN_INSN *insns = xmalloc (num_macros * sizeof (CGEN_INSN)); local
674 memset (insns, 0, num_macros * sizeof (CGEN_INSN));
677 insns[i].base = &ib[i];
678 insns[i].opcode = &oc[i];
679 openrisc_cgen_build_insn_regex (& insns[i]);
681 cd->macro_insn_table.init_entries = insns;
686 insns = (CGEN_INSN *) cd->insn_table.init_entries;
689 insns[i].opcode = &oc[i];
690 openrisc_cgen_build_insn_regex (& insns[
[all...]

Completed in 402 milliseconds

123456