qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 9a0697: target/m68k: define floatx80_move()


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 9a0697: target/m68k: define floatx80_move()
Date: Mon, 12 Mar 2018 03:07:50 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 9a069775a8087cbd6fa8c479b69be8d37bd90351
      
https://github.com/qemu/qemu/commit/9a069775a8087cbd6fa8c479b69be8d37bd90351
  Author: Laurent Vivier <address@hidden>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
    M target/m68k/softfloat.c
    M target/m68k/softfloat.h

  Log Message:
  -----------
  target/m68k: define floatx80_move()

This functions is needed by upcoming m68k softfloat functions.

Source code copied for WinUAE (tag 3500)
(The WinUAE file has been copied from QEMU and has
the QEMU licensing notice)

Signed-off-by: Laurent Vivier <address@hidden>
Message-Id: <address@hidden>


  Commit: 4b5c65b8f02a057bc1b77839b5012544f96fec80
      
https://github.com/qemu/qemu/commit/4b5c65b8f02a057bc1b77839b5012544f96fec80
  Author: Laurent Vivier <address@hidden>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
    M target/m68k/fpu_helper.c
    M target/m68k/helper.h
    M target/m68k/softfloat.c
    M target/m68k/softfloat.h
    A target/m68k/softfloat_fpsp_tables.h
    M target/m68k/translate.c

  Log Message:
  -----------
  target/m68k: implement flognp1

Using a local m68k floatx80_lognp1()
[copied from previous:
Written by Andreas Grabher for Previous, NeXT Computer Emulator.]

Signed-off-by: Laurent Vivier <address@hidden>
Message-Id: <address@hidden>


  Commit: 50067bd16fead5d78a283130efbf3e3b026de450
      
https://github.com/qemu/qemu/commit/50067bd16fead5d78a283130efbf3e3b026de450
  Author: Laurent Vivier <address@hidden>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
    M target/m68k/fpu_helper.c
    M target/m68k/helper.h
    M target/m68k/softfloat.c
    M target/m68k/softfloat.h
    M target/m68k/translate.c

  Log Message:
  -----------
  target/m68k: implement flogn

Using a local m68k floatx80_logn()
[copied from previous:
Written by Andreas Grabher for Previous, NeXT Computer Emulator.]

Signed-off-by: Laurent Vivier <address@hidden>
Message-Id: <address@hidden>


  Commit: 248efb66fb88bc17c04a0d0f09a3539a43c80769
      
https://github.com/qemu/qemu/commit/248efb66fb88bc17c04a0d0f09a3539a43c80769
  Author: Laurent Vivier <address@hidden>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
    M target/m68k/fpu_helper.c
    M target/m68k/helper.h
    M target/m68k/softfloat.c
    M target/m68k/softfloat.h
    M target/m68k/translate.c

  Log Message:
  -----------
  target/m68k: implement flog10

Using a local m68k floatx80_log10()
[copied from previous:
Written by Andreas Grabher for Previous, NeXT Computer Emulator.]

Signed-off-by: Laurent Vivier <address@hidden>
Message-Id: <address@hidden>


  Commit: 67b453ed73fe65949c24e6ca2b43f6816a89a301
      
https://github.com/qemu/qemu/commit/67b453ed73fe65949c24e6ca2b43f6816a89a301
  Author: Laurent Vivier <address@hidden>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
    M target/m68k/fpu_helper.c
    M target/m68k/helper.h
    M target/m68k/softfloat.c
    M target/m68k/softfloat.h
    M target/m68k/translate.c

  Log Message:
  -----------
  target/m68k: implement flog2

Using a local m68k floatx80_log2()
[copied from previous:
Written by Andreas Grabher for Previous, NeXT Computer Emulator.]

Signed-off-by: Laurent Vivier <address@hidden>
Message-Id: <address@hidden>


  Commit: 40ad087330bee5394c9e78c97f909f580be69b58
      
https://github.com/qemu/qemu/commit/40ad087330bee5394c9e78c97f909f580be69b58
  Author: Laurent Vivier <address@hidden>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
    M target/m68k/fpu_helper.c
    M target/m68k/helper.h
    M target/m68k/softfloat.c
    M target/m68k/softfloat.h
    M target/m68k/softfloat_fpsp_tables.h
    M target/m68k/translate.c

  Log Message:
  -----------
  target/m68k: implement fetox

Using a local m68k floatx80_etox()
[copied from previous:
Written by Andreas Grabher for Previous, NeXT Computer Emulator.]

Signed-off-by: Laurent Vivier <address@hidden>
Message-Id: <address@hidden>


  Commit: 068f161536d9a28a5bc482f3de9c387b2fe5908d
      
https://github.com/qemu/qemu/commit/068f161536d9a28a5bc482f3de9c387b2fe5908d
  Author: Laurent Vivier <address@hidden>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
    M target/m68k/fpu_helper.c
    M target/m68k/helper.h
    M target/m68k/softfloat.c
    M target/m68k/softfloat.h
    M target/m68k/softfloat_fpsp_tables.h
    M target/m68k/translate.c

  Log Message:
  -----------
  target/m68k: implement ftwotox

Using a local m68k floatx80_twotox()
[copied from previous:
Written by Andreas Grabher for Previous, NeXT Computer Emulator.]

Signed-off-by: Laurent Vivier <address@hidden>
Message-Id: <address@hidden>


  Commit: 6c25be6e30bda0e470f8f0b6b93d53a6efe469e8
      
https://github.com/qemu/qemu/commit/6c25be6e30bda0e470f8f0b6b93d53a6efe469e8
  Author: Laurent Vivier <address@hidden>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
    M target/m68k/fpu_helper.c
    M target/m68k/helper.h
    M target/m68k/softfloat.c
    M target/m68k/softfloat.h
    M target/m68k/translate.c

  Log Message:
  -----------
  target/m68k: implement ftentox

Using a local m68k floatx80_tentox()
[copied from previous:
Written by Andreas Grabher for Previous, NeXT Computer Emulator.]

Signed-off-by: Laurent Vivier <address@hidden>
Message-Id: <address@hidden>


  Commit: 20f59d120053a26521fa0177ea07f947bc8bfff0
      
https://github.com/qemu/qemu/commit/20f59d120053a26521fa0177ea07f947bc8bfff0
  Author: Peter Maydell <address@hidden>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
    M target/m68k/fpu_helper.c
    M target/m68k/helper.h
    M target/m68k/softfloat.c
    M target/m68k/softfloat.h
    A target/m68k/softfloat_fpsp_tables.h
    M target/m68k/translate.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.12-pull-request' 
into staging

# gpg: Signature made Fri 09 Mar 2018 14:54:33 GMT
# gpg:                using RSA key F30C38BD3F2FBE3C
# gpg: Good signature from "Laurent Vivier <address@hidden>"
# gpg:                 aka "Laurent Vivier <address@hidden>"
# gpg:                 aka "Laurent Vivier (Red Hat) <address@hidden>"
# Primary key fingerprint: CD2F 75DD C8E3 A4DC 2E4F  5173 F30C 38BD 3F2F BE3C

* remotes/vivier/tags/m68k-for-2.12-pull-request:
  target/m68k: implement ftentox
  target/m68k: implement ftwotox
  target/m68k: implement fetox
  target/m68k: implement flog2
  target/m68k: implement flog10
  target/m68k: implement flogn
  target/m68k: implement flognp1
  target/m68k: define floatx80_move()

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/e4ae62b802ce...20f59d120053

reply via email to

[Prev in Thread] Current Thread [Next in Thread]