Home | History | Annotate | Download | only in x86-atom

Lines Matching full:eax

28     movl        rINST, %eax             # %eax<- BA
29 shr $$4, %eax # %eax<- B
31 GET_VREG %eax # %eax<- vB; object to operate on
33 cmp $$0, %eax # check if object is null
35 FFETCH_ADV 2, %edx # %eax<- next instruction hi; fetch, advance
36 movl (%ecx, %eax), %eax # %eax<- object field
37 SET_VREG %eax, rINST # fp[A]<- %eax