Home | History | Annotate | Download | only in x86

Lines Matching refs:rFP

8      * temps.  On top of that, we'll spill edi (rFP)
16 SPILL(rFP)
19 leal (rFP,%eax,4),%esi # esi<- &v[B]
20 leal (rFP,%ecx,4),rFP # rFP<- &v[C]
22 imull (rFP),%ecx # ecx<- (Bmsw*Clsw)
23 movl 4(rFP),%eax # eax<- Cmsw
26 movl (rFP),%eax # eax<- Clsw
29 UNSPILL(rFP)
33 movl rIBASE,4(rFP,rINST,4)# v[B+1]<- rIBASE
35 movl %eax,(rFP,rINST,4) # v[B]<- %eax