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
Copy file name to clipboardExpand all lines: src/inline-assembly.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -620,7 +620,7 @@ Here is the list of currently supported register classes:
620
620
> - On x86 we treat `reg_byte` differently from `reg` because the compiler can allocate `al` and `ah` separately whereas `reg` reserves the whole register.
621
621
> - On x86-64 the high byte registers (e.g. `ah`) are not available in the `reg_byte` register class.
622
622
> - Some register classes are marked as "Only clobbers" which means that registers in these classes cannot be used for inputs or outputs, only clobbers of the form `out(<explicit register>) _` or `lateout(<explicit register>) _`.
623
-
> - The `spe_acc` register is only available on PowerPC SPE targets
623
+
> - The `spe_acc` register is only available on PowerPC SPE targets.
624
624
625
625
r[asm.register-operands.value-type-constraints]
626
626
Each register class has constraints on which value types they can be used with.
0 commit comments