Home
last modified time | relevance | path

Searched refs:dtype_l (Results 1 - 2 of 2) sorted by relevance

/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.cc665 Instr dtype_l = ExtractBits(dtype_l_lsb + 1, dtype_l_lsb); in GetSVEEsizeFromDtype() local
667 dtype_l = dtype_l ^ 0x3; in GetSVEEsizeFromDtype()
669 return dtype_l; in GetSVEEsizeFromDtype()
H A Dassembler-aarch64.h7314 Instr dtype_l = esize_in_bytes_log2;
7318 dtype_l = dtype_l ^ 0x3;
7321 VIXL_ASSERT(IsUint2(dtype_l));
7322 VIXL_ASSERT((dtype_h > dtype_l) == is_signed);
7324 return (dtype_h << dtype_h_lsb) | (dtype_l << dtype_l_lsb);

Completed in 10 milliseconds