What is the difference between the MMX instruction PANDN
and the BMI 1.0 instruction ANDN
?
Asked
Active
Viewed 177 times
0

gnzlbg
- 7,135
- 5
- 53
- 106
-
4`ANDN` operates on general purpose registers, `PANDN` operates on vector registers. – Jester Jun 21 '16 at 17:06
-
The insn set reference should make it obvious. See http://www.felixcloutier.com/x86/, or links to the original PDFs in the [x86 tag wiki](http://stackoverflow.com/tags/x86/info). – Peter Cordes Jun 21 '16 at 17:36