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

Lines Matching refs:edx

46     movl        rINST, %edx             # %edx<- BA+
48 andl $$15, %edx # %edx<- A
49 movl %edx, sReg0 # sReg0<- A
56 * Z = (rFP, %edx, 4)
57 * Y = 4(rFP, %edx, 4)
62 imull (rFP, %edx, 4), %ecx # %ecx<- WxZ
63 movl 4(rFP, %edx, 4), %eax # %eax<- Y
66 movl (rFP, %edx, 4), %eax # %eax<- Z
67 mull (rFP, rINST, 4) # %edx:eax<- XZ
68 addl %edx, %ecx # %ecx<- carry + (WZ + XY)
69 movl sReg0, %edx # %edx<- A
70 movl %ecx, 4(rFP, %edx, 4) # vA+1<- results hi
71 movl %eax, (rFP, %edx, 4) # vA<- results lo