projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3966d2
)
(no commit message)
author
lkcl
<lkcl@web>
Fri, 20 Nov 2020 15:48:02 +0000
(15:48 +0000)
committer
IkiWiki
<ikiwiki.info>
Fri, 20 Nov 2020 15:48:02 +0000
(15:48 +0000)
openpower/sv/16_bit_compressed.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/16_bit_compressed.mdwn
b/openpower/sv/16_bit_compressed.mdwn
index ecddad4b3ee17fb64c3c9bc849224c9b6c1ed2fb..6fb705c91645fa88ad57f37edd69ba6970e8a611 100644
(file)
--- a/
openpower/sv/16_bit_compressed.mdwn
+++ b/
openpower/sv/16_bit_compressed.mdwn
@@
-486,3
+486,11
@@
space (when RA==0)
| 1 0 1 1 | | | 001.1 | 0 | | M |
| 1 1 0 0 | | | 001.1 | 0 | | M |
| 1 1 1 1 | | | 001.1 | 0 10 | | M |
+
+# Analysis techniques
+
+ objdump -d --no-show-raw-insn /bin/bash | sed 'y/\t/ /;
+ s/^[ x0-9A-F]*: *\([a-z.]\+\) *\(.*\)/\1 \2 /p; d' |
+ sed 's/\([, (]\)r[1-9][0-9]*/\1r1/g;
+ s/\([ ,]\)-*[0-9]\+\([^0-9]\)/\11\2/g' | sort | uniq --count |
+ sort -n | less