[roll] Roll fuchsia [restricted-machine] Load and store FPU registers in assembly stubs

This moves the logic to save and restore the FPU register state into the
assembly wrappers around restricted entry / exit. This makes the tests
more resilient to compiler use of the vector registers in the C++ code
surrounding the restricted entry / exit.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1483657
Original-Revision: f9c9426b0c61d9ab6efef306ed1ad35aa5ab73f8
GitOrigin-RevId: 0906c42fb84e8b22cf124805d1f8a04298f90cfd
Change-Id: Id2540a903719a2ab0db33a1caefd4d416234eeba
1 file changed
tree: 2a37d7d04a80361930c827d91a90ac8508779012
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.