Revision 5ba18547 tests/test-i386.c

b/tests/test-i386.c
2281 2281
}
2282 2282

  
2283 2283
/* Force %xmm0 usage to avoid the case where both register index are 0
2284
   to test intruction decoding more extensively */
2284
   to test instruction decoding more extensively */
2285 2285
#define CVT_OP_XMM2MMX(op)\
2286 2286
{\
2287 2287
    asm volatile (#op " %1, %0" : "=y" (r.q[0]) : "x" (a.dq) \

Also available in: Unified diff