Searched refs:YMM (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/none/tests/amd64/
H A Davx2-1.c16 typedef union { UChar u8[32]; UInt u32[8]; } YMM; typedef in typeref:union:__anon33099
18 typedef struct { YMM a1; YMM a2; YMM a3; YMM a4; ULong u64; } Block;
20 void showYMM ( YMM* vec )
H A Davx-1.c14 typedef union { UChar u8[32]; UInt u32[8]; } YMM; typedef in typeref:union:__anon33097
16 typedef struct { YMM a1; YMM a2; YMM a3; YMM a4; ULong u64; } Block;
18 void showYMM ( YMM* vec )
/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContext_x86_64.h255 uint8_t bytes[16]; // 16 * 8 bits for the high bytes of each YMM register
260 uint8_t bytes[32]; // 16 * 16 bits for each YMM register
263 struct YMM struct in class:RegisterContext_x86_64
280 YMMHReg ymmh[16]; // High 16 bytes of each of 16 YMM registers (the low bytes are in FXSAVE.xmm for compatibility with SSE)
331 YMM m_ymm_set; // copy of ymmh and xmm register halves.
H A DRegisterContext_x86_64.cpp297 // Computes the offset of the YMM register assembled from register halves.
299 (offsetof(RegisterContext_x86_64::YMM, regname))
313 // Number of bytes needed to represent a YMM register.
438 // Copy of YMM registers assembled from xmm and ymmh
783 // Assemble the YMM register content from the register halves.
886 // Parse the YMM register content from the register halves.

Completed in 779 milliseconds