Lines Matching refs:op
123 raise DataParseError("op requires exactly two arguments")
125 raise DataParseError("op statements must be between opStart/opEnd")
179 op = opcodes[i]
181 if opcode_locations.has_key(op):
182 location = opcode_locations[op]
196 op = opcodes[opindex]
197 source = "%s/%s.S" % (location, op)
199 dict.update({ "opcode":op, "opnum":opindex })
341 #for op in opcodes:
342 # print " %s" % op
400 elif tokens[0] == "op-start":
402 elif tokens[0] == "op-end":
404 elif tokens[0] == "op":