Lines Matching refs:op
292 op = opcodes[i]
294 if opcode_locations.has_key(op):
295 location = opcode_locations[op]
335 op = opcodes[opindex]
339 dict.update({ "opcode":op, "opnum":opindex })
359 op = opcodes[i]
360 if alt_opcode_locations.has_key(op):
361 source = "%s/alt_%s.S" % (alt_opcode_locations[op], op)
375 op = opcodes[opindex]
376 source = "%s/%s.S" % (location, op)
378 dict.update({ "opcode":op, "opnum":opindex })
389 op = opcodes[opindex]
391 dict.update({ "opcode":op, "opnum":opindex })