From 01c01cc36f006cfb03cd6d1c5a68f926b93f7787 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Sun, 18 Jul 2010 18:28:05 -0700 Subject: Reorganized directory structure Moved cross-compiler to /xcc/ rather than / Added ISA sim in /sim/ Added Proxy Kernel in /pk/ (to be cleaned up) Added opcode map to /opcodes/ (ditto) Added documentation to /doc/ --- riscv/insns/sltu.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 riscv/insns/sltu.h (limited to 'riscv/insns/sltu.h') diff --git a/riscv/insns/sltu.h b/riscv/insns/sltu.h new file mode 100644 index 0000000..6687316 --- /dev/null +++ b/riscv/insns/sltu.h @@ -0,0 +1 @@ +RD = cmp_trunc(RS) < cmp_trunc(RT); -- cgit v1.1