Home | History | Annotate | Download | only in template

Lines Matching full:opcode

25 interp_defs_file = "TemplateOpList.h" # need opcode list
104 # Start of opcode list.
118 # Set location of a single opcode's source file.
129 raise DataParseError("unknown opcode %s" % tokens[1])
134 # End of opcode list; emit instruction blocks.
199 dict.update({ "opcode":op, "opnum":opindex })
215 # underscore so the symbol name doesn't clash with the Opcode enum.
216 template_name = "dvmCompiler_%(opcode)s" % dict
286 sister_list.append("\n/* continuation for %(opcode)s */\n"%dict)
338 # Extract opcode list.