• L
    target-mips: add Config5.FRE support allowing Status.FR=0 emulation · 7c979afd
    Leon Alrae 提交于
    This relatively small architectural feature adds the following:
    
    FIR.FREP: Read-only. If FREP=1, then Config5.FRE and Config5.UFE are
              available.
    
    Config5.FRE: When enabled all single-precision FP arithmetic instructions,
                 LWC1/LWXC1/MTC1, SWC1/SWXC1/MFC1 cause a Reserved Instructions
                 exception.
    
    Config5.UFE: Allows user to write/read Config5.FRE using CTC1/CFC1
                 instructions.
    
    Enable the feature in MIPS64R6-generic CPU.
    Signed-off-by: NLeon Alrae <leon.alrae@imgtec.com>
    7c979afd
translate_init.c 33.0 KB