Beispiel #1
0
 def lowest8bits(self):
     assert not self.is_xmm
     if WORD == 4:
         assert 0 <= self.value < 4
     return RegLoc(rx86.low_byte(self.value), False)
Beispiel #2
0
 def lowest8bits(self):
     assert not self.is_xmm
     return RegLoc(rx86.low_byte(self.value), False)