Home | History | Annotate | Download | only in x86

Lines Matching refs:strength

19 ;   int             strength,         |  4
35 %define strength 16
47 movdqa [rsp + strength], xmm6 ; where strength is used, all 16 bytes are read
50 ; 0x8000 >> (16 - strength)
52 sub rdx, arg(4) ; 16 - strength
111 ; modifer += 0x8000 >> (16 - strength)
115 ; modifier >>= strength
116 psrlw xmm0, [rsp + strength]
117 psrlw xmm1, [rsp + strength]