Searched refs:inst_bytes (Results 1 – 2 of 2) sorted by relevance
271 ret.primary_opcode = inst_bytes[op_idx]; in InstructionLengthDecode()322 ret.modrm = inst_bytes[op_idx + 3]; in InstructionLengthDecode()332 ret.modrm = inst_bytes[op_idx + 4]; in InstructionLengthDecode()343 ret.modrm = inst_bytes[op_idx + 5]; in InstructionLengthDecode()352 ret.primary_opcode = inst_bytes[op_idx]; in InstructionLengthDecode()353 ret.modrm = inst_bytes[op_idx + 1]; in InstructionLengthDecode()363 ret.modrm = inst_bytes[op_idx + 1]; in InstructionLengthDecode()367 ret.modrm = inst_bytes[op_idx + 1]; in InstructionLengthDecode()371 ret.modrm = inst_bytes[op_idx + 1]; in InstructionLengthDecode()375 ret.modrm = inst_bytes[op_idx + 1]; in InstructionLengthDecode()[all …]
209 for inst_bytes in instruction_provider:220 inst_list = target.GetInstructions(fake_address, inst_bytes)