Searched refs:Is16B (Results 1 – 3 of 3) sorted by relevance
732 VIXL_ASSERT(vd.Is16B() || vd.Is8B()); in NEONTable()733 VIXL_ASSERT(vn.Is16B()); in NEONTable()2349 (vn.Is16B() && vd.Is8H())|| in NEON3DifferentL()2371 (vm.Is16B() && vd.Is8H())|| in NEON3DifferentW()2386 (vd.Is16B() && vn.Is8H())|| in NEON3DifferentHN()2395 V(pmull2, NEON_PMULL2, vn.IsVector() && vn.Is16B()) \3131 VIXL_ASSERT((vd.Is8H() && vn.Is16B() && shift == 8) || in shll2()3239 V(and_, NEON_AND, vd.Is8B() || vd.Is16B()) \3240 V(orr, NEON_ORR, vd.Is8B() || vd.Is16B()) \3241 V(orn, NEON_ORN, vd.Is8B() || vd.Is16B()) \[all …]
997 } else if (vd.Is8B() || vd.Is16B()) { in Movi()
304 bool Is16B() const { return (Is128Bits() && (lanes_ == 16)); } in Is16B() function