Andrew Waterman
|
1ea07ef7c5
|
Fix disassembly of JAL
|
12 years ago |
Christopher Celio
|
0346522aa6
|
Disasm now translates xor x0,x0,x0 as a machine-generated bubble ("-").
It is very convenient for pipeline trace viewing to differentiate
between compiler NOPs and pipeline bubbles.
|
12 years ago |
Andrew Waterman
|
fb3be24671
|
Eliminate hwacha <-> riscv circular dependence
We now split out the spike executable into another subproject,
which depends on both rocket and hwacha
|
12 years ago |
Andrew Waterman
|
816893bbe7
|
Disassemble amoxor
|
12 years ago |
Andrew Waterman
|
e85cb99c5e
|
New RDCYCLE encoding
|
13 years ago |
Andrew Waterman
|
aedcd67ac8
|
Update to new privileged ISA
|
13 years ago |
Yunsup Lee
|
cb6cfc5f3a
|
refactor disassembler, and add hwacha disassembler
|
13 years ago |
Christopher Celio
|
b9dc340b75
|
Added commit logging (--enable-commitlog). Also fixed disasm bug.
|
13 years ago |
Andrew Waterman
|
e07148ac53
|
Implement zany immediates
|
13 years ago |
Andrew Waterman
|
0642f4db92
|
Add rd field to JAL; drop J
|
13 years ago |
Andrew Waterman
|
d36c661765
|
Rename MTFSR/MFFSR to FSSR/FRSR
|
13 years ago |
Andrew Waterman
|
bda232b011
|
Rename MFTX/MXTF to FMV
|
13 years ago |
Andrew Waterman
|
be9b242d95
|
Rip out Hwacha for now
|
13 years ago |
Andrew Waterman
|
0de1489e8a
|
Generate instruction decoder dynamically
This will make it easier for accelerators to add instructions.
|
13 years ago |
Andrew Waterman
|
d237ebbd5c
|
Remove JALR static hints
|
13 years ago |
Andrew Waterman
|
24cf9ccbb5
|
update abi register names
|
13 years ago |
Andrew Waterman
|
8ec519af68
|
add AUIPC insn; remove RDNPC insn
|
13 years ago |
Andrew Waterman
|
b189b9b128
|
add load-reserved/store-conditional instructions
|
13 years ago |
Andrew Waterman
|
28ac3dbd81
|
add BSD license
|
13 years ago |
Andrew Waterman
|
de5b42e923
|
change htif to link against libfesvr
|
13 years ago |
Andrew Waterman
|
01db50f070
|
new supervisor mode
|
14 years ago |
Yunsup Lee
|
d8a587dedc
|
add disasm functions for vector
|
14 years ago |
Andrew Waterman
|
c12d9358ec
|
fix sltu disassembly
|
14 years ago |
Andrew Waterman
|
2ddd5fb390
|
fix compilation for gcc 4.6.1
|
15 years ago |
Yunsup Lee
|
8ce456c77b
|
fix the fpr abi names
|
15 years ago |
Your Name
|
e7fb0404b8
|
Remove dependence on binutils
We now have our own disassembler.
|
15 years ago |