HomeSort by relevance Sort by last modified time
    Searched defs:YMM (Results 1 - 3 of 3) sorted by null

  /external/valgrind/none/tests/amd64/
avx-1.c 14 typedef union { UChar u8[32]; UInt u32[8]; } YMM;
16 typedef struct { YMM a1; YMM a2; YMM a3; YMM a4; ULong u64; } Block;
18 void showYMM ( YMM* vec )
    [all...]
avx2-1.c 16 typedef union { UChar u8[32]; UInt u32[8]; } YMM;
18 typedef struct { YMM a1; YMM a2; YMM a3; YMM a4; ULong u64; } Block;
20 void showYMM ( YMM* vec )
    [all...]
  /external/lldb/source/Plugins/Process/POSIX/
RegisterContext_x86_64.h 255 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
265 YMMReg ymm[16]; // assembled from ymmh and xmm registers member in struct:RegisterContext_x86_64::YMM
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.

Completed in 35 milliseconds