Searched refs:rl78 (Results 1 – 25 of 47) sorted by relevance
12
/toolchain/binutils/binutils-2.25/opcodes/ |
D | rl78-decode.opc | 28 #include "opcode/rl78.h" 34 RL78_Opcode_Decoded * rl78; 40 #define ID(x) rl78->id = RLO_##x, rl78->lineno = __LINE__ 41 #define OP(n,t,r,a) (rl78->op[n].type = t, \ 42 rl78->op[n].reg = r, \ 43 rl78->op[n].addend = a ) 45 (rl78->op[n].type = t, \ 46 rl78->op[n].reg = r1, \ 47 rl78->op[n].reg2 = r2, \ 48 rl78->op[n].addend = a ) [all …]
|
D | rl78-decode.c | 35 RL78_Opcode_Decoded * rl78; member 41 #define ID(x) rl78->id = RLO_##x, rl78->lineno = __LINE__ 42 #define OP(n,t,r,a) (rl78->op[n].type = t, \ 43 rl78->op[n].reg = r, \ 44 rl78->op[n].addend = a ) 46 (rl78->op[n].type = t, \ 47 rl78->op[n].reg = r1, \ 48 rl78->op[n].reg2 = r2, \ 49 rl78->op[n].addend = a ) 51 #define W() rl78->size = RL78_Word [all …]
|
D | Makefile.am | 224 rl78-decode.c \ 225 rl78-dis.c \ 519 $(srcdir)/rl78-decode.c \ 575 $(srcdir)/rl78-decode.c: @MAINT@ $(srcdir)/rl78-decode.opc opc2c$(EXEEXT_FOR_BUILD) 576 ./opc2c$(EXEEXT_FOR_BUILD) $(srcdir)/rl78-decode.opc > $(srcdir)/rl78-decode.c
|
D | ChangeLog-2011 | 69 * Makefile.am (TARGET_LIBOPCODES_CFILES): Add rl78-decode.c and 70 rl78-dis.c. 71 (MAINTAINERCLEANFILES): Add rl78-decode.c. 72 (rl78-decode.c): New rule, built from rl78-decode.opc and opc2c. 78 * rl78-decode.c: New file. 79 * rl78-decode.opc: New file. 80 * rl78-dis.c: New file.
|
D | ChangeLog-2012 | 8 * rl78-decode.c: Likewise. 9 * rl78-decode.opc: Likewise. 401 * rl78-decode.opc (rl78_decode_opcode): Merge %e and %[01] 404 * rl78-decode.c: Regenerate. 405 * rl78-dis.c (print_insn_rl78): Make order of modifiers 534 * rl78-decode.c: Regenerate. 678 * rl78-dis.c: Likewise. 744 * rl78-decode.opc: Likewise. 745 * rl78-decode.c: Regenerate. 1026 * rl78-decode.opc (rl78_decode_opcode): Add NOT1. [all …]
|
D | Makefile.in | 497 rl78-decode.c \ 498 rl78-dis.c \ 645 $(srcdir)/rl78-decode.c \ 897 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rl78-decode.Plo@am__quote@ 898 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rl78-dis.Plo@am__quote@ 1437 $(srcdir)/rl78-decode.c: @MAINT@ $(srcdir)/rl78-decode.opc opc2c$(EXEEXT_FOR_BUILD) 1438 ./opc2c$(EXEEXT_FOR_BUILD) $(srcdir)/rl78-decode.opc > $(srcdir)/rl78-decode.c
|
D | ChangeLog-2013 | 1053 * rl78-dis.c (print_insn_rl78): Use alternative form as a GCC false 1159 * rl78-decode.opc (rl78_decode_opcode): Fix typo. 1160 * rl78-decode.c: Regenerate. 1164 * rl78-decode.opc: Fix encoding of DIVWU insn. 1165 * rl78-decode.c: Regenerate. 1228 * rl78-decode.c: Regenerate.
|
D | configure.ac | 312 bfd_rl78_arch) ta="$ta rl78-dis.lo rl78-decode.lo";;
|
/toolchain/binutils/binutils-2.25/gas/ |
D | Makefile.am | 174 config/tc-rl78.c \ 245 config/tc-rl78.h \ 366 rl78-parse.c rl78-parse.h \ 497 rl78-parse.c: $(srcdir)/config/rl78-parse.y 498 …$(SHELL) $(YLWRAP) $(srcdir)/config/rl78-parse.y y.tab.c rl78-parse.c y.tab.h rl78-parse.h -- $(YA… 499 rl78-parse.h: rl78-parse.c 500 rl78-parse.@OBJEXT@: rl78-parse.c rl78-parse.h $(srcdir)/config/rl78-defs.h \ 501 $(INCDIR)/elf/common.h $(INCDIR)/elf/rl78.h $(BFDDIR)/libbfd.h 503 rl78-defs.h: ; @true
|
D | ChangeLog-2011 | 11 * config/rl78-defs.h (rl78_linkrelax_addr16): Add. 13 * config/rl78-parse.y: Tag all addr16 and branch patterns with 15 * config/tc-rl78.c (rl78_linkrelax_addr16): New. 25 * config/tc-rl78.h (MAX_MEM_FOR_RS_ALIGN_CODE): New. 29 * config/rl78-parse.y (rl78_bit_insn): New. Set it for all bit 191 * config/rl78-defs.h (rl78_error): Add "const". 192 * config/rl78-parse.y (rl78_error): Likewise. 245 * doc/c-rl78.texi (RL78-Float): Remove unused menu entry. 249 * config/tc-rl78.c (tc_gen_reloc): Remove unused variable. 260 * Makefile.am (TARGET_CPU_CFILES): Add tc-rl78.c. [all …]
|
D | Makefile.in | 443 config/tc-rl78.c \ 514 config/tc-rl78.h \ 628 rl78-parse.c rl78-parse.h \ 869 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-rl78.Po@am__quote@ 1574 tc-rl78.o: config/tc-rl78.c 1575 …(CFLAGS) -MT tc-rl78.o -MD -MP -MF $(DEPDIR)/tc-rl78.Tpo -c -o tc-rl78.o `test -f 'config/tc-rl78.… 1576 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-rl78.Tpo $(DEPDIR)/tc-rl78.Po 1579 …PPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-rl78.o `test -f 'config/tc-rl78.c' || echo '$(srcdir)/'`c… 1581 tc-rl78.obj: config/tc-rl78.c 1582 …LAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-rl78.obj -MD -MP -MF $(DEPDIR)/tc-rl78.Tpo -c -o t… [all …]
|
D | ChangeLog | 551 * config/tc-rl78.c (md_apply_fix): Correct handling of small sized 645 * config/tc-rl78.c: Likewise. 1035 * config/tc-rl78.c (enum options): Add OPTION_32BIT_DOUBLES 1042 * doc/c-rl78.texi: Document new options. 1195 * config/tc-rl78.h (TC_CONS_FIX_NEW): Add RELOC parameter. 1336 * config/tc-rl78.c (md_apply_fix): Add overflow warnings for 1352 * config/tc-rl78.c (rl78_op): Issue an error message if a 16-bit 1397 * config/rl78-defs.h (RL78_RELAX_NONE, RL78_RELAX_BRANCH): Add. 1398 * config/rl78-parse.y (BC, BNC, BZ, BNZ, BH, BHZ, bt_bf): Call 1400 * config/tc-rl78.h (md_relax_frag): Define. [all …]
|
D | configure.ac | 465 rl78) 466 echo ${extra_objects} | grep -s "rl78-parse.o" 468 extra_objects="$extra_objects rl78-parse.o"
|
D | configure.tgt | 90 rl78*) cpu_type=rl78 ;;
|
/toolchain/binutils/binutils-2.25/ld/emulparams/ |
D | elf32rl78.sh | 6 ARCH=rl78
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-gc/ |
D | pr13683.d | 5 #xfail: sh64*-*-* iq2000-*-* lm32-*-* epiphany-*-* mips64vr-*-* frv-*-* m32c-*-* rl78-*-* rx-*-* sh…
|
/toolchain/binutils/binutils-2.25/opcodes/po/ |
D | POTFILES.in | 176 rl78-decode.c 177 rl78-dis.c
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | Makefile.am | 83 c-rl78.texi \
|
/toolchain/binutils/binutils-2.25/gas/po/ |
D | POTFILES.in | 132 config/tc-rl78.c 133 config/tc-rl78.h
|
/toolchain/binutils/binutils-2.25/bfd/po/ |
D | SRC-POTFILES.in | 119 cpu-rl78.c 209 elf32-rl78.c
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | Makefile.am | 145 cpu-rl78.lo \ 229 cpu-rl78.c \ 353 elf32-rl78.lo \ 540 elf32-rl78.c \
|
D | ChangeLog-2011 | 3 * elf32-rl78.c (rl78_elf_relocate_section, rl78_dump_symtab) 8 * elf32-rl78.c (rl78_elf_relocate_section, rl78_elf_relax_section): Use 13 * elf32-rl78.c (prev_alignment, sec_start): Remove unused variables. 21 * elf32-rl78.c (rl78_elf_howto_table): Add R_RL78_RH_RELAX. 483 * elf32-rl78.c (rl78_elf_merge_private_bfd_data): Delete unused 501 * Makefile.am (ALL_MACHINES): Add cpu-rl78.lo. 502 (ALL_MACHINES_CFILES): Add cpu-rl78.c. 503 (BFD32_BACKENDS): Add elf32-rl78.lo. 504 (BFD32_BACKENDS_CFILES): Add elf32-rl78.c. 508 * config.bfd: Add rl78-*-elf. [all …]
|
D | Makefile.in | 446 cpu-rl78.lo \ 530 cpu-rl78.c \ 655 elf32-rl78.lo \ 842 elf32-rl78.c \ 1356 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-rl78.Plo@am__quote@ 1443 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-rl78.Plo@am__quote@
|
/toolchain/binutils/binutils-2.25/include/gdb/ |
D | ChangeLog | 47 * sim-rl78.h: New file.
|
/toolchain/binutils/binutils-2.25/ |
D | config.sub | 306 | rl78 | rx \
|
12