Searched refs:Is8H (Results 1 – 3 of 3) sorted by relevance
1857 (vn.Is8B() && vd.Is8H()) || (vn.Is4H() && vd.Is4S()) || in NEON3DifferentL()1858 (vn.Is2S() && vd.Is2D()) || (vn.Is16B() && vd.Is8H()) || in NEON3DifferentL()1859 (vn.Is8H() && vd.Is4S()) || (vn.Is4S() && vd.Is2D())); in NEON3DifferentL()1876 VIXL_ASSERT((vm.Is8B() && vd.Is8H()) || (vm.Is4H() && vd.Is4S()) || in NEON3DifferentW()1877 (vm.Is2S() && vd.Is2D()) || (vm.Is16B() && vd.Is8H()) || in NEON3DifferentW()1878 (vm.Is8H() && vd.Is4S()) || (vm.Is4S() && vd.Is2D())); in NEON3DifferentW()1888 VIXL_ASSERT((vd.Is8B() && vn.Is8H()) || (vd.Is4H() && vn.Is4S()) || in NEON3DifferentHN()1889 (vd.Is2S() && vn.Is2D()) || (vd.Is16B() && vn.Is8H()) || in NEON3DifferentHN()1890 (vd.Is8H() && vn.Is4S()) || (vd.Is4S() && vn.Is2D())); in NEON3DifferentHN()1928 V(sqdmlal2, NEON_SQDMLAL2, vn.Is1H() || vn.Is1S() || vn.Is8H() || vn.Is4S()) \[all …]
373 bool Is8H() const { return (Is128Bits() && (lanes_ == 8)); } in Is8H() function
1053 } else if (vd.Is4H() || vd.Is8H()) { in Movi()