Home | History | Annotate | Download | only in x86

Lines Matching refs:esi

9      * temps.  On top of that, we'll spill %esi (edi)
10 * for use as the vA pointer and rFP (esi) for use
17 SPILL_TMP2(%esi)
20 leal (rFP,%eax,4),%esi # %esi<- &v[A]
22 movl 4(%esi),%ecx # ecx<- Amsw
25 imull (%esi),%eax # eax<- (Bmsw*Alsw)
28 mull (%esi) # eax<- (Blsw*Alsw)
30 movl rIBASE,4(%esi) # v[A+1]<- rIBASE
31 movl %eax,(%esi) # v[A]<- %eax
32 UNSPILL_TMP2(%esi)