Lines Matching refs:dword
50 mov eax, dword ptr Operand[0] in LShiftU64()
51 mov edx, dword ptr Operand[4] in LShiftU64()
65 mov dword ptr Result[0], eax in LShiftU64()
66 mov dword ptr Result[4], edx in LShiftU64()
85 mov eax, dword ptr Operand[0] in RShiftU64()
86 mov edx, dword ptr Operand[4] in RShiftU64()
100 mov dword ptr Result[0], eax in RShiftU64()
101 mov dword ptr Result[4], edx in RShiftU64()
121 mov eax, dword ptr Multiplicand[0] in MultU64x32()
123 mov dword ptr Result[0], eax in MultU64x32()
124 mov dword ptr Result[4], edx in MultU64x32()
125 mov eax, dword ptr Multiplicand[4] in MultU64x32()
127 add dword ptr Result[4], eax in MultU64x32()
161 shl dword ptr Dividend[0], 1 ; shift rem:dividend left one in DivU64x32()
162 rcl dword ptr Dividend[4], 1 in DivU64x32()
163 rcl dword ptr Rem, 1 in DivU64x32()
169 sub dword ptr Dividend[0], eax ; set low bit in dividen in DivU64x32()