[xcc] minor performance tweaks
[riscv-isa-sim.git] / riscv / insns / sltiu.h
index a09f3ecb5572d38a9ebd5db76e2a640b786f197c..45e579b518d151d221769949df6510787c100eac 100644 (file)
@@ -1 +1 @@
-RA = cmp_trunc(RB) < cmp_trunc(SIMM);
+RD = cmp_trunc(RS1) < cmp_trunc(SIMM);