aboutsummaryrefslogtreecommitdiff
path: root/src/images/wavedrom/load-reserve-st-conditional.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/images/wavedrom/load-reserve-st-conditional.adoc')
-rw-r--r--src/images/wavedrom/load-reserve-st-conditional.adoc19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/images/wavedrom/load-reserve-st-conditional.adoc b/src/images/wavedrom/load-reserve-st-conditional.adoc
new file mode 100644
index 0000000..ae0ab62
--- /dev/null
+++ b/src/images/wavedrom/load-reserve-st-conditional.adoc
@@ -0,0 +1,19 @@
+//# 9 "A" Standard Extension for Atomic Instructions, Version 2.1
+//## 9.2 Load-Reserved/Store-Conditional Instructions
+
+
+[wavedrom, ,svg]
+....
+{reg: [
+ {bits: 7, name: 'opcode', attr: 'AMO', type: 8},
+ {bits: 5, name: 'rd', attr: 'dest', type: 2},
+ {bits: 3, name: 'func3', attr: 'width', type: 8},
+ {bits: 5, name: 'rs1', attr: 'addr', type: 4},
+ {bits: 5, name: 'rs2', attr: ['0', 'src'], type: 4},
+ {bits: 1, name: 'rl', type: 8},
+ {bits: 1, name: 'aq', type: 8},
+ {bits: 5, name: 'funct5', attr: ['LR.W/D', 'SC.W/D'], type: 8},
+]}
+....
+
+