Lines Matching full:opcode
25 interp_defs_file = "../../libdex/DexOpcodes.h" # need opcode list
143 # Start of opcode list.
157 # Set location of a single alt opcode's source file.
168 raise DataParseError("unknown opcode %s" % tokens[1])
177 # Set location of a single opcode's source file.
188 raise DataParseError("unknown opcode %s" % tokens[1])
204 dict.update({ "opcode":op, "opnum":i })
206 "_%(opcode)s /* 0x%(opnum)02x */\n" % dict)
210 # End of opcode list; emit instruction blocks.
259 raise SyntaxError, "bad opcode count"
334 dict.update({ "opcode":op, "opnum":opindex })
379 dict.update({ "opcode":op, "opnum":opindex })
393 dict.update({ "opcode":op, "opnum":opindex })
410 # underscore so the symbol name doesn't clash with the Opcode enum.
411 outfp.write(prefix + "_%(opcode)s: /* 0x%(opnum)02x */\n" % dict)
479 sister_list.append("\n/* continuation for %(opcode)s */\n"%dict)
531 # Extract opcode list.