mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
Added F32 and F64 load, store, and addition. Added F32 and F64 multiply. Added F32 and F64 subtraction and division. Added X15 to "clobber" for FP sub/div Added FP constants Added separate FP test in gc/testdata Change-Id: Ifa60dbad948a40011b478d9605862c4b0cc9134c Reviewed-on: https://go-review.googlesource.com/13612 Reviewed-by: Keith Randall <khr@golang.org> |
||
|---|---|---|
| .. | ||
| AMD64.rules | ||
| AMD64Ops.go | ||
| generic.rules | ||
| genericOps.go | ||
| main.go | ||
| README | ||
| rulegen.go | ||
// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. This package generates opcode tables, rewrite rules, etc. for the ssa compiler. Run it with: go run *.go