FCMOV
Purpose: Conditional move of src1 or src2 based on src2.flags
Operation: If condition true → result = src2, else result = src1
Flags: 0
- Conditions encodings from src2.flags:
- B → ---1
- NB → ---0
- E → 1---
- NE → 0---
- NBE → 0--0
- BE → 1--1
- NP → --0-
- P → --1-
references
Patent US5574942
The author is not affiliated with, endorsed by, or sponsored by Intel Corporation or its affiliates. All trademarks, including but not limited to Intel, Pentium, and any other registered or unregistered marks mentioned herein, are the property of their respective owners. Their use in this context is solely for descriptive and informational purposes and constitutes nominative fair use under applicable trademark laws.