You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -150,8 +154,6 @@ This feature tracks `asm!` and `global_asm!` support for the following architect
150
154
| MIPS |`$ra`| Return address cannot be used as inputs or outputs. |
151
155
| Hexagon |`lr`| This is the link register which cannot be used as an input or output. |
152
156
| PowerPC |`r2`, `r13`| These are system reserved registers. |
153
-
| PowerPC |`lr`| The link register cannot be used as an input or output. |
154
-
| PowerPC |`ctr`| The counter register cannot be used as an input or output. |
155
157
| PowerPC |`vrsave`| The vrsave register cannot be used as an input or output. |
156
158
| AVR |`r0`, `r1`, `r1r0`| Due to an issue in LLVM, the `r0` and `r1` registers cannot be used as inputs or outputs. If modified, they must be restored to their original values before the end of the block. |
157
159
|MSP430 |`r0`, `r2`, `r3`| These are the program counter, status register, and constant generator respectively. Neither the status register nor constant generator can be written to. |
0 commit comments