Searched refs:Is8H (Results 1 – 3 of 3) sorted by relevance
2346 (vn.Is8B() && vd.Is8H()) || in NEON3DifferentL()2349 (vn.Is16B() && vd.Is8H())|| in NEON3DifferentL()2350 (vn.Is8H() && vd.Is4S()) || in NEON3DifferentL()2368 VIXL_ASSERT((vm.Is8B() && vd.Is8H()) || in NEON3DifferentW()2371 (vm.Is16B() && vd.Is8H())|| in NEON3DifferentW()2372 (vm.Is8H() && vd.Is4S()) || in NEON3DifferentW()2383 VIXL_ASSERT((vd.Is8B() && vn.Is8H()) || in NEON3DifferentHN()2386 (vd.Is16B() && vn.Is8H())|| in NEON3DifferentHN()2387 (vd.Is8H() && vn.Is4S()) || in NEON3DifferentHN()2425 V(sqdmlal2, NEON_SQDMLAL2, vn.Is1H() || vn.Is1S() || vn.Is8H() || vn.Is4S()) \[all …]
1001 } else if (vd.Is4H() || vd.Is8H()) { in Movi()
306 bool Is8H() const { return (Is128Bits() && (lanes_ == 8)); } in Is8H() function