blob: 9bbf88689611026d1eecfd12565b6f50f1b65e32 [file] [log] [blame]
%macro testConcat 0
%push ctx
%assign %$x 0
%rep 8
movd eax, mm%$x
%assign %$x %$x+1
%endrep %pop
%endmacro
testConcat