Home
last modified time | relevance | path

Searched refs:inst_bytes (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp271 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 …]
/llvm-project-15.0.7/lldb/examples/python/
H A Ddisasm-stress-test.py209 for inst_bytes in instruction_provider:
220 inst_list = target.GetInstructions(fake_address, inst_bytes)