Lines Matching refs:modrm
114 uint8_t modrm; member
133 uint8_t modrm = opcode_and_modrm.modrm; in MapOpcodeIntoControlFlowKind() local
159 uint8_t modrm_reg = (modrm >> 3) & 7; in MapOpcodeIntoControlFlowKind()
223 switch (modrm) { in MapOpcodeIntoControlFlowKind()
328 ret.modrm = inst_bytes[op_idx + 3]; in InstructionLengthDecode()
338 ret.modrm = inst_bytes[op_idx + 4]; in InstructionLengthDecode()
349 ret.modrm = inst_bytes[op_idx + 5]; in InstructionLengthDecode()
359 ret.modrm = inst_bytes[op_idx + 1]; in InstructionLengthDecode()
369 ret.modrm = inst_bytes[op_idx + 1]; in InstructionLengthDecode()
373 ret.modrm = inst_bytes[op_idx + 1]; in InstructionLengthDecode()
377 ret.modrm = inst_bytes[op_idx + 1]; in InstructionLengthDecode()
381 ret.modrm = inst_bytes[op_idx + 1]; in InstructionLengthDecode()
384 ret.modrm = inst_bytes[op_idx + 1]; in InstructionLengthDecode()