Home | History | Annotate | Download | only in x86

Lines Matching refs:rFP

10      * for use as the vA pointer and rFP (esi) for use
18 SPILL(rFP)
20 leal (rFP,%eax,4),%esi # %esi<- &v[A]
21 leal (rFP,rINST,4),rFP # rFP<- &v[B]
23 imull (rFP),%ecx # ecx<- (Amsw*Blsw)
24 movl 4(rFP),%eax # eax<- Bmsw
27 movl (rFP),%eax # eax<- Blsw
35 UNSPILL(rFP)