projects
/
deliverable
/
binutils-gdb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add clz opcode.
[deliverable/binutils-gdb.git]
/
gas
/
testsuite
/
gas
/
microblaze
/
allinsn.s
1
.text
2
footext:
3
.text
4
.global lbur
5
lbur:
6
lbur r0,r0,r0
7
.text
8
.global lhur
9
lhur:
10
lhur r0,r0,r0
11
.text
12
.global lwr
13
lwr:
14
lwr r0,r0,r0
15
.text
16
.global sbr
17
sbr:
18
sbr r0,r0,r0
19
.text
20
.global shr
21
shr:
22
shr r0,r0,r0
23
.text
24
.global swr
25
swr:
26
swr r0,r0,r0
27
.text
28
.global clz
29
clz:
30
clz r0,r0
31
This page took
0.036801 seconds
and
4
git commands to generate.