HomeSort by: relevance | last modified time | path
    Searched defs:ilist (Results 1 - 25 of 65) sorted by relevancy

1 2 3

  /src/external/gpl3/binutils/dist/opcodes/
cgen-dis.c 151 const CGEN_INSN_LIST *ilist; local
153 for (ilist = insns; ilist != NULL; ilist = ilist->next, ++ hentbuf)
160 if (! (* cd->dis_hash_p) (ilist->insn))
166 value = CGEN_INSN_BASE_VALUE (ilist->insn);
167 size = CGEN_INSN_MASK_BITSIZE (ilist->insn);
171 add_insn_to_hash_chain (hentbuf, ilist->insn, htable, hash);
cgen-asm.c 101 const CGEN_INSN_LIST *ilist; local
103 for (ilist = insns; ilist != NULL; ilist = ilist->next, ++ hentbuf)
107 if (! (* cd->asm_hash_p) (ilist->insn))
109 hash = (* cd->asm_hash) (CGEN_INSN_MNEMONIC (ilist->insn));
111 hentbuf->insn = ilist->insn;
fr30-asm.c 627 CGEN_INSN_LIST *ilist;
638 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
642 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
644 const CGEN_INSN *insn = ilist->insn;
623 CGEN_INSN_LIST *ilist; local
m32r-asm.c 645 CGEN_INSN_LIST *ilist;
656 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
660 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
662 const CGEN_INSN *insn = ilist->insn;
641 CGEN_INSN_LIST *ilist; local
xstormy16-asm.c 593 CGEN_INSN_LIST *ilist;
604 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
608 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
610 const CGEN_INSN *insn = ilist->insn;
589 CGEN_INSN_LIST *ilist; local
epiphany-asm.c 773 CGEN_INSN_LIST *ilist;
784 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
788 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
790 const CGEN_INSN *insn = ilist->insn;
768 CGEN_INSN_LIST *ilist; local
frv-asm.c 1580 CGEN_INSN_LIST *ilist;
1591 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
1595 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
1597 const CGEN_INSN *insn = ilist->insn;
1576 CGEN_INSN_LIST *ilist; local
ip2k-asm.c 828 CGEN_INSN_LIST *ilist;
839 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
843 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
845 const CGEN_INSN *insn = ilist->insn;
824 CGEN_INSN_LIST *ilist; local
iq2000-asm.c 776 CGEN_INSN_LIST *ilist;
787 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
791 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
793 const CGEN_INSN *insn = ilist->insn;
772 CGEN_INSN_LIST *ilist; local
lm32-asm.c 666 CGEN_INSN_LIST *ilist;
677 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
681 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
683 const CGEN_INSN *insn = ilist->insn;
662 CGEN_INSN_LIST *ilist; local
  /src/external/gpl3/binutils.old/dist/opcodes/
cgen-dis.c 151 const CGEN_INSN_LIST *ilist; local
153 for (ilist = insns; ilist != NULL; ilist = ilist->next, ++ hentbuf)
160 if (! (* cd->dis_hash_p) (ilist->insn))
166 value = CGEN_INSN_BASE_VALUE (ilist->insn);
167 size = CGEN_INSN_MASK_BITSIZE (ilist->insn);
171 add_insn_to_hash_chain (hentbuf, ilist->insn, htable, hash);
cgen-asm.c 101 const CGEN_INSN_LIST *ilist; local
103 for (ilist = insns; ilist != NULL; ilist = ilist->next, ++ hentbuf)
107 if (! (* cd->asm_hash_p) (ilist->insn))
109 hash = (* cd->asm_hash) (CGEN_INSN_MNEMONIC (ilist->insn));
111 hentbuf->insn = ilist->insn;
fr30-asm.c 627 CGEN_INSN_LIST *ilist;
638 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
642 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
644 const CGEN_INSN *insn = ilist->insn;
623 CGEN_INSN_LIST *ilist; local
m32r-asm.c 645 CGEN_INSN_LIST *ilist;
656 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
660 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
662 const CGEN_INSN *insn = ilist->insn;
641 CGEN_INSN_LIST *ilist; local
xstormy16-asm.c 593 CGEN_INSN_LIST *ilist;
604 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
608 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
610 const CGEN_INSN *insn = ilist->insn;
589 CGEN_INSN_LIST *ilist; local
  /src/external/gpl3/gdb/dist/opcodes/
cgen-dis.c 151 const CGEN_INSN_LIST *ilist; local
153 for (ilist = insns; ilist != NULL; ilist = ilist->next, ++ hentbuf)
160 if (! (* cd->dis_hash_p) (ilist->insn))
166 value = CGEN_INSN_BASE_VALUE (ilist->insn);
167 size = CGEN_INSN_MASK_BITSIZE (ilist->insn);
171 add_insn_to_hash_chain (hentbuf, ilist->insn, htable, hash);
cgen-asm.c 101 const CGEN_INSN_LIST *ilist; local
103 for (ilist = insns; ilist != NULL; ilist = ilist->next, ++ hentbuf)
107 if (! (* cd->asm_hash_p) (ilist->insn))
109 hash = (* cd->asm_hash) (CGEN_INSN_MNEMONIC (ilist->insn));
111 hentbuf->insn = ilist->insn;
fr30-asm.c 627 CGEN_INSN_LIST *ilist;
638 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
642 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
644 const CGEN_INSN *insn = ilist->insn;
623 CGEN_INSN_LIST *ilist; local
m32r-asm.c 645 CGEN_INSN_LIST *ilist;
656 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
660 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
662 const CGEN_INSN *insn = ilist->insn;
641 CGEN_INSN_LIST *ilist; local
xstormy16-asm.c 593 CGEN_INSN_LIST *ilist;
604 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
608 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
610 const CGEN_INSN *insn = ilist->insn;
589 CGEN_INSN_LIST *ilist; local
  /src/external/gpl3/gdb.old/dist/opcodes/
cgen-dis.c 151 const CGEN_INSN_LIST *ilist; local
153 for (ilist = insns; ilist != NULL; ilist = ilist->next, ++ hentbuf)
160 if (! (* cd->dis_hash_p) (ilist->insn))
166 value = CGEN_INSN_BASE_VALUE (ilist->insn);
167 size = CGEN_INSN_MASK_BITSIZE (ilist->insn);
171 add_insn_to_hash_chain (hentbuf, ilist->insn, htable, hash);
cgen-asm.c 101 const CGEN_INSN_LIST *ilist; local
103 for (ilist = insns; ilist != NULL; ilist = ilist->next, ++ hentbuf)
107 if (! (* cd->asm_hash_p) (ilist->insn))
109 hash = (* cd->asm_hash) (CGEN_INSN_MNEMONIC (ilist->insn));
111 hentbuf->insn = ilist->insn;
fr30-asm.c 627 CGEN_INSN_LIST *ilist;
638 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
642 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
644 const CGEN_INSN *insn = ilist->insn;
623 CGEN_INSN_LIST *ilist; local
m32r-asm.c 645 CGEN_INSN_LIST *ilist;
656 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
660 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
662 const CGEN_INSN *insn = ilist->insn;
641 CGEN_INSN_LIST *ilist; local
xstormy16-asm.c 593 CGEN_INSN_LIST *ilist;
604 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
608 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
610 const CGEN_INSN *insn = ilist->insn;
589 CGEN_INSN_LIST *ilist; local

Completed in 38 milliseconds

1 2 3