HomeFreeBSD

In get_fpcontext32() and set_fpcontext32(), we can't just use memcpy() to

Description

In get_fpcontext32() and set_fpcontext32(), we can't just use memcpy() to
copy the VFP registers.
arvm7 VFP uses 32 64bits fp registers (but those could be used in pairs to
make 16 128bits registers), while aarch64 uses 32 128bits fp registers, so
we have to copy the value of each register.

Details

Provenance
cognetAuthored on
Parents
rS349443: MFC: r347065 (by jhb) Emulate the "ADD reg, r/m" instruction (opcode 03H).
Branches
Unknown
Tags
Unknown