FSUB
FSUB is a mnemonic used in several computer instruction sets to denote a floating-point subtraction operation. The instruction subtracts one floating-point operand from another and stores the result in a floating-point destination register or stack slot. The exact operand order, encoding, and supported precisions (such as single or double precision) vary by architecture.
Variants and operand order can differ between ISAs. In some architectures, a related variant known as FSUBR
Context in computing practice often places FSUB within the floating-point arithmetic instruction set, alongside other operations
In hardware, floating-point subtraction relies on a floating-point unit or SIMD/vector units that implement the necessary