go/src/cmd/asm
eric fang c925e1546e cmd/internal/obj/arm64: disable AL and NV for some condition operation instructions
According to the armv8-a reference manual, conditions AL and NV are not allowed
for instructions CINC, CINV, CNEG, CSET and CSETM. This CL adds this check and
the corresponding test cases.

Change-Id: Icb496b7b13a353f41491f2de4d939a5cd88abb04
Reviewed-on: https://go-review.googlesource.com/c/go/+/317912
Reviewed-by: eric fang <eric.fang@arm.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Trust: eric fang <eric.fang@arm.com>
Run-TryBot: eric fang <eric.fang@arm.com>
TryBot-Result: Go Bot <gobot@golang.org>
2021-05-14 07:53:46 +00:00
..
internal cmd/internal/obj/arm64: disable AL and NV for some condition operation instructions 2021-05-14 07:53:46 +00:00
doc.go cmd/asm, cmd/compile, doc: document -spectre flags 2020-06-05 16:54:48 +00:00
main.go cmd/asm, cmd/link: use full objabi header 2021-04-23 21:42:54 +00:00