mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-28 08:25:25 +00:00
Update src/doc/unstable-book/src/library-features/asm.md
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
This commit is contained in:
parent
9c85ea8ff7
commit
a306d35570
@ -566,8 +566,8 @@ Here is the list of currently supported register classes:
|
||||
| ARM (Thumb2) | `reg` | `r[0-12]`, `r14` | `r` |
|
||||
| ARM (Thumb1) | `reg` | `r[0-7]` | `r` |
|
||||
| ARM (ARM) | `reg_thumb` | `r[0-r12]`, `r14` | `l` |
|
||||
| ARM (Thumb2) | `reg_thumb` | `r[0-r7]` | `l` |
|
||||
| ARM (Thumb1) | `reg_thumb` | `r[0-r7]` | `l` |
|
||||
| ARM (Thumb2) | `reg_thumb` | `r[0-7]` | `l` |
|
||||
| ARM (Thumb1) | `reg_thumb` | `r[0-7]` | `l` |
|
||||
| ARM | `sreg` | `s[0-31]` | `t` |
|
||||
| ARM | `sreg_low16` | `s[0-15]` | `x` |
|
||||
| ARM | `dreg` | `d[0-31]` | `w` |
|
||||
|
Loading…
Reference in New Issue
Block a user