We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a39e073 commit e03150bCopy full SHA for e03150b
arch/inst/Zicfilp/lpad.yaml
@@ -0,0 +1,24 @@
1
+# yaml-language-server: $schema=../../../schemas/inst_schema.json
2
+
3
+$schema: inst_schema.json#
4
+kind: instruction
5
+name: lpad
6
+long_name: No synopsis available.
7
+description: |
8
+ No description available.
9
+definedBy: Zicfilp
10
+assembly: imm
11
+encoding:
12
+ match: --------------------000000010111
13
+ variables:
14
+ - name: imm
15
+ location: 31-12
16
+ left_shift: 12
17
+access:
18
+ s: always
19
+ u: always
20
+ vs: always
21
+ vu: always
22
+data_independent_timing: false
23
+operation(): |
24
0 commit comments