Auto merge of #84732 - DrChat:asm_powerpc, r=Amanieu
Add asm!() support for PowerPC This includes GPRs and FPRs only. Note that this does not include PowerPC64. For my reference, this was mostly duplicated from PR #73214.
This commit is contained in:
commit
72d07257ed
6 changed files with 356 additions and 1 deletions
|
@ -948,6 +948,7 @@ symbols! {
|
|||
reg64,
|
||||
reg_abcd,
|
||||
reg_byte,
|
||||
reg_nonzero,
|
||||
reg_thumb,
|
||||
register_attr,
|
||||
register_tool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue