Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp108 uint8_t modrm; member
127 uint8_t modrm = opcode_and_modrm.modrm; in MapOpcodeIntoControlFlowKind() local
217 switch (modrm) { in MapOpcodeIntoControlFlowKind()
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()
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()
[all …]
/llvm-project-15.0.7/llvm/test/MC/Disassembler/X86/
H A Dx86-64.txt621 # Make sure we ignore EVEX.X when modrm.rm encodes a GPR.
625 # Make sure we ignore EVEX.X when modrm.rm encodes a k-register.