Searched refs:Is1D (Results 1 – 3 of 3) sorted by relevance
2023 VIXL_ASSERT(vt.IsVector() || vt.Is1D()); in LoadStoreStruct()2345 (vn.Is1S() && vd.Is1D()) || in NEON3DifferentL()2577 VIXL_ASSERT(vd.Is1D()); in fmov()2604 VIXL_ASSERT(vn.Is1S() || vn.Is1D()); in fmov()2612 VIXL_ASSERT(vd.Is1S() || vd.Is1D()); in fmov()2620 VIXL_ASSERT(vd.Is1S() || vd.Is1D()); in fmov()2627 VIXL_ASSERT((index == 1) && vd.Is1D() && rn.IsX()); in fmov()2634 VIXL_ASSERT((index == 1) && vn.Is1D() && rd.IsX()); in fmov()2689 VIXL_ASSERT(vn.Is1S() || vn.Is1D()); in FPCompareMacro()2698 VIXL_ASSERT(vn.Is1S() || vn.Is1D()); in FPCompareMacro()[all …]
980 if (vd.Is1D()) { in Movi64bitHelper()1242 VIXL_ASSERT(vd.Is1D() || vd.Is2D()); in Fmov()1269 if (vd.Is1D() || vd.Is2D()) { in Fmov()
309 bool Is1D() const { return (Is64Bits() && (lanes_ == 1)); } in Is1D() function