HomeSort by: relevance | last modified time | path
    Searched refs:hwcaps (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/opcode/
sparc.h 86 int hwcaps; member in struct:sparc_opcode_arch
116 unsigned int hwcaps; member in struct:sparc_opcode
  /src/external/gpl3/binutils.old/dist/include/opcode/
sparc.h 86 int hwcaps; member in struct:sparc_opcode_arch
116 unsigned int hwcaps; member in struct:sparc_opcode
  /src/external/gpl3/gdb/dist/include/opcode/
sparc.h 86 int hwcaps; member in struct:sparc_opcode_arch
116 unsigned int hwcaps; member in struct:sparc_opcode
  /src/external/gpl3/gdb.old/dist/include/opcode/
sparc.h 86 int hwcaps; member in struct:sparc_opcode_arch
116 unsigned int hwcaps; member in struct:sparc_opcode
  /src/external/gpl3/binutils/dist/gas/config/
tc-sparc.c 511 | sparc_opcode_archs[opcode_arch].hwcaps
1096 int hwcaps, hwcaps2;
1133 hwcaps = hwcap_seen & U0xffffffff;
1136 if ((hwcaps
1138 Tag_GNU_Sparc_HWCAPS, hwcaps))
3197 uint64_t hwcaps = ((uint64_t) insn->hwcaps2 << 32) | insn->hwcaps;
3200 if (hwcaps)
3201 hwcap_seen |= hwcaps;
3237 | hwcaps
1089 int hwcaps, hwcaps2; local
3186 uint64_t hwcaps = ((uint64_t) insn->hwcaps2 << 32) | insn->hwcaps; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-sparc.c 510 | sparc_opcode_archs[opcode_arch].hwcaps
1095 int hwcaps, hwcaps2;
1132 hwcaps = hwcap_seen & U0xffffffff;
1135 if ((hwcaps
1137 Tag_GNU_Sparc_HWCAPS, hwcaps))
3196 uint64_t hwcaps = ((uint64_t) insn->hwcaps2 << 32) | insn->hwcaps;
3199 if (hwcaps)
3200 hwcap_seen |= hwcaps;
3236 | hwcaps
1088 int hwcaps, hwcaps2; local
3185 uint64_t hwcaps = ((uint64_t) insn->hwcaps2 << 32) | insn->hwcaps; local
    [all...]
  /src/sys/dev/hyperv/
if_hvn.c 4351 aprint_debug_dev(sc->sc_dev, "hwcaps rev %u\n",
4354 aprint_debug_dev(sc->sc_dev, "hwcaps csum: "
4361 aprint_debug_dev(sc->sc_dev, "hwcaps lsov2: "
4375 struct ndis_offload hwcaps; local
4381 error = hvn_get_hwcaps(sc, &hwcaps);
4383 DPRINTF("%s: failed to query hwcaps\n",
4405 if (hwcaps.ndis_lsov2.ndis_ip4_encap & NDIS_OFFLOAD_ENCAP_8023) {
4409 if (hwcaps.ndis_lsov2.ndis_ip4_maxsz < tso_maxsz)
4410 tso_maxsz = hwcaps.ndis_lsov2.ndis_ip4_maxsz;
4411 if (hwcaps.ndis_lsov2.ndis_ip4_minsg > tso_minsg
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elfxx-sparc.c 4825 obj_attribute *hwcaps = &attrs[Tag_GNU_Sparc_HWCAPS];
4868 else if (hwcaps->i & v9v_hwcaps_mask)
4870 else if (hwcaps->i & v9e_hwcaps_mask)
4872 else if (hwcaps->i & v9d_hwcaps_mask)
4874 else if (hwcaps->i & v9c_hwcaps_mask)
4892 else if (hwcaps->i & v9v_hwcaps_mask)
4895 else if (hwcaps->i & v9e_hwcaps_mask)
4898 else if (hwcaps->i & v9d_hwcaps_mask)
4901 else if (hwcaps->i & v9c_hwcaps_mask)
4819 obj_attribute *hwcaps = &attrs[Tag_GNU_Sparc_HWCAPS]; local
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-sparc.c 4826 obj_attribute *hwcaps = &attrs[Tag_GNU_Sparc_HWCAPS];
4869 else if (hwcaps->i & v9v_hwcaps_mask)
4871 else if (hwcaps->i & v9e_hwcaps_mask)
4873 else if (hwcaps->i & v9d_hwcaps_mask)
4875 else if (hwcaps->i & v9c_hwcaps_mask)
4893 else if (hwcaps->i & v9v_hwcaps_mask)
4896 else if (hwcaps->i & v9e_hwcaps_mask)
4899 else if (hwcaps->i & v9d_hwcaps_mask)
4902 else if (hwcaps->i & v9c_hwcaps_mask)
4820 obj_attribute *hwcaps = &attrs[Tag_GNU_Sparc_HWCAPS]; local
  /src/external/gpl3/gdb/dist/bfd/
elfxx-sparc.c 4797 obj_attribute *hwcaps = &attrs[Tag_GNU_Sparc_HWCAPS];
4840 else if (hwcaps->i & v9v_hwcaps_mask)
4842 else if (hwcaps->i & v9e_hwcaps_mask)
4844 else if (hwcaps->i & v9d_hwcaps_mask)
4846 else if (hwcaps->i & v9c_hwcaps_mask)
4864 else if (hwcaps->i & v9v_hwcaps_mask)
4867 else if (hwcaps->i & v9e_hwcaps_mask)
4870 else if (hwcaps->i & v9d_hwcaps_mask)
4873 else if (hwcaps->i & v9c_hwcaps_mask)
4791 obj_attribute *hwcaps = &attrs[Tag_GNU_Sparc_HWCAPS]; local
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-sparc.c 4802 obj_attribute *hwcaps = &attrs[Tag_GNU_Sparc_HWCAPS];
4845 else if (hwcaps->i & v9v_hwcaps_mask)
4847 else if (hwcaps->i & v9e_hwcaps_mask)
4849 else if (hwcaps->i & v9d_hwcaps_mask)
4851 else if (hwcaps->i & v9c_hwcaps_mask)
4869 else if (hwcaps->i & v9v_hwcaps_mask)
4872 else if (hwcaps->i & v9e_hwcaps_mask)
4875 else if (hwcaps->i & v9d_hwcaps_mask)
4878 else if (hwcaps->i & v9c_hwcaps_mask)
4796 obj_attribute *hwcaps = &attrs[Tag_GNU_Sparc_HWCAPS]; local

Completed in 54 milliseconds