MCPcopy Create free account
hub / github.com/Inori/GPCS4 / IsOpInList

Function IsOpInList

Tools/ParseOpcode.py:112–117  ·  view source on GitHub ↗
(op_name, op_list)

Source from the content-addressed store, hash-verified

110 dst.write(line)
111
112def IsOpInList(op_name, op_list):
113
114 for opcode, value, mode in op_list:
115 if opcode == op_name:
116 return True
117 return False
118
119def FindUniqueVOP3(op_dic, vop3_list):
120 unique_vop3 = []

Callers 1

FindUniqueVOP3Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected