Home
last modified time | relevance | path

Searched refs:hwcaps (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-sparc.c975 int hwcaps, hwcaps2; in sparc_md_end() local
1000 hwcaps = hwcap_seen & U0xffffffff; in sparc_md_end()
1003 if (hwcaps) in sparc_md_end()
1004 bfd_elf_add_obj_attr_int (stdoutput, OBJ_ATTR_GNU, Tag_GNU_Sparc_HWCAPS, hwcaps); in sparc_md_end()
3007 bfd_uint64_t hwcaps in sparc_ip() local
3008 = (((bfd_uint64_t) insn->hwcaps2) << 32) | insn->hwcaps; in sparc_ip()
3011 if (hwcaps) in sparc_ip()
3012 hwcap_seen |= hwcaps; in sparc_ip()
3046 hwcap_allowed |= hwcaps; in sparc_ip()
3085 if (hwcaps & ~hwcap_allowed) in sparc_ip()
[all …]
/toolchain/binutils/binutils-2.25/include/opcode/
Dsparc.h102 unsigned int hwcaps; member
DChangeLog637 * sparc.h (struct sparc_opcode): New field 'hwcaps'.
/toolchain/binutils/binutils-2.25/gas/
DChangeLog293 list of seen/allowed hwcaps.
456 * config/tc-sparc.c (sparc_ip): Update the set of allowed hwcaps
DChangeLog-20121420 (sparc_ip): Fetch hwcaps from insn->hwcaps instead of insn->flags.
DChangeLog-2011437 (sparc_ip): Validate that hwcaps used by an instruction have actually
/toolchain/binutils/binutils-2.25/opcodes/
DChangeLog-2012882 into new struct sparc_opcode 'hwcaps' field instead of 'flags'.
/toolchain/binutils/binutils-2.25/bfd/
DChangeLog-20132104 hwcaps attribute.