File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -5614,6 +5614,8 @@ LoongArch:
5614
5614
- ``m``: A memory operand whose address is formed by a base register and
5615
5615
offset that is suitable for use in instructions with the same addressing
5616
5616
mode as st.w and ld.w.
5617
+ - ``q``: A general-purpose register except for $r0 and $r1 (for the csrxchg
5618
+ instruction).
5617
5619
- ``I``: A signed 12-bit constant (for arithmetic instructions).
5618
5620
- ``J``: An immediate integer zero.
5619
5621
- ``K``: An unsigned 12-bit constant (for logic instructions).
Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ Changes to the LoongArch Backend
138
138
--------------------------------
139
139
140
140
* Changing the default code model from ` small ` to ` medium ` for 64-bit.
141
+ * Added inline asm support for the ` q ` constraint.
141
142
142
143
Changes to the MIPS Backend
143
144
---------------------------
You can’t perform that action at this time.
0 commit comments