Skip to content

Commit

Permalink
cmd/internal/obj/arm64: add missing operand register in GNU assembly
Browse files Browse the repository at this point in the history
Fixes #55832

Change-Id: Ib20279d47c1ca9a383a3c85bb41ca4f550bb0a33
GitHub-Last-Rev: 10af77a
GitHub-Pull-Request: #55838
Reviewed-on: https://go-review.googlesource.com/c/go/+/433575
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: hopehook <hopehook@golangcn.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
  • Loading branch information
jacobishao authored and cherrymui committed Oct 5, 2022
1 parent 500bc6b commit 9f78c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/internal/obj/arm64/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ using different register names.
Examples:
ADC R24, R14, R12 <=> adc x12, x24
ADC R24, R14, R12 <=> adc x12, x14, x24
ADDW R26->24, R21, R15 <=> add w15, w21, w26, asr #24
FCMPS F2, F3 <=> fcmp s3, s2
FCMPD F2, F3 <=> fcmp d3, d2
Expand Down

0 comments on commit 9f78c3c

Please sign in to comment.