Lines Matching refs:rFP
578 mov rFP, LOCAL1(%esp) # save FP
580 leal (rFP,%eax,4), %esi # esi <- &v[B]
581 leal VREG_ADDRESS(%ecx), rFP # rFP <- &v[C]
583 imull (rFP), %ecx # ecx <- (Bmsw*Clsw)
584 movl 4(rFP), %eax # eax <- Cmsw
587 movl (rFP), %eax # eax <- Clsw
590 mov LOCAL1(%esp), rFP # restore FP
615 mov rFP, LOCAL1(%esp) # save FP
617 leal (rFP,%eax,4), %esi # esi <- &v[A]
618 leal (rFP,rINST,4), rFP # rFP <- &v[B]
620 imull (rFP), %ecx # ecx <- (Amsw*Blsw)
621 movl 4(rFP), %eax # eax <- Bmsw
624 movl (rFP), %eax # eax <- Blsw
631 mov LOCAL1(%esp), rFP # restore FP