Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 683 Bytes

xmmword.md

File metadata and controls

35 lines (30 loc) · 683 Bytes
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
XMMWORD | Microsoft Docs
11/04/2016
cpp-tools
article
XMMWORD
C++
XMMWORD directive
18026d32-5cab-403e-ad7e-382fb41aa9b8
8
corob-msft
corob
ghogen

XMMWORD

Used for 128-bit multimedia operands with MMX and SSE (XMM) instructions.

Syntax

XMMWORD  

Remarks

XMMWORD is intended to represent the same type as __m128.

Example

movdqa   xmm0, xmmword ptr [ebx]