Home | History | Annotate | Download | only in config

Lines Matching defs:hwcaps2

980   int hwcaps, hwcaps2;
1006 hwcaps2 = hwcap_seen >> 32;
1010 if (hwcaps2)
1011 bfd_elf_add_obj_attr_int (stdoutput, OBJ_ATTR_GNU, Tag_GNU_Sparc_HWCAPS2, hwcaps2);
3017 = (((bfd_uint64_t) insn->hwcaps2) << 32) | insn->hwcaps;