Searched refs:streamOpcodeDict (Results 1 – 1 of 1) sorted by relevance
178 streamOpcodeDict, streamMnemonicDict = _makeDict(streamInstructions) variable439 if op in streamOpcodeDict:443 while bytecode[i] in streamOpcodeDict:445 mnemonic, argBits, argoffset, name = streamOpcodeDict[op]