Searched refs:dtype_h (Results 1 – 2 of 2) sorted by relevance
656 Instr dtype_h = ExtractBits(dtype_h_lsb + 1, dtype_h_lsb); in GetSVEMsizeFromDtype() local658 dtype_h = dtype_h ^ 0x3; in GetSVEMsizeFromDtype()660 return dtype_h; in GetSVEMsizeFromDtype()
7142 Instr dtype_h = msize_in_bytes_log2; variable7146 dtype_h = dtype_h ^ 0x3;7149 VIXL_ASSERT(IsUint2(dtype_h));7151 VIXL_ASSERT((dtype_h > dtype_l) == is_signed);7153 return (dtype_h << dtype_h_lsb) | (dtype_l << dtype_l_lsb);