qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 273401: target/m68k: implement ftan


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 273401: target/m68k: implement ftan
Date: Thu, 15 Mar 2018 05:59:07 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 273401809c8a8330e5430f2c958467efa7079b2c
      
https://github.com/qemu/qemu/commit/273401809c8a8330e5430f2c958467efa7079b2c
  Author: Laurent Vivier <address@hidden>
  Date:   2018-03-13 (Tue, 13 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 ftan

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

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


  Commit: 5add1ac42faffd3d3639101fa778dced693a65a3
      
https://github.com/qemu/qemu/commit/5add1ac42faffd3d3639101fa778dced693a65a3
  Author: Laurent Vivier <address@hidden>
  Date:   2018-03-13 (Tue, 13 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 fsin

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

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


  Commit: 68d0ed37866de2c5cafc4e2589e263961b2e8cd6
      
https://github.com/qemu/qemu/commit/68d0ed37866de2c5cafc4e2589e263961b2e8cd6
  Author: Laurent Vivier <address@hidden>
  Date:   2018-03-13 (Tue, 13 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 fcos

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

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


  Commit: 47446c9ce34b6685ffe20e829ff6c9aaefd3af0a
      
https://github.com/qemu/qemu/commit/47446c9ce34b6685ffe20e829ff6c9aaefd3af0a
  Author: Laurent Vivier <address@hidden>
  Date:   2018-03-13 (Tue, 13 Mar 2018)

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

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

using floatx80_sin() and floatx80_cos()

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


  Commit: 8c992abc892c90caf1d4dd5b4482cda052a280ba
      
https://github.com/qemu/qemu/commit/8c992abc892c90caf1d4dd5b4482cda052a280ba
  Author: Laurent Vivier <address@hidden>
  Date:   2018-03-13 (Tue, 13 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 fatan

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

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


  Commit: bc20b34e03b51725d7f008551b5f56f1da07ab6a
      
https://github.com/qemu/qemu/commit/bc20b34e03b51725d7f008551b5f56f1da07ab6a
  Author: Laurent Vivier <address@hidden>
  Date:   2018-03-13 (Tue, 13 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 fasin

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

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


  Commit: c84813b807fc82c68ff6d72387f95b15ad283bf6
      
https://github.com/qemu/qemu/commit/c84813b807fc82c68ff6d72387f95b15ad283bf6
  Author: Laurent Vivier <address@hidden>
  Date:   2018-03-13 (Tue, 13 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 facos

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

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


  Commit: e3655afa137b2e0999537eef273a2845ba21d68c
      
https://github.com/qemu/qemu/commit/e3655afa137b2e0999537eef273a2845ba21d68c
  Author: Laurent Vivier <address@hidden>
  Date:   2018-03-13 (Tue, 13 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 fatanh

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

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


  Commit: 9937b02965c2a7dbc4b21d98e29b082bab095aa5
      
https://github.com/qemu/qemu/commit/9937b02965c2a7dbc4b21d98e29b082bab095aa5
  Author: Laurent Vivier <address@hidden>
  Date:   2018-03-13 (Tue, 13 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 ftanh

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

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


  Commit: eee6b892a6063c2807ecf33a2f62a8d7cca7652c
      
https://github.com/qemu/qemu/commit/eee6b892a6063c2807ecf33a2f62a8d7cca7652c
  Author: Laurent Vivier <address@hidden>
  Date:   2018-03-13 (Tue, 13 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 fsinh

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

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


  Commit: 02f9124ebe26c36f0f7ed58085bd963e4372b2cd
      
https://github.com/qemu/qemu/commit/02f9124ebe26c36f0f7ed58085bd963e4372b2cd
  Author: Laurent Vivier <address@hidden>
  Date:   2018-03-13 (Tue, 13 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 fcosh

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

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


  Commit: 6265e23b1ce5b1cda5792a19bcb801a1928911b0
      
https://github.com/qemu/qemu/commit/6265e23b1ce5b1cda5792a19bcb801a1928911b0
  Author: Peter Maydell <address@hidden>
  Date:   2018-03-15 (Thu, 15 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:
  -----------
  Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.12-pull-request' 
into staging

# gpg: Signature made Tue 13 Mar 2018 15:58:42 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 fcosh
  target/m68k: implement fsinh
  target/m68k: implement ftanh
  target/m68k: implement fatanh
  target/m68k: implement facos
  target/m68k: implement fasin
  target/m68k: implement fatan
  target/m68k: implement fsincos
  target/m68k: implement fcos
  target/m68k: implement fsin
  target/m68k: implement ftan

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


Compare: https://github.com/qemu/qemu/compare/3a2e46ae1de4...6265e23b1ce5

reply via email to

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