gen_x86_insn.py | 261 elif "opcode1" in kwargs and "opcode2" in kwargs: 266 self.opcode2 = kwargs.pop("opcode2") 317 elif hasattr(self, "opcode1") and hasattr(self, "opcode2"): 319 opcodes_str.extend("0x%02X" % x for x in self.opcode2) 764 opcode2=[0xA2+(sz!=8)], variable 784 opcode2=[0xA0+(sz!=8)], variable 849 opcode2=[0xC7], variable 1202 opcode2=[0x68], variable 1210 opcode2=[0x68], variable 1219 opcode2=[0x68], variable 1227 opcode2=[0x68], variable 1813 opcode2=[0x05], variable 1846 opcode2=[0x81], variable 1855 opcode2=[0x81], variable 1877 opcode2=[0x81], variable 1886 opcode2=[0x81], variable 1906 opcode2=[0x81], variable 2137 opcode2=[0x69], variable 2148 opcode2=[0x69], variable [all...] |