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 5c9aa28 commit 914b672Copy full SHA for 914b672
spec/std/isa/inst/I/bge.yaml
@@ -33,7 +33,7 @@ pseudoinstructions:
33
- when: xs1 == 0
34
to: blez xs2,imm
35
- when: xs2 == 0
36
- to: blez xs1,imm
+ to: bgez xs1,imm
37
operation(): |
38
XReg lhs = X[xs1];
39
XReg rhs = X[xs2];
0 commit comments