Searched refs:kImm12Bits (Results 1 – 2 of 2) sorted by relevance
203 const int kImm12Bits = 12; variable228 const int kImm12Mask = ((1 << kImm12Bits) - 1) << kImm12Shift;
210 const int kImm12Bits = 12; variable334 const uint32_t kImm12Mask = ((1 << kImm12Bits) - 1) << kImm12Shift;1622 int Value = this->Bits(kImm12Shift + kImm12Bits - 1, kImm12Shift); in Imm12Value()