Home
last modified time | relevance | path

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

/third_party/vixl/src/aarch64/
Dinstructions-aarch64.cc656 Instr dtype_h = ExtractBits(dtype_h_lsb + 1, dtype_h_lsb); in GetSVEMsizeFromDtype() local
658 dtype_h = dtype_h ^ 0x3; in GetSVEMsizeFromDtype()
660 return dtype_h; in GetSVEMsizeFromDtype()
Dassembler-aarch64.h7142 Instr dtype_h = msize_in_bytes_log2; variable
7146 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);