def _le__val(self, other): return bitsCmp__val(self, other, AllOps.LE, le)
def _ge__val(self, other): return bitsCmp__val(self, other, AllOps.GE, ge)
def _gt__val(self, other): return bitsCmp__val(self, other, AllOps.GT, gt)
def _lt__val(self, other): return bitsCmp__val(self, other, AllOps.LT, lt)
def _ne__val(self, other): return bitsCmp__val(self, other, AllOps.NEQ, ne)
def _eq__val(self, other): return bitsCmp__val(self, other, AllOps.EQ, eq)