Home | History | Annotate | Download | only in tests

Lines Matching defs:movd

2 movd eax, mm0
3 movd mm0, eax
4 movd rax, mm0
5 movd mm0, rax
6 movd [0], mm0
7 movd mm0, [0]
9 movd eax, xmm0
10 movd xmm0, eax
11 movd rax, xmm0
12 movd xmm0, rax
13 movd [0], xmm0
14 movd xmm0, [0]