mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
X86 has asterisk-free inline asm support now.
Floating point stack inline asm works. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140033 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -2286,7 +2286,7 @@ is the key:</p>
|
|||||||
<td class="yes"></td> <!-- PowerPC -->
|
<td class="yes"></td> <!-- PowerPC -->
|
||||||
<td class="unknown"></td> <!-- Sparc -->
|
<td class="unknown"></td> <!-- Sparc -->
|
||||||
<td class="unknown"></td> <!-- SystemZ -->
|
<td class="unknown"></td> <!-- SystemZ -->
|
||||||
<td class="yes"><a href="#feat_inlineasm_x86">*</a></td> <!-- X86 -->
|
<td class="yes"></td> <!-- X86 -->
|
||||||
<td class="unknown"></td> <!-- XCore -->
|
<td class="unknown"></td> <!-- XCore -->
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
@@ -2382,9 +2382,6 @@ disassembling machine opcode bytes into MCInst's.</p>
|
|||||||
<p>This box indicates whether the target supports most popular inline assembly
|
<p>This box indicates whether the target supports most popular inline assembly
|
||||||
constraints and modifiers.</p>
|
constraints and modifiers.</p>
|
||||||
|
|
||||||
<p id="feat_inlineasm_x86">X86 lacks reliable support for inline assembly
|
|
||||||
constraints relating to the X86 floating point stack.</p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- _______________________________________________________________________ -->
|
<!-- _______________________________________________________________________ -->
|
||||||
|
Reference in New Issue
Block a user