Searched refs:kImm26Shift (Results 1 – 2 of 2) sorted by relevance
229 const int kImm26Shift = 0; variable259 const int kImm26Mask = ((1 << kImm26Bits) - 1) << kImm26Shift;914 return Bits(kImm26Shift + kImm26Bits - 1, kImm26Shift); in Imm26Value()
267 const int kImm26Shift = 0; variable297 const int kImm26Mask = ((1 << kImm26Bits) - 1) << kImm26Shift;900 return Bits(kImm26Shift + kImm26Bits - 1, kImm26Shift); in Imm26Value()