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 d003441 commit 9147327Copy full SHA for 9147327
arch/inst/I/sltu.yaml
@@ -27,7 +27,6 @@ data_independent_timing: true
27
pseudoinstructions:
28
- when: xs1 == 0
29
to: snez xd,xs2
30
-
31
operation(): |
32
X[xd] = (X[xs1] < X[xs2]) ? 1 : 0;
33
arch/inst/I/xori.yaml
@@ -25,7 +25,6 @@ data_independent_timing: true
25
26
- when: $signed(imm) == -1
to: not xd,xs1
operation(): X[xd] = X[xs1] ^ $signed(imm);
# SPDX-SnippetBegin
0 commit comments