Home
last modified time | relevance | path

Searched refs:hwcaps2 (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/include/opcode/
Dsparc.h103 unsigned int hwcaps2; member
DChangeLog62 * sparc.h (sparc_opcode): new field `hwcaps2'.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-sparc.c975 int hwcaps, hwcaps2; in sparc_md_end() local
1001 hwcaps2 = hwcap_seen >> 32; in sparc_md_end()
1005 if (hwcaps2) in sparc_md_end()
1006 bfd_elf_add_obj_attr_int (stdoutput, OBJ_ATTR_GNU, Tag_GNU_Sparc_HWCAPS2, hwcaps2); in sparc_md_end()
3008 = (((bfd_uint64_t) insn->hwcaps2) << 32) | insn->hwcaps; in sparc_ip()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog292 (sparc_ip): Take into account the new hwcaps2 bitmap to build the
/toolchain/binutils/binutils-2.25/bfd/
DChangeLog789 the hwcaps2 object attribute.