/netbsd-src/external/gpl3/gdb/dist/sim/sh/ |
H A D | ChangeLog-2021 | 161 * Makefile.in (gencode.o): New rule. 162 (gencode): Call LINK_FOR_BUILD. 211 * gencode.c: Include libiberty.h. 219 * gencode.c (dmuls.l, dmulu.l): Use new functions dmul_s and dmul_u. 314 * gencode.c (tab): Pass sd into trap calls. 407 * gencode.c (ppi_gensim): Convert old style prototype with ppi_insn. 439 * gencode.c (ppi_gensim): Add missing */. Change case 4 to case 5. 443 * Makefile.in (gencode): Add $(BUILD_CFLAGS), $(BUILD_LDFLAGS), 445 * gencode.c: Include ctype.h, stdlib.h, string.h, and unistd.h. 489 * gencode.c (fabs, fneg): Implement as integer operation [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-bfin.c | 928 gencode (unsigned long x) in gencode() function 998 note1 = conscode (gencode (value), NULL_CODE); in Expr_Node_Gen_Reloc() 1002 note1 = conscode (gencode (value), NULL_CODE); in Expr_Node_Gen_Reloc() 1009 note1 = conscode (gencode (value), NULL_CODE); in Expr_Node_Gen_Reloc() 1016 note1 = conscode (gencode (value >> 1), NULL_CODE); in Expr_Node_Gen_Reloc() 1026 note = note_reloc1 (gencode (0), head->value.s_value, parent_reloc, pcrel); in Expr_Node_Gen_Reloc() 1039 note = conscode (note_reloc2 (gencode (0), head->Left_Child->value.s_value, in Expr_Node_Gen_Reloc() 1048 note = note_reloc1 (gencode (0), op, parent_reloc, pcrel); in Expr_Node_Gen_Reloc() 1066 …note = conscode (note_reloc2 (gencode (0), con, BFD_ARELOC_BFIN_CONST, head->value.i_value, 0), NU… in Expr_Node_Gen_Reloc_R() 1069 note = conscode (note_reloc (gencode (0), head, BFD_ARELOC_BFIN_PUSH, 0), NULL_CODE); in Expr_Node_Gen_Reloc_R() [all …]
|
H A D | bfin-defs.h | 261 extern INSTR_T gencode (unsigned long x);
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-bfin.c | 917 gencode (unsigned long x) in gencode() function 987 note1 = conscode (gencode (value), NULL_CODE); in Expr_Node_Gen_Reloc() 991 note1 = conscode (gencode (value), NULL_CODE); in Expr_Node_Gen_Reloc() 998 note1 = conscode (gencode (value), NULL_CODE); in Expr_Node_Gen_Reloc() 1005 note1 = conscode (gencode (value >> 1), NULL_CODE); in Expr_Node_Gen_Reloc() 1015 note = note_reloc1 (gencode (0), head->value.s_value, parent_reloc, pcrel); in Expr_Node_Gen_Reloc() 1028 note = conscode (note_reloc2 (gencode (0), head->Left_Child->value.s_value, in Expr_Node_Gen_Reloc() 1037 note = note_reloc1 (gencode (0), op, parent_reloc, pcrel); in Expr_Node_Gen_Reloc() 1055 …note = conscode (note_reloc2 (gencode (0), con, BFD_ARELOC_BFIN_CONST, head->value.i_value, 0), NU… in Expr_Node_Gen_Reloc_R() 1058 note = conscode (note_reloc (gencode (0), head, BFD_ARELOC_BFIN_PUSH, 0), NULL_CODE); in Expr_Node_Gen_Reloc_R() [all …]
|
H A D | bfin-defs.h | 261 extern INSTR_T gencode (unsigned long x);
|
/netbsd-src/external/bsd/pcc/dist/pcc/mip/ |
H A D | reader.c | 87 static void gencode(NODE *p, int cookie); 700 gencode(r, FORCC); in emit() 703 gencode(r, FORCC); in emit() 707 gencode(p->n_left, INREGS); in emit() 714 gencode(p, FOREFF); /* Emit instructions */ in emit() 1035 gencode(q->n_right->n_left, INREGS); in genxasm() 1038 gencode(q->n_left, INREGS); in genxasm() 1127 gencode(NODE *p, int cookie) in gencode() function 1141 gencode(r, 0); in gencode() 1143 gencode(l, 0); in gencode() [all …]
|
/netbsd-src/external/gpl3/gdb/dist/sim/cr16/ |
H A D | ChangeLog-2021 | 91 * gencode.c: Replace config.h include with defs.h. 166 * Makefile.in (gencode.o, cr16-opc.o): Call COMPILE_FOR_BUILD. 167 (gencode): Call LINK_FOR_BUILD. 171 * Makefile.in (gencode): Delete $(BUILD_LIB). 377 * gencode.c: Likewise. Add SIM_DESC and SIM_CPU args to all OPs. 525 * Makefile.in (gencode.o, cr16-opc.o): Add $(WARN_CFLAGS). 526 (gencode): Add $(BUILD_LDFLAGS). 529 * gencode.c: Include string.h. 692 * Makefile.in, cr16_sim.h, gencode.c and simops.c: Update for typos 698 gencode.c, interp.c, simops.c, endian.c: Created.
|
/netbsd-src/external/gpl3/gdb/dist/sim/m68hc11/ |
H A D | ChangeLog-2021 | 107 dv-m68hc11tim.c, dv-nvram.c, emulos.c, gencode.c, interp.c, 190 * Makefile.in (gencode.o): New rule. 191 (gencode): Call LINK_FOR_BUILD. 261 * gencode.c: Include libiberty.h. 294 * gencode.c: Rename proc to cpu. 318 * gencode.c: Include stdio.h. 467 * gencode.c (gen_fetch_operands): Remove unreachable code. 800 * gencode.c: Identify indirect addressing mode for call and fix daa. 920 * Makefile.in (gencode): Provide explicit path to gencode.c. 925 (m68hc12int.c): Generate using gencode -m6812. [all …]
|
/netbsd-src/external/gpl3/gdb/dist/sim/mips/ |
H A D | ChangeLog-2021 | 1693 * mips.igen: Remove gencode comment from top of file, fix 2110 (oengine.c, gencode): Delete remaining references. 2178 * Makefile.in (gencode): Kill, kill, kill. 2179 * gencode.c: Ditto. 2210 * gencode.c (build_instruction - BREAK): For MIPS16, handle BREAK 2227 * configure.in: Add explicit mips-lsi-* target. Use gencode to 2279 (MAC/MADD16, DMAC/DMADD16): Implement using code from gencode.c. 2315 * gencode.c (build_instruction): Ditto. 2395 * gencode.c: Mark BEGEZALL as LIKELY. 2510 * gencode.c (build_instruction): Do not generate checks for [all …]
|
/netbsd-src/external/gpl3/gdb/dist/sim/d10v/ |
H A D | ChangeLog-2021 | 95 * d10v_sim.h, gencode.c: Delete config.h include. 169 * Makefile.in (gencode.o, d10v-opc.o): Call COMPILE_FOR_BUILD. 170 (gencode): Call LINK_FOR_BUILD. 174 * Makefile.in (gencode): Delete $(BUILD_LIB). 367 * gencode.c: Likewise. Add SIM_DESC and SIM_CPU args to all OPs. 482 * Makefile.in (gencode.o, d10v-opc.o): Add $(WARN_CFLAGS). 483 (gencode): Add $(BUILD_LDFLAGS). 486 * gencode.c: Include string.h. 727 * gencode.c: Do not include "callback.h". 1538 * gencode.c: patch to not #include "d10v_sim.h" which [all …]
|
/netbsd-src/external/gpl3/gdb/dist/sim/v850/ |
H A D | ChangeLog-2021 | 827 (tmp-gencode, gencode.o, gencode): Delete targets. 830 * gencode.c: Delete file. 838 * Makefile.in (gencode): Link with libintl. 842 * Makefile.in (gencode): Link with libopcodes in build tree rather 1239 (tmp-gencode): Does not depend on simops.h 1408 * gencode.c (write_template): Generate #include sim-main.h. 1434 * gencode.c: Move #includes to here. 1511 * gencode.c (write_header): Functions prototypes return an 1696 * gencode.c (write_opcodes): Pad operands field to account for 1737 * gencode.c (write_opcodes): Output hex values for opcode mask [all …]
|
/netbsd-src/external/gpl3/gdb/dist/sim/mn10300/ |
H A D | ChangeLog-2021 | 761 * gencode.c: Support FMT_D3. 778 * gencode.c, simops.c: Delete. 1698 * gencode.c (write_opcodes): Also write out the format of the 1725 * gencode.c (write_header): Add "insn" and "extension" arguments 1804 * gencode.c, interp.c: Snapshot current simulator code. 1809 * gencode.c, interp.c, mn10300_sim.h, simops.c: New files.
|
/netbsd-src/external/gpl3/gdb/dist/sim/ |
H A D | ChangeLog-2021 | 831 * cr16/gencode.c: Don't use PARAMS. 835 * d10v/gencode.c: Don't use PARAMS. 1360 * sh/gencode.c: Replace sh3e with sh2e except in fsqrt.
|
/netbsd-src/external/gpl3/gdb/dist/sim/h8300/ |
H A D | ChangeLog-2021 | 1466 * p1,p3, gencode.c, state.h, writecode.c All dead and obsolete.
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | ChangeLog-2008 | 250 * config/tc-bfin.c (gencode, allocate): Remove unnecessary cast.
|
H A D | ChangeLog-2016 | 4762 * config/tc-bfin.c (gencode): Use XOBNEW obstack_alloc () wrapper.
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | ChangeLog-2008 | 250 * config/tc-bfin.c (gencode, allocate): Remove unnecessary cast.
|
H A D | ChangeLog-2016 | 4762 * config/tc-bfin.c (gencode): Use XOBNEW obstack_alloc () wrapper.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-1998 | 82 * gengenrtl.c (gencode): Always use bzero to clear memory instead 12449 * gengenrtl.c (gencode): When generating genrtl.c, cast the first 12725 * gengenrtl.c (gencode): When creating genrtl.c, have it 14000 genheader, gencode): Add prototypes. 17476 * gengenrtl.c (gencode): Emit new function obstack_alloc_rtx
|
H A D | ChangeLog-1999 | 8906 (gencode): Generate a #include for ggc.h. 16611 (gencode): Emit call to memset instead of bzero.
|
H A D | ChangeLog-2002 | 677 * gengenrtl.c (gencode): Delete unnecessary rtl_obstack declaration. 12770 * gengenrtl.c (gencode): Don't define obstack_alloc_rtx.
|
H A D | ChangeLog-2000 | 21319 * gengenrtl.c (gencode): Write obstack_alloc_rtx function start
|
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/ |
H A D | ChangeLog-2021 | 6634 * Makefile.in (tmp-gencode): comment out hack to get around some 6641 Makefile.in (tmp-gencode): Use gen -n so that debug info is
|
/netbsd-src/external/gpl2/xcvs/dist/doc/ |
H A D | cvs.texinfo | 6296 gencode(); 6319 gencode(); 6340 gencode(); 6384 gencode(); 6427 gencode();
|
/netbsd-src/external/gpl2/xcvs/dist/doc/i18n/pt_BR/ |
H A D | cvs.texinfo | 9877 gencode(); 9901 gencode(); 9925 gencode(); 9976 gencode(); 10035 gencode();
|