go/src/internal/cpu
Michael Munday 1f17d61026 internal/cpu: change s390x API to match x/sys/cpu
This CL changes the internal/cpu API to more closely match the
public version in x/sys/cpu (added in CL 163003). This will make it
easier to update the dependencies of vendored code. The most prominent
renaming is from VE1 to VXE for the vector-enhancements facility 1.
VXE is the mnemonic used for this facility in the HWCAP vector.

Change-Id: I922d6c8bb287900a4bd7af70567e22eac567b5c1
Reviewed-on: https://go-review.googlesource.com/c/164437
Reviewed-by: Martin Möhrmann <moehrmann@google.com>
Run-TryBot: Michael Munday <mike.munday@ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2019-02-28 13:46:45 +00:00
..
cpu.go internal/cpu: change s390x API to match x/sys/cpu 2019-02-28 13:46:45 +00:00
cpu_386.go internal/cpu: add experiment to disable CPU features with GODEBUGCPU 2018-05-22 18:49:31 +00:00
cpu_amd64.go internal/cpu: add experiment to disable CPU features with GODEBUGCPU 2018-05-22 18:49:31 +00:00
cpu_amd64p32.go internal/cpu: add experiment to disable CPU features with GODEBUGCPU 2018-05-22 18:49:31 +00:00
cpu_arm.go internal/cpu: add invalid option warnings and support to enable cpu features 2018-10-15 21:46:44 +00:00
cpu_arm64.go internal/cpu: add options and warnings for required cpu features 2018-10-24 06:27:53 +00:00
cpu_mips.go internal/cpu: add a CacheLinePadSize constant 2018-08-24 17:45:28 +00:00
cpu_mips64.go internal/cpu: add a CacheLinePadSize constant 2018-08-24 17:45:28 +00:00
cpu_mips64le.go internal/cpu: add a CacheLinePadSize constant 2018-08-24 17:45:28 +00:00
cpu_mipsle.go internal/cpu: add a CacheLinePadSize constant 2018-08-24 17:45:28 +00:00
cpu_no_init.go runtime: move arm hardware division support detection to internal/cpu 2018-08-24 14:27:07 +00:00
cpu_ppc64x.go internal/cpu, runtime: add CPU feature detection support for AIX 2018-10-31 16:11:20 +00:00
cpu_s390x.go internal/cpu: change s390x API to match x/sys/cpu 2019-02-28 13:46:45 +00:00
cpu_s390x.s crypto, internal/cpu: fix s390x AES feature detection and update SHA implementations 2018-06-11 11:41:31 +00:00
cpu_s390x_test.go crypto, internal/cpu: fix s390x AES feature detection and update SHA implementations 2018-06-11 11:41:31 +00:00
cpu_test.go internal/cpu: move GODEBUGCPU options into GODEBUG 2018-11-14 21:47:50 +00:00
cpu_wasm.go internal/cpu: add a CacheLinePadSize constant 2018-08-24 17:45:28 +00:00
cpu_x86.go internal/cpu: add options and warnings for required cpu features 2018-10-24 06:27:53 +00:00
cpu_x86.s
cpu_x86_test.go internal/cpu: move GODEBUGCPU options into GODEBUG 2018-11-14 21:47:50 +00:00
export_test.go runtime: don't use linkname to refer to internal/cpu 2018-08-21 14:36:09 +00:00