Lines Matching refs:Is16B

258   VIXL_ASSERT(vd.Is16B() || vd.Is8B());  in NEONTable()
259 VIXL_ASSERT(vn.Is16B()); in NEONTable()
1858 (vn.Is2S() && vd.Is2D()) || (vn.Is16B() && vd.Is8H()) || in NEON3DifferentL()
1877 (vm.Is2S() && vd.Is2D()) || (vm.Is16B() && vd.Is8H()) || in NEON3DifferentW()
1889 (vd.Is2S() && vn.Is2D()) || (vd.Is16B() && vn.Is8H()) || in NEON3DifferentHN()
1898 V(pmull2, NEON_PMULL2, vn.IsVector() && vn.Is16B()) \
2589 VIXL_ASSERT((vd.Is8H() && vn.Is16B() && shift == 8) || in shll2()
2687 V(and_, NEON_AND, vd.Is8B() || vd.Is16B()) \
2688 V(orr, NEON_ORR, vd.Is8B() || vd.Is16B()) \
2689 V(orn, NEON_ORN, vd.Is8B() || vd.Is16B()) \
2690 V(eor, NEON_EOR, vd.Is8B() || vd.Is16B()) \
2691 V(bic, NEON_BIC, vd.Is8B() || vd.Is16B()) \
2692 V(bit, NEON_BIT, vd.Is8B() || vd.Is16B()) \
2693 V(bif, NEON_BIF, vd.Is8B() || vd.Is16B()) \
2694 V(bsl, NEON_BSL, vd.Is8B() || vd.Is16B()) \
2695 V(pmul, NEON_PMUL, vd.Is8B() || vd.Is16B()) \
3074 (vd.Is2S() && vn.Is2D()) || (vd.Is16B() && vn.Is8H()) || in NEONXtn()
3133 VIXL_ASSERT(vd.Is8B() || vd.Is16B()); in not_()
3140 VIXL_ASSERT(vd.Is8B() || vd.Is16B()); in rbit()
3150 VIXL_ASSERT(vd.Is8B() || vd.Is16B()); in ext()
3371 VIXL_ASSERT(vd.Is8B() || vd.Is16B()); in cnt()
3378 VIXL_ASSERT(vd.Is8B() || vd.Is16B()); in rev16()
3385 VIXL_ASSERT(vd.Is8B() || vd.Is16B() || vd.Is4H() || vd.Is8H()); in rev32()
3418 (vn.Is2S() && vd.Is1D()) || (vn.Is16B() && vd.Is8H()) || in NEONAddlp()
3447 VIXL_ASSERT((vn.Is8B() && vd.Is1H()) || (vn.Is16B() && vd.Is1H()) || in NEONAcrossLanesL()
3467 VIXL_ASSERT((vn.Is8B() && vd.Is1B()) || (vn.Is16B() && vd.Is1B()) || in NEONAcrossLanes()
3597 (vn.Is2S() && vd.Is2D()) || (vn.Is16B() && vd.Is8H()) || in NEONShiftImmediateL()
3621 (vd.Is2S() && vn.Is2D()) || (vd.Is16B() && vn.Is8H()) || in NEONShiftImmediateN()
4108 VIXL_ASSERT(vd.Is8B() || vd.Is16B() || vd.Is4H() || vd.Is8H() || vd.Is2S() || in NEONModifiedImmShiftLsl()
4115 if (vd.Is8B() || vd.Is16B()) { in NEONModifiedImmShiftLsl()