Home | History | Annotate | Download | only in x86

Lines Matching full:eax

12     movzwl    4(rPC),%eax               # eax<- GFED or CCCC
15 andl $$0xf,%eax # eax<- D (or stays CCCC)
18 GET_VREG_R %eax %eax # eax<- "this"
20 testl %eax,%eax # null "this"?
22 movl %eax, TMP_SPILL1(%ebp)
23 movzwl 2(rPC),%eax # eax<- BBBB
26 movl (%ecx,%eax,4),%eax # eax<- super->vtable[BBBB]