Home
last modified time | relevance | path

Searched refs:have_VFP3 (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/
Dm_machine.c1528 volatile Bool have_VFP, have_VFP2, have_VFP3, have_NEON, have_V8; in VG_() local
1578 have_VFP3 = have_VFP; in VG_()
1615 if (have_V8 && have_NEON && have_VFP3) { in VG_()
1627 archlevel, (Int)have_VFP, (Int)have_VFP2, (Int)have_VFP3, in VG_()
1636 if (have_VFP3) vai.hwcaps |= VEX_HWCAPS_ARM_VFP3; in VG_()