Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dsimulator-aarch64.h1737 unsigned msize_in_bytes = LaneSizeInBytesFromFormat(vform);
1738 LoadUintToLane(dst, vform, msize_in_bytes, index, addr);
1743 unsigned msize_in_bytes,
1746 dst.SetUint(vform, index, MemReadUint(msize_in_bytes, addr));
1751 unsigned msize_in_bytes,
1754 dst.SetInt(vform, index, MemReadInt(msize_in_bytes, addr));
1761 unsigned msize_in_bytes = LaneSizeInBytesFromFormat(vform);
1762 MemWrite(msize_in_bytes, addr, src.Uint(vform, index));
2282 int msize_in_bytes,
Dlogic-aarch64.cc6992 int msize_in_bytes = addr.GetMsizeInBytes(); in SVEStructuredStoreHelper() local
7040 msize_in_bytes, in SVEStructuredStoreHelper()
7053 int msize_in_bytes = addr.GetMsizeInBytes(); in SVEStructuredLoadHelper() local
7081 LoadIntToLane(zt[r], vform, msize_in_bytes, i, element_address); in SVEStructuredLoadHelper()
7083 LoadUintToLane(zt[r], vform, msize_in_bytes, i, element_address); in SVEStructuredLoadHelper()
7098 msize_in_bytes, in SVEStructuredLoadHelper()
7185 int msize_in_bytes = addr.GetMsizeInBytes(); in SVEFaultTolerantLoadHelper() local
7188 VIXL_ASSERT(esize_in_bytes >= msize_in_bytes); in SVEFaultTolerantLoadHelper()
7209 value = MemReadUint(msize_in_bytes, element_address); in SVEFaultTolerantLoadHelper()
7219 CanReadMemory(element_address, msize_in_bytes); in SVEFaultTolerantLoadHelper()
[all …]
Dsimulator-aarch64.cc1416 int msize_in_bytes, in PrintZStructAccess() argument
1459 msize_in_bytes, in PrintZStructAccess()
/external/vixl/test/aarch64/
Dtest-assembler-sve-aarch64.cc8881 unsigned msize_in_bytes = msize_in_bits / kBitsPerByte; in Ldff1Helper() local
8882 unsigned msize_in_bytes_log2 = std::log2(msize_in_bytes); in Ldff1Helper()
8907 VIXL_ASSERT((page_size % msize_in_bytes) == 0); in Ldff1Helper()
8908 VIXL_ASSERT((vl % msize_in_bytes) == 0); in Ldff1Helper()
8909 size_t elements_per_page = page_size / msize_in_bytes; in Ldff1Helper()
8959 int index_offset = msize_in_bytes >> shift; in Ldff1Helper()
9895 unsigned msize_in_bytes = msize_in_bits / kBitsPerByte; in GatherLoadScalarPlusVectorHelper() local
9907 msize_in_bytes, in GatherLoadScalarPlusVectorHelper()
9922 shift = std::log2(msize_in_bytes); in GatherLoadScalarPlusVectorHelper()
10004 unsigned msize_in_bytes = msize_in_bits / kBitsPerByte; in GatherLoadScalarPlusScalarOrImmHelper() local
[all …]