Lines Matching refs:Exception
74 raise Exception("bad reg_w %d" % w)
90 raise Exception()
98 raise Exception("Bad /m width: %s" % w)
112 raise Exception("Bad mem width: %s" % mw)
128 raise Exception("Bad vsib width: %s" % w)
143 raise Exception("Unknown immediate")
158 raise Exception("Bad r/w width: %s" % w)
160 raise Exception("Bad r/w width: %s" % w)
175 raise Exception("Bad mem width: %s" % w)
180 class SkipInstruction(Exception):
188 raise Exception("Expected /m: %s", arg)
196 raise Exception("Expected /m: %s", arg)
208 raise Exception("Expected /m: %s", arg)
222 raise Exception("Unrecognised arg: %s", arg)
245 except Exception as e:
246 raise Exception("Bad arg %s: %s" % (op, e))
278 raise Exception("vsib with memory: %s" % self.op)
306 raise Exception("Memarg %d" % memarg)
331 raise Exception("Memarg4 %d" % memarg)
333 raise Exception("Too many regs: %s(%d)" % (self.op, nreg))