Home | History | Annotate | Download | only in X86

Lines Matching full:next

10 ; X86-NEXT:    movl {{[0-9]+}}(%esp), %eax
11 ; X86-NEXT: psllq $48, %xmm0
12 ; X86-NEXT: psrad $16, %xmm0
13 ; X86-NEXT: pshufd {{.*#+}} xmm0 = xmm0[1,3,2,3]
14 ; X86-NEXT: movq %xmm0, (%eax)
15 ; X86-NEXT: retl
19 ; X64-NEXT: psllq $48, %xmm0
20 ; X64-NEXT: psrad $16, %xmm0
21 ; X64-NEXT: pshufd {{.*#+}} xmm0 = xmm0[1,3,2,3]
22 ; X64-NEXT: movq %xmm0, (%rdi)
23 ; X64-NEXT: retq