repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm-readobj] - Simplify stack-sizes.test test case.
[llvm-complete.git]
/
test
/
MC
/
X86
/
intel-syntax-32.s
blob
a503a256ce21308b5a8980e8fb029bf934c9e112
1
//
RUN
:
llvm-mc
-
triple i686-unknown-unknown
-
x86-asm-syntax
=
intel
%
s | FileCheck
%
s
2
3
//
CHECK
:
leaw
(%
bp
,%
si
), %
ax
4
lea ax
, [
bp+si
]
5
//
CHECK
:
leaw
(%
bp
,%
si
), %
ax
6
lea ax
, [
si+bp
]