int main(void) {
	__asm__ ( "MOVSLDUP %xmm2,%xmm2 " );
	return(0);
}
