Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dassembler-aarch64.cc1536 VIXL_ASSERT(vt.IsVector() || vt.Is1D()); in LoadStoreStruct()
1856 VIXL_ASSERT((vn.Is1H() && vd.Is1S()) || (vn.Is1S() && vd.Is1D()) || in NEON3DifferentL()
2081 VIXL_ASSERT(vd.Is1D()); in fmov()
2108 VIXL_ASSERT(vn.Is1S() || vn.Is1D()); in fmov()
2116 VIXL_ASSERT(vd.Is1S() || vd.Is1D()); in fmov()
2124 VIXL_ASSERT(vd.Is1S() || vd.Is1D()); in fmov()
2131 VIXL_ASSERT((index == 1) && vd.Is1D() && rn.IsX()); in fmov()
2138 VIXL_ASSERT((index == 1) && vn.Is1D() && rd.IsX()); in fmov()
2193 VIXL_ASSERT(vn.Is1S() || vn.Is1D()); in FPCompareMacro()
2202 VIXL_ASSERT(vn.Is1S() || vn.Is1D()); in FPCompareMacro()
[all …]
Dmacro-assembler-aarch64.cc1032 if (vd.Is1D()) { in Movi64bitHelper()
1448 VIXL_ASSERT(vd.Is1D() || vd.Is2D()); in Fmov()
1475 if (vd.Is1D() || vd.Is2D()) { in Fmov()
Doperands-aarch64.h376 bool Is1D() const { return (Is64Bits() && (lanes_ == 1)); } in Is1D() function