]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/asm/internal/arch: adds the missing type check for arm64 SXTB extension
authoreric fang <eric.fang@arm.com>
Mon, 16 Aug 2021 06:41:15 +0000 (06:41 +0000)
committereric fang <eric.fang@arm.com>
Fri, 20 Aug 2021 03:25:36 +0000 (03:25 +0000)
commite9e0d1ef704c4bba3927522be86937164a61100c
tree135de79cb12262a7e5b58a7fad560805ff17378b
parentc92c2c9d625ff3957d1c9313183fd0fe8f26984e
cmd/asm/internal/arch: adds the missing type check for arm64 SXTB extension

Operands of memory type do not support SXTB extension. This CL adds this
missing check.

Change-Id: I1fa438dd314fc8aeb889637079cc67b538e83a89
Reviewed-on: https://go-review.googlesource.com/c/go/+/342769
Reviewed-by: eric fang <eric.fang@arm.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: eric fang <eric.fang@arm.com>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Michael Knyszek <mknyszek@google.com>
src/cmd/asm/internal/arch/arm64.go