repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Adjust how NEON shifts are lowered
[llvm-core.git]
/
test
/
tools
/
llvm-rc
/
Inputs
/
parser-expr.rc
blob
8e69c1cd1fa16bea0ba39d19a0485e0bc185e11f
1
LANGUAGE 3 + 2, 3 - 2
2
LANGUAGE 3 | 2, 3 & 2
3
LANGUAGE -3, ~3
4
LANGUAGE 1|1&0, 0&0|1
5
LANGUAGE 3+4-5, 3-4+5
6
LANGUAGE 1+2|3, 3|1+2
7
LANGUAGE 6&~5, 6&-8
8
LANGUAGE -1, --1
9
LANGUAGE ----1, -----1
10
LANGUAGE ~1, ~~1
11
LANGUAGE ~~~~1, ~~~~~1
12
LANGUAGE 5-(1+2), 1|(1&0)
13
LANGUAGE ~(3-7), -(3+~7)
14
LANGUAGE 0, (1+3)|(2+11)
15
LANGUAGE (((((((5))))))), (((((((7)))))))