Searched refs:modrm (Results 1 – 2 of 2) sorted by relevance
108 uint8_t modrm; member127 uint8_t modrm = opcode_and_modrm.modrm; in MapOpcodeIntoControlFlowKind() local217 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 …]
621 # 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.