Auto merge of #91224 - couchand:2021-11/avr-asm, r=Amanieu
Support AVR for inline asm! A first pass at support for the AVR platform in inline `asm!`. Passes the initial compiler tests, have not yet done more complete verification. In particular, the register classes could use a lot more fleshing out, this draft PR so far only includes the most basic. cc `@Amanieu` `@dylanmckay`
This commit is contained in:
commit
0b6f079e49
8 changed files with 549 additions and 1 deletions
|
@ -1053,8 +1053,12 @@ symbols! {
|
|||
reg64,
|
||||
reg_abcd,
|
||||
reg_byte,
|
||||
reg_iw,
|
||||
reg_nonzero,
|
||||
reg_pair,
|
||||
reg_ptr,
|
||||
reg_thumb,
|
||||
reg_upper,
|
||||
register_attr,
|
||||
register_tool,
|
||||
relaxed_adts,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue