Searched refs:kImm26Shift (Results 1 – 2 of 2) sorted by relevance
279 const int kImm26Shift = 0; variable312 const int kImm26Mask = ((1 << kImm26Bits) - 1) << kImm26Shift;1090 return Bits(kImm26Shift + kImm26Bits - 1, kImm26Shift); in Imm26Value()
257 const int kImm26Shift = 0; variable290 const int kImm26Mask = ((1 << kImm26Bits) - 1) << kImm26Shift;1153 return Bits(kImm26Shift + kImm26Bits - 1, kImm26Shift); in Imm26Value()