Home | History | Annotate | Download | only in x86

Lines Matching full:eax

7     movzbl    2(rPC),%eax               # eax<- BB
9 GET_VREG_R %eax %eax # eax<- vBB (array object)
11 testl %eax,%eax # null array object?
13 cmpl offArrayObject_length(%eax),%ecx
15 # arrayObj in eax
17 leal offArrayObject_contents(%eax,%ecx,8),%eax
18 movl (%eax),%ecx
19 movl 4(%eax),%eax
21 SET_VREG_WORD %eax rINST 1