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
This project is an independent, unofficial work based on publicly available information and reverse-engineering research, and is not affiliated with, endorsed by, sponsored by, or associated with Intel Corporation or its affiliates. It is provided "as is", without warranty of any kind. The author assumes no responsibility or liability for any use, misuse, damage, data loss, hardware failure, or other consequences arising from its use. Intel, Pentium, Core and related trademarks are the property of their respective owners and are used solely for identification and informational purposes.