• Home
  • Raw
  • Download

Lines Matching refs:Is1D

2038   VIXL_ASSERT(vt.IsVector() || vt.Is1D());  in LoadStoreStruct()
2385 VIXL_ASSERT((vn.Is1H() && vd.Is1S()) || (vn.Is1S() && vd.Is1D()) || in NEON3DifferentL()
2718 VIXL_ASSERT(vd.Is1D()); in fmov()
2766 VIXL_ASSERT(vn.Is1H() || vn.Is1S() || vn.Is1D()); in fmov()
2786 VIXL_ASSERT(vd.Is1H() || vd.Is1S() || vd.Is1D()); in fmov()
2809 VIXL_ASSERT(vd.Is1H() || vd.Is1S() || vd.Is1D()); in fmov()
2817 VIXL_ASSERT((index == 1) && vd.Is1D() && rn.IsX()); in fmov()
2825 VIXL_ASSERT((index == 1) && vn.Is1D() && rd.IsX()); in fmov()
2843 VIXL_ASSERT(vd.Is1D()); in fmadd()
2862 VIXL_ASSERT(vd.Is1D()); in fmsub()
2881 VIXL_ASSERT(vd.Is1D()); in fnmadd()
2900 VIXL_ASSERT(vd.Is1D()); in fnmsub()
2919 VIXL_ASSERT(vd.Is1D()); in fnmul()
2934 VIXL_ASSERT(vn.Is1H() || vn.Is1S() || vn.Is1D()); in FPCompareMacro()
2943 VIXL_ASSERT(vn.Is1H() || vn.Is1S() || vn.Is1D()); in FPCompareMacro()
2983 VIXL_ASSERT(vn.Is1H() || vn.Is1S() || vn.Is1D()); in FPCCompareMacro()
3015 VIXL_ASSERT(vd.Is1H() || vd.Is1S() || vd.Is1D()); in fcsel()
3025 if (vd.Is1D()) { in fcvt()
3029 VIXL_ASSERT(vn.Is1D() || vn.Is1H()); in fcvt()
3030 op = vn.Is1D() ? FCVT_sd : FCVT_sh; in fcvt()
3033 VIXL_ASSERT(vn.Is1D() || vn.Is1S()); in fcvt()
3034 op = vn.Is1D() ? FCVT_hd : FCVT_hs; in fcvt()
3080 VIXL_ASSERT(vd.Is1S() && vn.Is1D()); in fcvtxn()
3098 VIXL_ASSERT(rd.IsW() && vn.Is1D()); in fjcvtzs()
3114 VIXL_ASSERT((vd.Is1S() && vn.Is1S()) || (vd.Is1D() && vn.Is1D())); in NEONFPConvertToInt()
3167 VIXL_ASSERT(vn.Is1H() || vn.Is1S() || vn.Is1D()); in NEON_FP2REGMISC_FCVT_LIST()
3190 VIXL_ASSERT(vd.Is1D() || vd.Is1S() || vd.Is2D() || vd.Is2S() || vd.Is4S() || in fcvtzs()
3200 VIXL_ASSERT(vn.Is1H() || vn.Is1S() || vn.Is1D()); in fcvtzu()
3223 VIXL_ASSERT(vd.Is1D() || vd.Is1S() || vd.Is2D() || vd.Is2S() || vd.Is4S() || in fcvtzu()
3241 VIXL_ASSERT(vd.Is1D() || vd.Is1S() || vd.Is2D() || vd.Is2S() || vd.Is4S() || in ucvtf()
3259 VIXL_ASSERT(vd.Is1D() || vd.Is1S() || vd.Is2D() || vd.Is2S() || vd.Is4S() || in scvtf()
3269 VIXL_ASSERT(vd.Is1H() || vd.Is1S() || vd.Is1D()); in scvtf()
3283 VIXL_ASSERT(vd.Is1H() || vd.Is1S() || vd.Is1D()); in ucvtf()
3366 VIXL_ASSERT(vd.Is1S() || vd.Is1D()); \
3405 VIXL_ASSERT(vd.Is1S() || vd.Is1D()); \
3455 VIXL_ASSERT(vd.IsVector() || vd.Is1D()); in cmeq()
3462 VIXL_ASSERT(vd.IsVector() || vd.Is1D()); in cmge()
3469 VIXL_ASSERT(vd.IsVector() || vd.Is1D()); in cmgt()
3475 VIXL_ASSERT(vd.IsVector() || vd.Is1D()); in cmle()
3483 VIXL_ASSERT(vd.IsVector() || vd.Is1D()); in cmlt()
3518 VIXL_ASSERT(vd.Is1S() || vd.Is1D()); in NEONFP2RegMisc()
3615 VIXL_ASSERT(vd.Is1S() || vd.Is1D()); in frecpx()
3624 V(add, NEON_ADD, vd.IsVector() || vd.Is1D()) \
3625 V(addp, NEON_ADDP, vd.IsVector() || vd.Is1D()) \
3626 V(sub, NEON_SUB, vd.IsVector() || vd.Is1D()) \
3627 V(cmeq, NEON_CMEQ, vd.IsVector() || vd.Is1D()) \
3628 V(cmge, NEON_CMGE, vd.IsVector() || vd.Is1D()) \
3629 V(cmgt, NEON_CMGT, vd.IsVector() || vd.Is1D()) \
3630 V(cmhi, NEON_CMHI, vd.IsVector() || vd.Is1D()) \
3631 V(cmhs, NEON_CMHS, vd.IsVector() || vd.Is1D()) \
3632 V(cmtst, NEON_CMTST, vd.IsVector() || vd.Is1D()) \
3633 V(sshl, NEON_SSHL, vd.IsVector() || vd.Is1D()) \
3634 V(ushl, NEON_USHL, vd.IsVector() || vd.Is1D()) \
3635 V(srshl, NEON_SRSHL, vd.IsVector() || vd.Is1D()) \
3636 V(urshl, NEON_URSHL, vd.IsVector() || vd.Is1D()) \
3734 VIXL_ASSERT(vd.Is1H() || vd.Is1S() || vd.Is1D()); \
3791 VIXL_ASSERT((vd.Is1D() && vn.Is2D()));
3858 VIXL_ASSERT((vd.Is1S() && vn.Is2S()) || (vd.Is1D() && vn.Is2D()) || in faddp()
3871 VIXL_ASSERT((vd.Is1S() && vn.Is2S()) || (vd.Is1D() && vn.Is2D()) || in fmaxp()
3884 VIXL_ASSERT((vd.Is1S() && vn.Is2S()) || (vd.Is1D() && vn.Is2D()) || in fminp()
3897 VIXL_ASSERT((vd.Is1S() && vn.Is2S()) || (vd.Is1D() && vn.Is2D()) || in fmaxnmp()
3910 VIXL_ASSERT((vd.Is1S() && vn.Is2S()) || (vd.Is1D() && vn.Is2D()) || in fminnmp()
3995 if (vd.Is2D() || vd.Is1D()) { in movi()
4058 (vd.Is1S() && vm.Is1S()) || (vd.Is2D() && vm.Is1D()) || in NEONFPByElement()
4059 (vd.Is1D() && vm.Is1D()) || (vd.Is4H() && vm.Is1H()) || in NEONFPByElement()
4061 VIXL_ASSERT((vm.Is1S() && (vm_index < 4)) || (vm.Is1D() && (vm_index < 2)) || in NEONFPByElement()
4066 if (vm.Is1D()) { in NEONFPByElement()
4124 (vd.Is1D() && vn.Is1S() && vm.Is1S())); in NEONByElementL()
4310 VIXL_ASSERT(vd.IsVector() || vd.Is1D()); in abs()
4323 VIXL_ASSERT(vd.IsVector() || vd.Is1D()); in neg()
4341 (vd.Is1S() && vn.Is1D())); in NEONXtn()
4467 VIXL_ASSERT(!vd.Is1D()); in dup()
4485 VIXL_ASSERT(!vd.Is1D()); in dup()
4651 VIXL_ASSERT(!vd.Is1D() && !vd.Is2D()); in cls()
4659 VIXL_ASSERT(!vd.Is1D() && !vd.Is2D()); in clz()
4691 VIXL_ASSERT(!vd.Is1D() && !vd.Is2D()); in rev64()
4720 (vn.Is2S() && vd.Is1D()) || (vn.Is16B() && vd.Is8H()) || in NEONAddlp()
4755 (vn.Is4S() && vd.Is1D())); in NEONAcrossLanesL()
4837 VIXL_ASSERT(!vd.Is1D()); in NEON_ACROSSLANES_FP_LIST()
4955 (vd.Is1S() && vn.Is1D())); in NEONShiftImmediateN()
4971 VIXL_ASSERT(vd.IsVector() || vd.Is1D()); in shl()
4978 VIXL_ASSERT(vd.IsVector() || vd.Is1D()); in sli()
5055 VIXL_ASSERT(vd.IsVector() || vd.Is1D()); in sri()
5062 VIXL_ASSERT(vd.IsVector() || vd.Is1D()); in sshr()
5069 VIXL_ASSERT(vd.IsVector() || vd.Is1D()); in ushr()
5076 VIXL_ASSERT(vd.IsVector() || vd.Is1D()); in srshr()
5083 VIXL_ASSERT(vd.IsVector() || vd.Is1D()); in urshr()
5090 VIXL_ASSERT(vd.IsVector() || vd.Is1D()); in ssra()
5097 VIXL_ASSERT(vd.IsVector() || vd.Is1D()); in usra()
5104 VIXL_ASSERT(vd.IsVector() || vd.Is1D()); in srsra()
5111 VIXL_ASSERT(vd.IsVector() || vd.Is1D()); in ursra()
5488 VIXL_ASSERT(vd.Is1H() || vd.Is1S() || vd.Is1D()); in FPDataProcessing1Source()
5498 VIXL_ASSERT(vd.Is1H() || vd.Is1S() || vd.Is1D()); in FPDataProcessing3Source()