projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad720cf
)
Add a test case for the tilde operator in Microsoft inline assembly
author
Ehsan Akhgari
<ehsan.akhgari@gmail.com>
Sat, 5 Jul 2014 19:40:35 +0000
(19:40 +0000)
committer
Ehsan Akhgari
<ehsan.akhgari@gmail.com>
Sat, 5 Jul 2014 19:40:35 +0000
(19:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212375
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/MC/X86/x86-32-ms-inline-asm.s
patch
|
blob
|
history
diff --git
a/test/MC/X86/x86-32-ms-inline-asm.s
b/test/MC/X86/x86-32-ms-inline-asm.s
index d912915c585e205b344d4e8eedfa6e6213e9a668..c41c90426c9aca2a989a02702262557e6f721b27 100644
(file)
--- a/
test/MC/X86/x86-32-ms-inline-asm.s
+++ b/
test/MC/X86/x86-32-ms-inline-asm.s
@@
-73,6
+73,10
@@
_t21: ## @t21
// CHECK: movl 16(%esi,%eax,2), %eax
// CHECK: # encoding: [0x8b,0x44,0x46,0x10]
+ mov eax, ~15
+// CHECK: movl ~15, %eax
+// CHECK: # encoding: [0xa1,A,A,A,A]
+
prefetchnta 64[eax]
// CHECK: prefetchnta 64(%eax)
// CHECK: # encoding: [0x0f,0x18,0x40,0x40]