Home
last modified time | relevance | path

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

/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.cc657 Instr dtype_h = ExtractBits(dtype_h_lsb + 1, dtype_h_lsb); in GetSVEMsizeFromDtype() local
659 dtype_h = dtype_h ^ 0x3; in GetSVEMsizeFromDtype()
661 return dtype_h; in GetSVEMsizeFromDtype()
H A Dassembler-aarch64.h7313 Instr dtype_h = msize_in_bytes_log2;
7317 dtype_h = dtype_h ^ 0x3;
7320 VIXL_ASSERT(IsUint2(dtype_h));
7322 VIXL_ASSERT((dtype_h > dtype_l) == is_signed);
7324 return (dtype_h << dtype_h_lsb) | (dtype_l << dtype_l_lsb);

Completed in 9 milliseconds