Instruction
DIV
Divides an unsigned double-width dividend in rDX:rAX (AX for bytes) by the operand into quotient and remainder; APX adds a form that keeps the flags.
- Extensions
- Forms
- 12 (4 Legacy, 8 EVEX)
- Data
- Intel XED v2026.08.23
Forms
| Instruction | Encoding | Requires |
|---|---|---|
DIV m8
DIV_MEMb | F6 /6 | Base instruction set |
DIV r8
DIV_GPR8 | F6 /6 | Base instruction set |
DIV m16/32/64
DIV_MEMv | F7 /6 | Base instruction set |
DIV r16/32/64
DIV_GPRv | F7 /6 | Base instruction set |
DIV r8
DIV_GPR8i8_APX | EVEX.LLZ.NP.MAP4.WIG F6 /6 | APX_F |
DIV m8
DIV_MEMi8_APX | EVEX.LLZ.NP.MAP4.WIG F6 /6 | APX_F |
DIV r8 NF
DIV_GPR8i8_APX_N3 | EVEX.LLZ.NP.MAP4.WIG F6 /6 NF=1 | APX_F + APX_NCI_NDD_NF |
DIV m8 NF
DIV_MEMi8_APX_N3 | EVEX.LLZ.NP.MAP4.WIG F6 /6 NF=1 | APX_F + APX_NCI_NDD_NF |
DIV r16/32/64
DIV_GPRv_APX | EVEX.LLZ.NP.MAP4.SCALABLE F7 /6 | APX_F |
DIV m16/32/64
DIV_MEMv_APX | EVEX.LLZ.NP.MAP4.SCALABLE F7 /6 | APX_F |
DIV r16/32/64 NF
DIV_GPRv_APX_N3 | EVEX.LLZ.NP.MAP4.SCALABLE F7 /6 NF=1 | APX_F + APX_NCI_NDD_NF |
DIV m16/32/64 NF
DIV_MEMv_APX_N3 | EVEX.LLZ.NP.MAP4.SCALABLE F7 /6 NF=1 | APX_F + APX_NCI_NDD_NF |
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 |
|---|---|---|
I86 | No CPUID bit: part of the base instruction set. | Every x86-64 processor in XED’s model |
APX_F | APX_F | Nova Lake, Diamond Rapids |
APX_F_N3 | APX_F + APX_NCI_NDD_NF | Nova Lake, Diamond Rapids |
More General-purpose instructions
- BTS
- CALL
- CBW
- CDQ
- CDQE
- CLC
- CLD
- CLI
- CMC
- CMP
- CMPS
- CMPXCHG
- CMPXCHG8B
- CPUID
- CQO
- CWD
- CWDE
- DAA
- DAS
- DEC
- ENTER
- IDIV
- IMUL
- IN
- INC
- INS
- INT
- INT1
- INT3
- INTO
- IRET
- Jcc
- JCXZ
- JECXZ
- JMP
- JRCXZ
- LDS
- LEA
- LEAVE
- LES
All 109 General-purpose 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 64 and IA-32 Architectures Software Developer's Manual, Volume 2 (325383-093, September 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.