Searched refs:TZ2 (Results 1 – 5 of 5) sorted by relevance
169 unsigned TZ2 = CountTrailingZeros_32(Imm & ~63U); in getSOImmValRotate() local170 unsigned RotAmt2 = TZ2 & ~1; in getSOImmValRotate()
155 unsigned TZ2 = CountTrailingZeros_32(Imm & ~63U); in getSOImmValRotate() local156 unsigned RotAmt2 = TZ2 & ~1; in getSOImmValRotate()
156 unsigned TZ2 = countTrailingZeros(Imm & ~63U); in getSOImmValRotate() local157 unsigned RotAmt2 = TZ2 & ~1; in getSOImmValRotate()
146 unsigned TZ2 = countTrailingZeros(Imm & ~63U); in getSOImmValRotate() local147 unsigned RotAmt2 = TZ2 & ~1; in getSOImmValRotate()
1325 TZ2 = tz.tzstr('UTC-3', posix_offset=True)1326 self.assertEqual(datetime(2015, 1, 1, tzinfo=TZ2).utcoffset(),