Auto merge of #86416 - Amanieu:asm_clobber_only, r=nagisa
Add clobber-only register classes for asm! These are needed to properly express a function call ABI using a clobber list, even though we don't support passing actual values into/out of these registers.
This commit is contained in:
commit
99f8efec46
11 changed files with 273 additions and 62 deletions
|
@ -756,6 +756,7 @@ symbols! {
|
|||
minnumf64,
|
||||
mips_target_feature,
|
||||
misc,
|
||||
mmx_reg,
|
||||
modifiers,
|
||||
module,
|
||||
module_path,
|
||||
|
@ -899,6 +900,7 @@ symbols! {
|
|||
prefetch_read_instruction,
|
||||
prefetch_write_data,
|
||||
prefetch_write_instruction,
|
||||
preg,
|
||||
prelude,
|
||||
prelude_import,
|
||||
preserves_flags,
|
||||
|
@ -1343,6 +1345,7 @@ symbols! {
|
|||
wrapping_sub,
|
||||
wreg,
|
||||
write_bytes,
|
||||
x87_reg,
|
||||
xmm_reg,
|
||||
ymm_reg,
|
||||
zmm_reg,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue