index
:
riscv-isa-sim.git
confprec
cs250
cycleh
debug_rom
debug_rom_fence
device_flags
dtm_reset_error
dts_parsing
dynamic
eos18-bringup
factor-out-macros
fix-bf16
force-rtti
fp-encoding
heterogeneous_mc
hwachav4
increase-stack-size
itrigger-etrigger-cleanup
load_reservation_set_size
log-commits-faster
master
mmio-hack
mvp
no_progbuf
no_progbuf2
nolibfdt
p-ext-0.5.2
plctlab-plct-zce-fix2
plic-clint-endian
plic_uart_v1
priv-1.10
private-l1-caches
pte-info-and-delegation
remove-tests
rivosinc-etrigger_fix_exception_match
rva-profile-support
simplify-misaligned
sodor
sparse-mem
speed2
speedup-hacks
static-link
test
tmp
trigger_priority
tweak_debug_rom
whole-archive
sifive/rvv0.9-phase2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
riscv
/
decode.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-06
Simplify vmadc and vmsbc (#877)
Yueh-Ting (eop) Chen
1
-8
/
+19
2021-11-30
Simplify mulhsu (#870)
Yueh-Ting (eop) Chen
1
-0
/
+47
2021-11-28
Have nclip_{wv/wx/wi} use different macros
eopXD
1
-41
/
+48
2021-11-28
Eliminate redundant parameters for narrowing integer right shift instructions
eopXD
1
-6
/
+6
2021-11-27
Simplify single-width averaging add and subtract (#867)
Yueh-Ting (Eop) Chen
1
-76
/
+28
2021-11-08
Move definitions of P and require macros
Andrew Waterman
1
-2
/
+0
2021-10-25
Fixed a segmentation fault bug (#842)
eric-xtang1008
1
-1
/
+1
2021-10-14
Split 'P' to EXT_ZPN and friends (#830)
marcfedorow
1
-12
/
+12
2021-10-06
Don't write vxsat unless it's actually being set to 1
Scott Johnson
1
-1
/
+1
2021-09-29
Remove no-longer-needed csr_read_only check in validate_csr()
Scott Johnson
1
-5
/
+1
2021-09-29
Convert vl to csr_t
Scott Johnson
1
-17
/
+17
2021-09-29
Convert vstart to csr_t
Scott Johnson
1
-53
/
+53
2021-09-29
Convert vxsat to csr_t
Scott Johnson
1
-1
/
+1
2021-09-27
Remove unnecessary double-setting of mstatus.FS=Dirty
Scott Johnson
1
-1
/
+0
2021-09-27
Convert frm & fflags to csr_t
Scott Johnson
1
-6
/
+6
2021-09-08
Move enable detections into sstatus_csr_t
Scott Johnson
1
-3
/
+3
2021-09-08
Move dirtying logic into sstatus_csr_t
Scott Johnson
1
-3
/
+3
2021-09-08
Rename supports_extension() to extension_enabled()
Scott Johnson
1
-10
/
+10
2021-09-08
Convert mstatus into csr_t family
Scott Johnson
1
-3
/
+3
2021-09-08
Remove no-longer-necessary explicit setting of *status.SD bit
Scott Johnson
1
-3
/
+3
2021-09-08
Convert vsstatus to csr_t family
Scott Johnson
1
-3
/
+3
2021-09-08
Extract function for dirty_mstatus()
Scott Johnson
1
-7
/
+3
2021-07-26
Fix several bugs in P-extension register-pair handling
Andrew Waterman
1
-9
/
+7
2021-07-26
decode: op: remove quad related macro and define
Chih-Min Chao
1
-79
/
+0
2021-06-02
Fix ambiguous if/else warning
Andrew Waterman
1
-1
/
+1
2021-06-02
Fix CSR read-only check regression introduced in 463001198
Andrew Waterman
1
-1
/
+5
2021-05-10
Support RISC-V p-ext-proposal v0.9.2 (#637)
ChunPing Chung
1
-0
/
+509
2021-05-01
Improve coding style of logging printfs
Andrew Waterman
1
-1
/
+2
2021-03-05
Fix vsstatus.FS misbehavior (#661)
Scott Johnson
1
-7
/
+10
2021-02-24
rvv: add vsetivli
Chih-Min Chao
1
-0
/
+1
2021-02-24
rvv: add vse1/vle1
Chih-Min Chao
1
-12
/
+12
2021-02-17
Fix require_vector_vs() for H-extension
Anup Patel
1
-1
/
+1
2021-02-16
fix require fp since spec said <When V=1, both vsstatus.FS and the HS… (#646)
francis4096
1
-1
/
+1
2021-01-22
scalar-crypto: Initial spike support for v0.8.1 (#635)
Ben Marshall
1
-0
/
+3
2020-12-14
rvv: fix the v[z|s]ext about elmul checking.
Dave.Wen
1
-1
/
+1
2020-12-14
disasm: show fench's predecessor and successor
Chih-Min Chao
1
-0
/
+1
2020-12-04
rvv: check the vz/sext's eew
Dave.Wen
1
-0
/
+1
2020-11-11
mmu: add impl table and set function
Chih-Min Chao
1
-0
/
+1
2020-10-26
rvv: check extra dst for index segment load
Chih-Min Chao
1
-12
/
+15
2020-10-06
rvv: vamo needs to keep exception index in vstart
Chih-Min Chao
1
-0
/
+1
2020-10-01
decode: only return meaningful bits for insn_t (#561)
Chih-Min Chao
1
-1
/
+1
2020-09-22
rvv: fix vfncvt/vfwcvt type checking
Chih-Min Chao
1
-1
/
+6
2020-09-20
Don't throw virtual instruction exceptions for unimplemented CSRs
Andrew Waterman
1
-13
/
+1
2020-09-15
Populate tval registers on illegal-/virtual-instruction traps
Andrew Waterman
1
-6
/
+6
2020-08-31
rvv: relax checking for vs1
Chih-Min Chao
1
-0
/
+29
2020-08-31
rvv: trigger exp for illegal ncvt/wcvt eew
Chih-Min Chao
1
-1
/
+2
2020-08-31
rvv: check invalid frm for floating operations
Chih-Min Chao
1
-0
/
+2
2020-08-03
rvv: add 'vstartalu" option to --varch arugment
Chih-Min Chao
1
-16
/
+20
2020-07-29
f16: fix Nan-Box macro
Chih-Min Chao
1
-1
/
+1
2020-07-29
rvv: fix frac_lmul get function
Chih-Min Chao
1
-1
/
+1
[prev]
[next]