Home | History | Annotate | Download | only in mterp

Lines Matching full:print

133         print "Warning: op overrides earlier %s (%s -> %s)" \
168 print "ERROR: found %d opcodes in Interp.h (expected 256)" \
235 print " emit %s --> C" % source
253 print " emit %s --> asm" % source
315 #print " including src=%s dict=%s" % (alt_source, new_dict)
349 print "ERROR: substitution failed: " + line
382 print "Usage: %s target-arch output-dir" % sys.argv[0]
393 # print " %s" % op
401 print "Unable to open config file 'config-%s'" % target_arch
411 print "Unable to open output files"
412 print "Make sure directory '%s' exists and existing files are writable" \
418 print "Generating %s, %s" % (c_fp.name, asm_fp.name)
439 #print "%d: %s" % (len(tokens), tokens)
441 #print " blank"
444 #print " comment"
462 print "Failed: " + str(err)