Home
last modified time | relevance | path

Searched refs:DoubleSource (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/fast486/
H A Dextraops.c859 ULONG DoubleSource; in FAST486_OPCODE_HANDLER() local
867 DoubleSource = Source | (Source << 16); in FAST486_OPCODE_HANDLER()
870 Result = (Destination << Count) | (DoubleSource >> (32 - Count)); in FAST486_OPCODE_HANDLER()