Skip to content
  • Max Filippov's avatar
    f8c61370
    target/xtensa: implement FPU division and square root · f8c61370
    Max Filippov authored
    
    
    This does not implement all opcodes related to div/sqrt as specified in
    the xtensa ISA, partly because the official specification is not
    complete and partly because precise implementation is unnecessarily
    complex. Instead instructions specific to the div/sqrt sequences are
    implemented differently, most of them as nops, but the results of
    div/sqrt sequences is preserved.
    
    Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
    f8c61370
    target/xtensa: implement FPU division and square root
    Max Filippov authored
    
    
    This does not implement all opcodes related to div/sqrt as specified in
    the xtensa ISA, partly because the official specification is not
    complete and partly because precise implementation is unnecessarily
    complex. Instead instructions specific to the div/sqrt sequences are
    implemented differently, most of them as nops, but the results of
    div/sqrt sequences is preserved.
    
    Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
Loading