Lines Matching full:eax
7 * giving us eax, ebc, ecx and edx as computational
13 movzbl 2(rPC),%eax # eax<- B
19 leal (rFP,%eax,4),%esi # esi<- &v[B]
23 movl 4(rFP),%eax # eax<- Cmsw
24 imull (%esi),%eax # eax<- (Cmsw*Blsw)
25 addl %eax,%ecx # ecx<- (Bmsw*Clsw)+(Cmsw*Blsw)
26 movl (rFP),%eax # eax<- Clsw
27 mull (%esi) # eax<- (Clsw*Alsw)
30 leal (%ecx,rIBASE),rIBASE # full result now in rIBASE:%eax
35 movl %eax,(rFP,rINST,4) # v[B]<- %eax