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
 
Format Legacy
Opcode 0F 38 F9
Extension MOVDIRI

Operands

  • dest
    Memory operand
  • src
    General-purpose register