blob: e75679ad40df64e28e5c995c0588899e206bee52 [file] [log] [blame] [raw]
global _start
section .data
align 16
myquad:
dq 0x8d0000ceadad00ff
mydword:
dd 0xcafebac0
shift1:
dq 0x07
shift2:
dq -0x22
%include "header.inc"
movq mm0, [myquad]
movq mm1, [myquad]
movq mm2, [myquad]
movq mm3, [myquad]
movq mm4, [myquad]
movq mm6, [myquad]
psllq mm0, [shift1]
psllq mm1, [shift2]
psllq mm2, 0x65
psllq mm3, 0x25
psllq mm4, 0x1F
psllq mm6, 0x5
%include "footer.inc"