Searched refs:TZ2 (Results 1 – 4 of 4) sorted by relevance
169 unsigned TZ2 = CountTrailingZeros_32(Imm & ~63U); in getSOImmValRotate() local170 unsigned RotAmt2 = TZ2 & ~1; in getSOImmValRotate()
148 unsigned TZ2 = countTrailingZeros(Imm & ~63U); in getSOImmValRotate() local149 unsigned RotAmt2 = TZ2 & ~1; in getSOImmValRotate()
156 unsigned TZ2 = countTrailingZeros(Imm & ~63U); in getSOImmValRotate() local157 unsigned RotAmt2 = TZ2 & ~1; in getSOImmValRotate()
1436 TZ2 = tz.tzstr('UTC-3', posix_offset=True)1437 self.assertEqual(datetime(2015, 1, 1, tzinfo=TZ2).utcoffset(),