Home | History | Annotate | Download | only in priv

Lines Matching defs:NEON

1657       { VEX_HWCAPS_ARM_NEON, "neon" },
1979 Bool NEON = ((hwcaps & VEX_HWCAPS_ARM_NEON) != 0);
1984 if (NEON)
1986 "NEON instructions are not supported for ARMv5.\n");
1989 if (NEON)
1991 "NEON instructions are not supported for ARMv6.\n");
1996 if (!NEON || !VFP3)
1998 "NEON and VFP3 are required for ARMv8.\n");