Home
last modified time | relevance | path

Searched refs:GetLanes (Results 1 – 4 of 4) sorted by relevance

/external/vixl/src/aarch64/
Doperands-aarch64.h410 int GetLanes() const { return lanes_; } in GetLanes() function
411 VIXL_DEPRECATED("GetLanes", int lanes() const) { return GetLanes(); } in lanes()
Dassembler-aarch64.h3858 switch (vd.GetLanes()) { in VFormat()
3870 switch (vd.GetLanes()) { in VFormat()
3888 switch (vd.GetLanes()) { in FPFormat()
3939 switch (vd.GetLanes()) { in LSVFormat()
3953 switch (vd.GetLanes()) { in LSVFormat()
3970 VIXL_ASSERT(vd.GetLanes() == 1); in SFormat()
Dassembler-aarch64.cc1830 offset = (offset / vt.GetLanes()) * 1; in LoadStoreStructVerify()
1842 offset = (offset / vt.GetLanes()) * 2; in LoadStoreStructVerify()
1854 offset = (offset / vt.GetLanes()) * 3; in LoadStoreStructVerify()
1866 offset = (offset / vt.GetLanes()) * 4; in LoadStoreStructVerify()
4175 VIXL_ASSERT((0 <= index) && (index < vd.GetLanes())); in ext()
/external/vixl/test/aarch64/
Dtest-disasm-aarch64.cc3451 v, VRegister((v.GetCode() + 1) % 32, v.GetSizeInBits(), v.GetLanes())
3453 VLIST2(v), VRegister((v.GetCode() + 2) % 32, v.GetSizeInBits(), v.GetLanes())
3455 VLIST3(v), VRegister((v.GetCode() + 3) % 32, v.GetSizeInBits(), v.GetLanes())