Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dassembler-aarch64.h2893 switch (vd.GetLanes()) { in VFormat()
2905 switch (vd.GetLanes()) { in VFormat()
2923 if (vd.GetLanes() == 1) { in FPFormat()
2930 if (vd.GetLanes() == 2) { in FPFormat()
2936 VIXL_ASSERT((vd.GetLanes() == 4) && vd.Is128Bits()); in FPFormat()
2943 switch (vd.GetLanes()) { in LSVFormat()
2957 switch (vd.GetLanes()) { in LSVFormat()
2974 VIXL_ASSERT(vd.GetLanes() == 1); in SFormat()
Doperands-aarch64.h400 int GetLanes() const { return lanes_; } in GetLanes() function
401 VIXL_DEPRECATED("GetLanes", int lanes() const) { return GetLanes(); } in lanes()
Dassembler-aarch64.cc1483 offset = (offset / vt.GetLanes()) * 1; in LoadStoreStructVerify()
1495 offset = (offset / vt.GetLanes()) * 2; in LoadStoreStructVerify()
1507 offset = (offset / vt.GetLanes()) * 3; in LoadStoreStructVerify()
1519 offset = (offset / vt.GetLanes()) * 4; in LoadStoreStructVerify()
3151 VIXL_ASSERT((0 <= index) && (index < vd.GetLanes())); in ext()
/external/vixl/test/aarch64/
Dtest-disasm-aarch64.cc3063 v, VRegister((v.GetCode() + 1) % 32, v.GetSizeInBits(), v.GetLanes())
3065 VLIST2(v), VRegister((v.GetCode() + 2) % 32, v.GetSizeInBits(), v.GetLanes())
3067 VLIST3(v), VRegister((v.GetCode() + 3) % 32, v.GetSizeInBits(), v.GetLanes())