Lines Matching +full:width +full:- +full:mm
3 # Generate test-avx.h from x86.csv
62 raise Exception("Bad /m width: %s" % w)
69 return "mm%d" % (n, )
97 raise Exception("Bad r/w width: %s" % w)
99 raise Exception("Bad r/w width: %s" % w)
114 raise Exception("Bad mem width: %s" % w)
123 if arg[:2] == 'mm':
161 if len(self.args) > 0 and self.args[-1] is None:
162 self.args = self.args[:-1]
176 if isinstance(self.args[-1], ArgImm8u):
177 nreg -= 1
178 immarg = self.args[-1]
181 memarg = -1
189 regset += [(-1,)]
196 regset += [(-1, regs[0])]
198 regset += [(dest, -1)]
221 print("Usage: test-mmx.py x86.csv test-mmx.h CPUID...")
226 outf.write("// Generated by test-mmx.py. Do not edit.\n")