Instruction
WRMSRNS
Writes a model-specific register like WRMSR but without serializing the processor; the MSR_IMM form takes the MSR number as an immediate.
Forms
| Instruction | Encoding | Requires |
|---|---|---|
WRMSRNS
WRMSRNS | NP 0F 01 C6 | WRMSRNS |
WRMSRNS imm32, r64 64-bit mode only
WRMSRNS_IMM32_GPR64u64 | VEX.LZ.F3.MAP7.WIG F6 /0 id | MSR_IMM |
WRMSRNS imm32, r64
WRMSRNS_IMM32_GPR64u64_APX | EVEX.LLZ.F3.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 |
|---|---|---|
WRMSRNS | WRMSRNS | Panther Lake, Nova Lake, Diamond Rapids, Sierra Forest, Clearwater Forest |
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.