4017 Commits (master)
 

Author SHA1 Message Date
Andrew Waterman 3f144b12ed [xcc, sim, pk] link register is now x1 16 years ago
Andrew Waterman 68f81d8f48 [opcodes, pk, sim, xcc] made jumps shorter and PC-relative 16 years ago
Andrew Waterman 63844a7558 [sim] removed unnecessary trap in mfcr instruction 16 years ago
Andrew Waterman 5f0b1c3e7b [sim,xcc] fixed minor bugs related to tp/cr29 16 years ago
Yunsup Lee 78bc7d9885 [pk,sim,xcc] get rid of at register, introduce tp register 16 years ago
Andrew Waterman 2c9a832352 [sim,xcc,pk,opcodes] static rounding modes for FP insns 16 years ago
Andrew Waterman 8456c1e923 [pk, sim] added FPU emulation support to proxy kernel 16 years ago
Andrew Waterman ab928baadb [sim] made softfloat files C instead of C++ 16 years ago
Andrew Waterman d3cb781e16 [sim] added writeback tracing 16 years ago
Andrew Waterman 9222fb8ab8 [xcc] modified opcodes for better FP decode mapping 16 years ago
Andrew Waterman 9817b7be3d [opcodes] added code field back to syscall/break 16 years ago
Andrew Waterman 2d58d46c89 [xcc] removed CEXC field from FSR 16 years ago
Andrew Waterman a359d7b81a [xcc,sim] eliminated vectored traps 16 years ago
Andrew Waterman fcdd030cbe [sim, xcc] changed cvt/trunc to use GPRs for int args 16 years ago
Andrew Waterman 04fa9f8603 [xcc, sim] mff now uses rs2 for data 16 years ago
Andrew Waterman 68ddbd26c3 [opcodes, sim, xcc] added mffl.d instruction 16 years ago
Andrew Waterman ee7cb7243e [xcc, sim] eliminated zero-extended immediates 16 years ago
Andrew Waterman c28cb729f9 [sim] fixed bug in which shift operands were reversed 16 years ago
Andrew Waterman cbefaf68c7 [xcc, sim] changed instruction format so imm12 subs for rs2 16 years ago
Andrew Waterman 1583b7a9e2 [xcc, sim] replaced ble/bleu with bge/bgeu 16 years ago
Andrew Waterman 19b59dd9a0 [sim] renamed sllv to sll (same for other shifts) 16 years ago
Andrew Waterman 86ab285710 [xcc, sim] moved shamt field and renamed shifts 16 years ago
Andrew Waterman ab2da3ad68 [xcc, sim] branches now are next-PC-based, not PC-based 16 years ago
Andrew Waterman 8edc1451b2 [xcc] fixed broken 32-bit FP ABI 16 years ago
Andrew Waterman 9bd1c58531 [sim, xcc] Added mffh.d/mtflh.d; fixed FP ABI for 32-bit 16 years ago
Andrew Waterman b3dac377a1 [sim, pk] cleaned up exception vectors and FP exc flags 16 years ago
Yunsup Lee 5b9b36def0 [opcodes,xcc,sim] mffh.d,mtfh.d added (broken commit) 16 years ago
Yunsup Lee 05b409f48d [opcodes,sim,xcc] move opcodes for 3 source instructions 16 years ago
Andrew Waterman a71855cfd6 Revert "[xcc, sim] added slei/sleui in lieu of slti/sltiu" 16 years ago
Andrew Waterman 5c88aa157b Merge branch 'master' of /project/eecs/parlab/git/projects/riscv 16 years ago
Andrew Waterman 64ec648761 [pk, sim] added interrupt support to sim; added timer interrupt 16 years ago
Yunsup Lee a9176ab510 [sim] add while to interactive_until 16 years ago
Yunsup Lee 9beab4ff43 [sim] change applink for tohost/fromhost (forgot one file) 16 years ago
Yunsup Lee 3af5e6b1a5 [sim] change applink for tohost/fromhost 16 years ago
Andrew Waterman c82197c593 [xcc, sim] added slei/sleui in lieu of slti/sltiu 16 years ago
Yunsup Lee 0771c7b017 [sim] yet another fix stdint.h __STDC_LIMIT_MACROS problem 16 years ago
Yunsup Lee e460324b89 [sim] fix stdint.h __STDC_LIMIT_MACROS problem 16 years ago
Andrew Waterman 8f2695a050 [sim, xcc] branches now have 2-byte-aligned displacements 16 years ago
Andrew Waterman 6df5eaaea8 [sim, xcc] added PCRs to replace k0 and k1 16 years ago
Andrew Waterman 46697c22d4 [sim, xcc] bthread threading model exposed; insn encoding cleaned up 16 years ago
Andrew Waterman 3fb39c1739 [sim] fixed bug in msub.d; added ability to print FPRs in debug mode 16 years ago
Andrew Waterman 4ef2c87da8 [sim] added atomic memory operations 16 years ago
Andrew Waterman 2ad48949b9 [xcc] argc/argv work for 32b programs 16 years ago
Andrew Waterman f04bbaa997 [sim] privileged mode support for 32-bit operation 16 years ago
Andrew Waterman 3e18d4ccc0 [xcc,sim] added fused multiply-add and its cousins 16 years ago
Andrew Waterman d81bcf723e [xcc,sim] Eliminated slori instruction 16 years ago
Andrew Waterman bb7667a4d1 [pk,fesvr] improved proxykernel build system 16 years ago
Andrew Waterman 50ec828baf [sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2b 16 years ago
Andrew Waterman b46f178e58 [sim] specialized softfloat for riscv 16 years ago
Andrew Waterman 9ba7af90cc [sim] added riscv folder to softfloat 16 years ago