Home | History | Annotate | Download | only in docs

Lines Matching full:eax

641    with the <tt>EAX</tt>/<tt>EDX</tt> registers), or external factors like
664 %EAX = mov %reg1024 ;; Copy X (in reg1024) into EAX
668 %reg1026 = mov %EAX ;; Read the result (Z) out of EAX
671 %EAX = mov %reg1026 ;; 32-bit return value goes in EAX
682 ;; X is in EAX, Y is in ECX
683 mov %EAX, %EDX
1513 32-bit register <tt>EAX</tt> is denoted by 15, and the MMX register
1518 EAX</tt>, <tt>AX</tt> and <tt>AL</tt> share the first eight
1676 instruction such as <tt>ADD %EAX, %EBX</tt>, in X86 is actually equivalent
1677 to <tt>%EAX = %EAX + %EBX</tt>.</p>
1738 %EAX = COPY %EBX
1746 %EAX = LOAD %mem_address