Searched refs:ilist (Results 1 - 25 of 37) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dcgen-dis.c146 const CGEN_INSN_LIST *ilist; local
148 for (ilist = insns; ilist != NULL; ilist = ilist->next, ++ hentbuf)
154 if (! (* cd->dis_hash_p) (ilist->insn))
160 value = CGEN_INSN_BASE_VALUE (ilist->insn);
163 CGEN_INSN_MASK_BITSIZE (ilist->insn),
166 add_insn_to_hash_chain (hentbuf, ilist->insn, htable, hash);
H A Dcgen-asm.c102 const CGEN_INSN_LIST *ilist; local
104 for (ilist = insns; ilist != NULL; ilist = ilist->next, ++ hentbuf)
108 if (! (* cd->asm_hash_p) (ilist->insn))
110 hash = (* cd->asm_hash) (CGEN_INSN_MNEMONIC (ilist->insn));
112 hentbuf->insn = ilist->insn;
H A Dcgen-asm.in342 CGEN_INSN_LIST *ilist;
353 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
357 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
359 const CGEN_INSN *insn = ilist->insn;
H A Dopenrisc-asm.c556 CGEN_INSN_LIST *ilist;
567 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
571 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
573 const CGEN_INSN *insn = ilist->insn;
552 CGEN_INSN_LIST *ilist; local
H A Dfr30-asm.c625 CGEN_INSN_LIST *ilist;
636 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
640 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
642 const CGEN_INSN *insn = ilist->insn;
621 CGEN_INSN_LIST *ilist; local
H A Dip2k-asm.c826 CGEN_INSN_LIST *ilist;
837 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
841 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
843 const CGEN_INSN *insn = ilist->insn;
822 CGEN_INSN_LIST *ilist; local
H A Dlm32-asm.c664 CGEN_INSN_LIST *ilist;
675 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
679 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
681 const CGEN_INSN *insn = ilist->insn;
660 CGEN_INSN_LIST *ilist; local
H A Dm32r-asm.c643 CGEN_INSN_LIST *ilist;
654 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
658 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
660 const CGEN_INSN *insn = ilist->insn;
639 CGEN_INSN_LIST *ilist; local
H A Dxstormy16-asm.c591 CGEN_INSN_LIST *ilist;
602 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
606 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
608 const CGEN_INSN *insn = ilist->insn;
587 CGEN_INSN_LIST *ilist; local
H A Diq2000-asm.c774 CGEN_INSN_LIST *ilist;
785 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
789 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
791 const CGEN_INSN *insn = ilist->insn;
770 CGEN_INSN_LIST *ilist; local
H A Dmt-asm.c910 CGEN_INSN_LIST *ilist;
921 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
925 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
927 const CGEN_INSN *insn = ilist->insn;
906 CGEN_INSN_LIST *ilist; local
H A Dxc16x-asm.c691 CGEN_INSN_LIST *ilist;
702 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
706 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
708 const CGEN_INSN *insn = ilist->insn;
687 CGEN_INSN_LIST *ilist; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dcgen-dis.c146 const CGEN_INSN_LIST *ilist; local
148 for (ilist = insns; ilist != NULL; ilist = ilist->next, ++ hentbuf)
154 if (! (* cd->dis_hash_p) (ilist->insn))
160 value = CGEN_INSN_BASE_VALUE (ilist->insn);
163 CGEN_INSN_MASK_BITSIZE (ilist->insn),
166 add_insn_to_hash_chain (hentbuf, ilist->insn, htable, hash);
H A Dcgen-asm.c102 const CGEN_INSN_LIST *ilist; local
104 for (ilist = insns; ilist != NULL; ilist = ilist->next, ++ hentbuf)
108 if (! (* cd->asm_hash_p) (ilist->insn))
110 hash = (* cd->asm_hash) (CGEN_INSN_MNEMONIC (ilist->insn));
112 hentbuf->insn = ilist->insn;
H A Dopenrisc-asm.c556 CGEN_INSN_LIST *ilist;
567 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
571 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
573 const CGEN_INSN *insn = ilist->insn;
552 CGEN_INSN_LIST *ilist; local
H A Dfr30-asm.c625 CGEN_INSN_LIST *ilist;
636 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
640 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
642 const CGEN_INSN *insn = ilist->insn;
621 CGEN_INSN_LIST *ilist; local
H A Dip2k-asm.c826 CGEN_INSN_LIST *ilist;
837 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
841 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
843 const CGEN_INSN *insn = ilist->insn;
822 CGEN_INSN_LIST *ilist; local
H A Dlm32-asm.c664 CGEN_INSN_LIST *ilist;
675 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
679 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
681 const CGEN_INSN *insn = ilist->insn;
660 CGEN_INSN_LIST *ilist; local
H A Dm32r-asm.c643 CGEN_INSN_LIST *ilist;
654 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
658 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
660 const CGEN_INSN *insn = ilist->insn;
639 CGEN_INSN_LIST *ilist; local
H A Dxstormy16-asm.c591 CGEN_INSN_LIST *ilist;
602 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
606 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
608 const CGEN_INSN *insn = ilist->insn;
587 CGEN_INSN_LIST *ilist; local
H A Diq2000-asm.c774 CGEN_INSN_LIST *ilist;
785 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
789 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
791 const CGEN_INSN *insn = ilist->insn;
770 CGEN_INSN_LIST *ilist; local
H A Dmt-asm.c910 CGEN_INSN_LIST *ilist;
921 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
925 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
927 const CGEN_INSN *insn = ilist->insn;
906 CGEN_INSN_LIST *ilist; local
H A Dxc16x-asm.c691 CGEN_INSN_LIST *ilist;
702 ilist = CGEN_ASM_LOOKUP_INSN (cd, str);
706 for ( ; ilist != NULL ; ilist = CGEN_ASM_NEXT_INSN (ilist))
708 const CGEN_INSN *insn = ilist->insn;
687 CGEN_INSN_LIST *ilist; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtemplate44.C60 List<int> ilist; local
61 AlgoSort( &ilist );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtemplate44.C60 List<int> ilist; local
61 AlgoSort( &ilist );

Completed in 340 milliseconds

12