FDiv
FDIV is an instruction in the x87 floating-point unit (FPU) used to perform floating-point division. It operates on the FPU’s register stack, where computations are carried out using ST(0) as the primary accumulator and another source operand either from another stack register (ST(i)) or from a memory operand. The result of the division is stored back into ST(0).
There are two main forms of the operation. The standard form, FDIV ST(i), computes ST(0) = ST(0) /
FDIV is part of the broader x87 instruction set introduced with the 8087 coprocessor and carried through
In modern software, FDIV and related x87 instructions have been superseded for many tasks by vectorized and