gen_x86_insn.py | 261 elif "opcode1" in kwargs and "opcode2" in kwargs: 265 self.opcode1 = kwargs.pop("opcode1") 267 self.opcode_len = len(self.opcode1) 317 elif hasattr(self, "opcode1") and hasattr(self, "opcode2"): 318 opcodes_str = ["0x%02X" % x for x in self.opcode1] 763 opcode1=[0x88+(sz!=8)], variable 783 opcode1=[0x8A+(sz!=8)], variable 848 opcode1=[0xB8], variable 1201 opcode1=[0x6A], variable 1209 opcode1=[0x6A], variable 1218 opcode1=[0x6A], variable 1226 opcode1=[0x6A], variable 1812 opcode1=[0x83, 0xC0], variable 1845 opcode1=[0x83], variable 1854 opcode1=[0x83], variable 1876 opcode1=[0x83], variable 1885 opcode1=[0x83], variable 1905 opcode1=[0x83], variable 2136 opcode1=[0x6B], variable 2147 opcode1=[0x6B], variable [all...] |