1
0
mirror of https://github.com/golang/go synced 2024-09-29 14:24:32 -06:00

cmd/internal/obj/arm64: add missing oprand register in GNU-style assembly instruction

This commit is contained in:
shaoliming 2022-09-23 23:50:40 +08:00 committed by shaoliming
parent 68fa3696b6
commit 10af77a2f2

View File

@ -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