movdiri
Move Direct Store Integer
MOVDIRI m, r
Moves 32/64-bit data avoiding cache pollution (Direct IO).
Details
The Move Direct Store Integer instruction moves 32/64-bit data avoiding cache pollution (Direct IO).
Pseudocode Operation
// Moves 32/64-bit data avoiding cache pollution (Direct IO)
Example
MOVDIRI [rbp-8], rax
Encoding
Binary Layout
0F
+0
38
+1
F9
+2
Operands
-
dest
Memory operand -
src
General-purpose register