Home | History | Annotate | Download | only in config

Lines Matching refs:hwcaps

980   int hwcaps, hwcaps2;
1005 hwcaps = hwcap_seen & U0xffffffff;
1008 if (hwcaps)
1009 bfd_elf_add_obj_attr_int (stdoutput, OBJ_ATTR_GNU, Tag_GNU_Sparc_HWCAPS, hwcaps);
3016 bfd_uint64_t hwcaps
3017 = (((bfd_uint64_t) insn->hwcaps2) << 32) | insn->hwcaps;
3020 if (hwcaps)
3021 hwcap_seen |= hwcaps;
3055 hwcap_allowed |= hwcaps;
3092 /* Make sure the hwcaps used by the instruction are
3094 if (hwcaps & ~hwcap_allowed)
3096 const char *hwcap_name = get_hwcap_name(hwcaps & ~hwcap_allowed);