Exemple #1
0
 def _and__val(self, other):
     return bitsBitOp__val(self, other, AllOps.AND, vldMaskForAnd)
Exemple #2
0
 def _or__val(self, other):
     return bitsBitOp__val(self, other, AllOps.OR, vldMaskForOr)
Exemple #3
0
 def _xor__val(self, other):
     return bitsBitOp__val(self, other, AllOps.XOR, vldMaskForXor)