Enumeration
    M68kFpuSize
public enum M68kFpuSize
Operation size of the FPU instructions (Notice that FPU instruction can also use CPU sizes if needed)
Relationships
Conforms To
UInt32
Enumeration Cases
        none
    
    case none
unsized like fsave/frestore
        single
    
    case single
4 byte in size (single float)
        double
    
    case double
8 byte in size (double)
        extended
    
    case extended
12 byte in size (extended real format)