Lines Matching refs:rsp
39 pmullw m0, [rsp+8*11] ; src[x-8 ] * biweight [0]
40 pmullw m1, [rsp+8*12] ; src[x ] * biweight [1]
41 pmullw m3, [rsp+8*11] ; src[x-8 ] * biweight [0]
42 pmullw m4, [rsp+8*12] ; src[x ] * biweight [1]
53 pmullw m1, [rsp+8*13] ; src[x+8 ] * biweight [2]
54 pmullw m2, [rsp+8*14] ; src[x+16] * biweight [3]
55 pmullw m4, [rsp+8*13] ; src[x+8 ] * biweight [2]
56 pmullw m5, [rsp+8*14] ; src[x+16] * biweight [3]
101 movq [rsp+8*11], m3
102 movq [rsp+8*12], m4
103 movq [rsp+8*13], m5
104 movq [rsp+8*14], m2
121 mov r5, rsp ; backup stack pointer
122 and rsp, ~(mmsize-1) ; align stack
123 sub rsp, 8*11
131 mov r3, rsp
143 lea r3, [rsp+8]
152 mov rsp, r5 ; restore stack pointer