Searched refs:dtype_h (Results 1 – 2 of 2) sorted by relevance
679 Instr dtype_h = ExtractBits(dtype_h_lsb + 1, dtype_h_lsb); in GetSVEMsizeFromDtype() local681 dtype_h = dtype_h ^ 0x3; in GetSVEMsizeFromDtype()683 return dtype_h; in GetSVEMsizeFromDtype()
7423 Instr dtype_h = msize_in_bytes_log2; variable7427 dtype_h = dtype_h ^ 0x3;7430 VIXL_ASSERT(IsUint2(dtype_h));7432 VIXL_ASSERT((dtype_h > dtype_l) == is_signed);7434 return (dtype_h << dtype_h_lsb) | (dtype_l << dtype_l_lsb);