_movdir64b
Classification
Other, Store, CPUID Test: MOVDIR64B
Header File
Instruction
MOVDIR64B r64, m512
Synopsis
_movdir64b(void* dst, const void* src);
Description
Move 64-byte (512-bit) value using direct store from source memory address "src" to destination memory address "dst".
Operation
MEM[dst+511:dst] := MEM[src+511:src]