Instruction
RDMSR
Reads a model-specific register into EDX:EAX, or with MSR_IMM into any 64-bit register from an MSR number given as an immediate; allowed only in ring 0.
Forms
| Instruction | Encoding | Requires |
|---|---|---|
RDMSR
RDMSR | 0F 32 | Base instruction set |
RDMSR r64, imm32 64-bit mode only
RDMSR_GPR64u64_IMM32 | VEX.LZ.F2.MAP7.WIG F6 /0 id | MSR_IMM |
RDMSR r64, imm32
RDMSR_GPR64u64_IMM32_APX | EVEX.LLZ.F2.MAP7.WIG F6 /0 id | APX_F + MSR_IMM |
CPUID and processors
Each form belongs to an XED ISA set. A form can be used when the processor reports every CPUID bit of one of its ISA set's alternatives.
| ISA set | CPUID | Processors in XED |
|---|---|---|
PENTIUMREAL | No CPUID bit: part of the base instruction set. | Every x86-64 processor in XED’s model |
MSR_IMM | MSR_IMM | Clearwater Forest |
APX_F_MSR_IMM | APX_F + MSR_IMM | None yet: XED lists these instructions only under its placeholder for future processors. |
More MSR_IMM instructions
More APX instructions
Sources
- Intel XED v2026.08.23 (commit
0bcb6237345c): forms, encodings, ISA sets, CPUID bits and chip model. - Intel 64 and IA-32 Architectures Software Developer's Manual, Volume 2 (325383-092, June 2026)
- Intel Advanced Performance Extensions (Intel APX) Architecture Specification, revision 7.0 (July 2025)
The tables are derived from Intel XED, Copyright Intel Corporation, licensed under the Apache License 2.0; x86-64.net converted and reformatted them. The text is our own.