diff options
Diffstat (limited to 'test/codegen/mathbits.go')
| -rw-r--r-- | test/codegen/mathbits.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/codegen/mathbits.go b/test/codegen/mathbits.go index 0d94bd1bc8..ea90e3a50e 100644 --- a/test/codegen/mathbits.go +++ b/test/codegen/mathbits.go @@ -208,6 +208,7 @@ func RotateLeft64(n uint64) uint64 { func RotateLeft32(n uint32) uint32 { // amd64:"ROLL" 386:"ROLL" + // arm:`MOVW\tR[0-9]+@>[$]23` // arm64:"RORW" // ppc64:"ROTLW" // ppc64le:"ROTLW" @@ -244,6 +245,7 @@ func RotateLeftVariable64(n uint64, m int) uint64 { } func RotateLeftVariable32(n uint32, m int) uint32 { + // arm:`MOVW\tR[0-9]+@>R[0-9]+` // amd64:"ROLL" // arm64:"RORW" // ppc64:"ROTLW" |
