Searched refs:hwcaps (Results 1 – 8 of 8) sorted by relevance
975 int hwcaps, hwcaps2; in sparc_md_end() local1000 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() local3008 = (((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 …]
102 unsigned int hwcaps; member
637 * sparc.h (struct sparc_opcode): New field 'hwcaps'.
293 list of seen/allowed hwcaps.456 * config/tc-sparc.c (sparc_ip): Update the set of allowed hwcaps
1420 (sparc_ip): Fetch hwcaps from insn->hwcaps instead of insn->flags.
437 (sparc_ip): Validate that hwcaps used by an instruction have actually
882 into new struct sparc_opcode 'hwcaps' field instead of 'flags'.
2104 hwcaps attribute.