repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Heuristic: If the number of operands in the alias are more than the number of
[llvm/stm8.git]
/
test
/
MC
/
AsmParser
/
macro-args.s
blob
808b6eb488035187d36c9f38d4e3ea953fdf8a26
1
//
RUN
:
llvm-mc
-
triple x86_64-apple-darwin10
%
s | FileCheck
%
s
2
3
.macro GET var,re2g
4
movl
\v
ar@GOTOFF
(%
ebx
),
\r
e
2
g
5
.endm
6
7
8
GET is_sse
, %
eax
9
10
//
CHECK
:
movl is_sse@GOTOFF
(%
ebx
), %
eax