0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-06-19 16:08:02 +03:00
Files
ParkanPlayground/X86DisassemblerTests/TestData/fdiv_tests.csv

2.2 KiB

1# FDIV instruction tests
2# Format: RawBytes;Instructions
3RawBytes;Instructions
4# FDIV - Divide floating point values
5# ST(0), ST(i) form (D8 F0+i)
6# ST(i), ST(0) form (DC F8+i)
7# Memory operands
8# FDIVP - Divide floating point values and pop
9# FIDIV - Divide integer by floating point