Home | History | Annotate | Download | only in mterp

Lines Matching refs:op

181         raise DataParseError("op requires exactly two arguments")
183 raise DataParseError("op statements must be between opStart/opEnd")
189 print "Note: op overrides earlier %s (%s -> %s)" \
201 op = opcodes[i]
203 dict.update({ "opcode":op, "opnum":i })
275 op = opcodes[i]
277 if opcode_locations.has_key(op):
278 location = opcode_locations[op]
291 # too annoying to try to slide it in after the alignment psuedo-op, so
319 op = opcodes[opindex]
323 dict.update({ "opcode":op, "opnum":opindex })
347 op = opcodes[i]
348 if alt_opcode_locations.has_key(op):
349 source = "%s/ALT_%s.S" % (alt_opcode_locations[op], op)
363 op = opcodes[opindex]
364 source = "%s/%s.cpp" % (location, op)
368 dict.update({ "opcode":op, "opnum":opindex })
379 op = opcodes[opindex]
380 source = "%s/%s.S" % (location, op)
382 dict.update({ "opcode":op, "opnum":opindex })
523 #for op in opcodes:
524 # print " %s" % op
586 elif tokens[0] == "op-start":
588 elif tokens[0] == "op-end":
592 elif tokens[0] == "op":