blob: 7fe7ffbf86157b3054461375e8bfb841365e5b45 [file] [log] [blame]
/* APPLE LOCAL file CW asm blocks */
/* { dg-do assemble { target i?86*-*-darwin* x86_64*-*-darwin* } } */
/* { dg-options { -fasm-blocks -msse3 } } */
void foo() {
asm {
/* Radar 4300186 */
movd mm7, [esi][eax][4]
movd mm3, [edi][eax][4]
movd mm1, [edx][eax][4]
/* Radar 4300207 */
movd mm7, [esi][eax+4]
movd mm3, [edi][4+eax]
movd mm7, [esi+4][eax]
movd mm3, [4+edi][eax]
}
}