For the A extension LR/SC and AMO instructions, yes: the suffix corresponds
directly to the encoded aq and rl bits, so the unsuffixed, .aq, .rl, and
.aqrl forms represent the four possible bit combinations.
The caveat is that this should be per instruction definition, not a global rule
or every encoding field named aq/rl. For example, Zalasr load-acquire
instructions define the .aq and .aqrl forms, while Zalasr store-release
instructions define the .rl and .aqrl forms; the other aq/rl combinations are
reserved there.
BR
Christoph