Searched refs:arm_hwcap (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Darm-fbsd-tdep.c180 CORE_ADDR arm_hwcap = 0; local
182 if (target_auxv_search (target, AT_FREEBSD_HWCAP, &arm_hwcap) != 1)
185 if (arm_hwcap & HWCAP_VFP)
187 if (arm_hwcap & HWCAP_NEON)
189 else if ((arm_hwcap & (HWCAP_VFPv3 | HWCAP_VFPD32))
H A Darm-linux-nat.c534 CORE_ADDR arm_hwcap = linux_get_hwcap (this); local
552 if (arm_hwcap & HWCAP_IWMMXT)
555 if (arm_hwcap & HWCAP_VFP)
567 if (arm_hwcap & HWCAP_NEON)
569 else if ((arm_hwcap & (HWCAP_VFPv3 | HWCAP_VFPv3D16)) == HWCAP_VFPv3)
H A Darm-linux-tdep.c734 CORE_ADDR arm_hwcap = linux_get_hwcap (target); local
736 if (arm_hwcap & HWCAP_VFP)
740 if (arm_hwcap & HWCAP_NEON)
742 else if ((arm_hwcap & (HWCAP_VFPv3 | HWCAP_VFPv3D16)) == HWCAP_VFPv3)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Darm-fbsd-tdep.c221 CORE_ADDR arm_hwcap = 0; variable
225 &arm_hwcap) != 1)
228 if (arm_hwcap & HWCAP_VFP)
230 if (arm_hwcap & HWCAP_NEON)
232 else if ((arm_hwcap & (HWCAP_VFPv3 | HWCAP_VFPD32))
H A Darm-linux-nat.c534 CORE_ADDR arm_hwcap = linux_get_hwcap (); local
552 if (arm_hwcap & HWCAP_IWMMXT)
555 if (arm_hwcap & HWCAP_VFP)
567 if (arm_hwcap & HWCAP_NEON)
569 else if ((arm_hwcap & (HWCAP_VFPv3 | HWCAP_VFPv3D16)) == HWCAP_VFPv3)
H A Darm-linux-tdep.c736 CORE_ADDR arm_hwcap = linux_get_hwcap (auxv, target, gdbarch); local
738 if (arm_hwcap & HWCAP_VFP)
742 if (arm_hwcap & HWCAP_NEON)
744 else if ((arm_hwcap & (HWCAP_VFPv3 | HWCAP_VFPv3D16)) == HWCAP_VFPv3)
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-arm-low.cc961 unsigned long arm_hwcap = linux_get_hwcap (4); local
963 if (arm_hwcap & HWCAP_IWMMXT)
966 if (arm_hwcap & HWCAP_VFP)
978 if (arm_hwcap & HWCAP_NEON)
980 else if ((arm_hwcap & (HWCAP_VFPv3 | HWCAP_VFPv3D16)) == HWCAP_VFPv3)
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-arm-low.cc961 unsigned long arm_hwcap = linux_get_hwcap (4); local
963 if (arm_hwcap & HWCAP_IWMMXT)
966 if (arm_hwcap & HWCAP_VFP)
978 if (arm_hwcap & HWCAP_NEON)
980 else if ((arm_hwcap & (HWCAP_VFPv3 | HWCAP_VFPv3D16)) == HWCAP_VFPv3)

Completed in 218 milliseconds