x86asm: add support for FLDZ and FLDLN2

Fixes golang/go#18665.

Change-Id: Ia628773266d3e5efba252b910341d00b7fdb7081
GitHub-Last-Rev: fa98ffe2b8e0100c0f19404f52d282df743f4076
GitHub-Pull-Request: golang/arch#3
Reviewed-on: https://go-review.googlesource.com/c/arch/+/149438
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
4 files changed
tree: 58278dd438230685f4bc12b9e8f0b6705c7de741
  1. arm/
  2. arm64/
  3. ppc64/
  4. vendor/
  5. x86/
  6. AUTHORS
  7. codereview.cfg
  8. CONTRIBUTING.md
  9. CONTRIBUTORS
  10. go.mod
  11. go.sum
  12. LICENSE
  13. PATENTS
  14. README.md
README.md

arch

This repository holds machine architecture information used by the Go toolchain. The parts needed in the main Go repository are copied in.

This repository requires Go 1.5+ with the vendor experiment enabled.