Home
last modified time | relevance | path

Searched refs:esize_in_bytes_log2 (Results 1 - 3 of 3) sorted by relevance

/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc12055 int esize_in_bytes_log2 = instr->GetSVEEsizeFromDtype(is_signed, 13); in Simulator() local
12056 VIXL_ASSERT(msize_in_bytes_log2 <= esize_in_bytes_log2); in Simulator()
12057 VectorFormat vform = SVEFormatFromLaneSizeInBytesLog2(esize_in_bytes_log2); in Simulator()
12334 int esize_in_bytes_log2 = instr->GetSVEEsizeFromDtype(is_signed); in Simulator() local
12335 VIXL_ASSERT(msize_in_bytes_log2 <= esize_in_bytes_log2); in Simulator()
12336 VectorFormat vform = SVEFormatFromLaneSizeInBytesLog2(esize_in_bytes_log2); in Simulator()
12378 int esize_in_bytes_log2 = instr->GetSVEEsizeFromDtype(is_signed); in Simulator() local
12379 VIXL_ASSERT(msize_in_bytes_log2 <= esize_in_bytes_log2); in Simulator()
12380 VectorFormat vform = SVEFormatFromLaneSizeInBytesLog2(esize_in_bytes_log2); in Simulator()
12382 int vl_divisor_log2 = esize_in_bytes_log2 in Simulator()
12891 int esize_in_bytes_log2 = instr->GetSVEEsizeFromDtype(false); Simulator() local
14033 int esize_in_bytes_log2 = instr->GetSVEEsizeFromDtype(is_signed); Simulator() local
14081 int esize_in_bytes_log2 = instr->GetSVEEsizeFromDtype(is_signed); Simulator() local
[all...]
H A Dlogic-aarch64.cc7245 int esize_in_bytes_log2 = LaneSizeInBytesLog2FromFormat(vform);
7250 VIXL_ASSERT(esize_in_bytes_log2 >= msize_in_bytes_log2);
7270 int unpack_shift = esize_in_bytes_log2 - msize_in_bytes_log2;
7283 if (esize_in_bytes_log2 == msize_in_bytes_log2) {
7306 int esize_in_bytes_log2 = LaneSizeInBytesLog2FromFormat(vform);
7312 VIXL_ASSERT(esize_in_bytes_log2 >= msize_in_bytes_log2);
7345 if ((esize_in_bytes_log2 == msize_in_bytes_log2) && !is_signed) {
H A Dassembler-aarch64.h7307 unsigned esize_in_bytes_log2,
7312 VIXL_ASSERT(esize_in_bytes_log2 <= kDRegSizeInBytesLog2);
7314 Instr dtype_l = esize_in_bytes_log2;
7328 unsigned esize_in_bytes_log2,
7331 esize_in_bytes_log2,

Completed in 31 milliseconds