Home
last modified time | relevance | path

Searched refs:CRT_SH5_ISA16 (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf32-sh64.h27 CRT_SH5_ISA16 = 2, enumerator
Delf32-sh64-com.c210 ? CRT_SH5_ISA16 : CRT_DATA); in sh64_get_contents_type()
/toolchain/binutils/binutils-2.27/opcodes/
Dsh64-dis.c495 return (memaddr & 1) == 1 ? CRT_SH5_ISA32 : CRT_SH5_ISA16; in sh64_get_contents_type_disasm()
550 if (cr_type != CRT_SH5_ISA16) in print_insn_sh64()
DChangeLog-02031905 (print_insn_sh64x) <not CRT_SH5_ISA16>: Ditto. Print as .byte:s
/toolchain/binutils/binutils-2.27/ld/emultempl/
Dsh64elf.em458 cr_type = CRT_SH5_ISA16;
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-sh64.c3152 new_contents_type = CRT_SH5_ISA16; in sh64_set_contents_type()
Dtc-sh.c2920 sh64_set_contents_type (CRT_SH5_ISA16); in md_assemble()