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

Lines Matching full:eax

34     FETCH       1, %eax                 # %eax<- BBBB
36 cmp $$0, (%ecx, %eax, 4) # check for null ptr; resolved StaticField ptr
37 movl (%ecx, %eax, 4), %ecx # %ecx<- resolved StaticField ptr
45 movl %eax, -4(%esp) # push parameter CCCC; field ref
51 cmp $$0, %eax # check if initalization failed
54 mov %eax, %ecx # %ecx<- result
58 movl offStaticField_value(%ecx), %eax # %eax<- field value
59 SET_VREG %eax, rINST # vAA<- field value