mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-22 10:33:23 +00:00
[x86 asm] allow fwait alias in both At&t and Intel modes (PR21208)
Differential Revision: http://reviews.llvm.org/D5741 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219725 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eddeac0b8c
commit
76806748d4
@ -2510,7 +2510,7 @@ def : MnemonicAlias<"fldcww", "fldcw", "att">;
|
||||
def : MnemonicAlias<"fnstcww", "fnstcw", "att">;
|
||||
def : MnemonicAlias<"fnstsww", "fnstsw", "att">;
|
||||
def : MnemonicAlias<"fucomip", "fucompi", "att">;
|
||||
def : MnemonicAlias<"fwait", "wait", "att">;
|
||||
def : MnemonicAlias<"fwait", "wait">;
|
||||
|
||||
|
||||
class CondCodeAlias<string Prefix,string Suffix, string OldCond, string NewCond,
|
||||
|
@ -90,4 +90,8 @@ _t21: ## @t21
|
||||
// CHECK: popal
|
||||
// CHECK: # encoding: [0x61]
|
||||
|
||||
fwait
|
||||
// CHECK: wait
|
||||
// CHECK: # encoding: [0x9b]
|
||||
|
||||
ret
|
||||
|
Loading…
x
Reference in New Issue
Block a user