projects
/
deliverable
/
binutils-gdb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
2013-02-06 Sandra Loosemore <sandra@codesourcery.com>
[deliverable/binutils-gdb.git]
/
gas
/
testsuite
/
gas
/
nios2
/
mul.s
1
# Source file used to test the mul macro.
2
3
foo:
4
mul r4,r5,r6
5
muli r4,r5,0
6
muli r4,r5,1
7
muli r4,r5,-0x8000
8
muli r4,r5,0x7fff
9
muli r4,r5,undefined_symbol
10
muli r4,r5,defined_symbol
11
mulxss r4,r5,r6
12
mulxsu r4,r5,r6
13
mulxuu r4,r5,r6
14
.data
15
.set defined_symbol, 0x4040
This page took
0.032355 seconds
and
4
git commands to generate.