Home
last modified time | relevance | path

Searched refs:Is1D (Results 1 – 3 of 3) sorted by relevance

/external/vixl/src/vixl/a64/
Dassembler-a64.cc2023 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 …]
Dmacro-assembler-a64.cc980 if (vd.Is1D()) { in Movi64bitHelper()
1242 VIXL_ASSERT(vd.Is1D() || vd.Is2D()); in Fmov()
1269 if (vd.Is1D() || vd.Is2D()) { in Fmov()
Dassembler-a64.h309 bool Is1D() const { return (Is64Bits() && (lanes_ == 1)); } in Is1D() function