Lines Matching refs:modrm
108 uint8_t modrm; member
127 uint8_t modrm = opcode_and_modrm.modrm; in MapOpcodeIntoControlFlowKind() local
153 uint8_t modrm_reg = (modrm >> 3) & 7; in MapOpcodeIntoControlFlowKind()
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()
375 ret.modrm = inst_bytes[op_idx + 1]; in InstructionLengthDecode()
378 ret.modrm = inst_bytes[op_idx + 1]; in InstructionLengthDecode()