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

  /art/runtime/arch/x86/
quick_method_frame_info_x86.h 30 enum XMM {
  /external/valgrind/none/tests/amd64/
fma4.c 16 typedef union { UChar u8[16]; UInt u32[4]; Float f32[4]; Double f64[2]; } XMM;
17 typedef union { UChar u8[32]; UInt u32[8]; XMM xmm[2]; } YMM; member in union:__anon42990
20 void showFloat ( XMM* vec, int idx )
50 void showDouble ( XMM* vec, int idx )
80 void showXMM ( XMM* vec, int isDouble )
100 showXMM ( &vec->xmm[1], isDouble );
102 showXMM ( &vec->xmm[0], isDouble );
231 The xmm variants create 128 versions, the ymm variants 256. */
605 DO_test(_name, xmm, _isD);
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
i386-dis.c 372 #define XMM { OP_XMM, xmm_mode }
509 /* 16-byte XMM, 32-byte YMM or 64-byte ZMM operand. In EVEX with
519 /* 16-byte XMM operand */
521 /* XMM, XMM or YMM register operand, or quad word, xmmword or ymmword
527 /* XMM register or byte memory operand */
529 /* XMM register or word memory operand */
531 /* XMM register or double word memory operand */
533 /* XMM register or quad word memory operand */
535 /* XMM register or double/quad word memory operand, depending o
    [all...]

Completed in 223 milliseconds