From c82197c5930d4bf103fe80a7ac877e22b22c4842 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Tue, 7 Sep 2010 16:04:57 -0700 Subject: [xcc, sim] added slei/sleui in lieu of slti/sltiu Rationale was that since we have the datapath for rc = (ra < rb), it's straightforward to also add rc = !(imm < rb) = (rb <= imm). --- riscv/insns/sltiu.h | 1 - 1 file changed, 1 deletion(-) delete mode 100644 riscv/insns/sltiu.h (limited to 'riscv/insns/sltiu.h') diff --git a/riscv/insns/sltiu.h b/riscv/insns/sltiu.h deleted file mode 100644 index a09f3ec..0000000 --- a/riscv/insns/sltiu.h +++ /dev/null @@ -1 +0,0 @@ -RA = cmp_trunc(RB) < cmp_trunc(SIMM); -- cgit v1.1