Searched refs:GetLanes (Results 1 – 4 of 4) sorted by relevance
/external/vixl/src/aarch64/ |
D | assembler-aarch64.h | 2893 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()
|
D | operands-aarch64.h | 400 int GetLanes() const { return lanes_; } in GetLanes() function 401 VIXL_DEPRECATED("GetLanes", int lanes() const) { return GetLanes(); } in lanes()
|
D | assembler-aarch64.cc | 1483 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/ |
D | test-disasm-aarch64.cc | 3063 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())
|