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
2020-06-04
rvv: fix compilation warning
Chih-Min Chao
1
-6
/
+6
2020-05-28
rvv: use zvqmac to enable vector qmac
Chih-Min Chao
1
-0
/
+1
2020-05-28
rvv: apply new overlapping and align macro
Chih-Min Chao
1
-53
/
+46
2020-05-28
rvv: add e8 type for narrow/widen conversion
Chih-Min Chao
1
-5
/
+24
2020-05-28
rvv: add new explicit eew load/store instructions
Chih-Min Chao
1
-108
/
+122
2020-05-28
rvv: add amo instructions
Chih-Min Chao
1
-0
/
+43
2020-05-28
rvv: add new singed/unsiged extension instructions
Chih-Min Chao
1
-0
/
+40
2020-05-28
rvv: wrap align and overlap checking macro
Chih-Min Chao
1
-4
/
+31
2020-05-28
rvv: remove vmlen
Chih-Min Chao
1
-11
/
+10
2020-05-28
rvv: handle inactive and NaN case for vfredsum
Chih-Min Chao
1
-2
/
+51
2020-05-04
rvv: fp16: support vfwxxx.[wv][vf] instructions
Chih-Min Chao
1
-19
/
+42
2020-05-04
rvv: fp16: support conversion instrucitons
Chih-Min Chao
1
-0
/
+27
2020-05-04
rvv: fp16: support reduction instructions
Chih-Min Chao
1
-9
/
+38
2020-05-04
rvv: fp16: support comparison instructions
Chih-Min Chao
1
-2
/
+9
2020-05-04
rvv: fp16: support .vf instructions
Chih-Min Chao
1
-3
/
+9
2020-05-04
rvv: fp16: support .vv instructions
Chih-Min Chao
1
-3
/
+11
2020-05-04
rvv: remove unused WIDE_END loop macro
Chih-Min Chao
1
-9
/
+4
2020-05-04
fp16: add helper macro
Chih-Min Chao
1
-0
/
+8
2020-04-28
rvv: commitlog: fix vmsgtu.vi and vmsleu.vi dst information
Chih-Min Chao
1
-4
/
+7
2020-04-24
rvv: commitlog: fix dst information for int comparison
Chih-Min Chao
1
-20
/
+40
2020-04-24
rvv: leave only SEW-bit segment store
Chih-Min Chao
1
-5
/
+7
2020-04-24
rvv: leave only SEW-bit segment load
Chih-Min Chao
1
-6
/
+10
2020-04-24
rvv: add vfslide1[down|up].vf and refine checking rule
Chih-Min Chao
1
-0
/
+9
2020-04-20
Move vxrm/vxsat from fcsr to vcsr
Andrew Waterman
1
-4
/
+4
2020-04-09
rvv: minor optimization for index load loop
Chih-Min Chao
1
-1
/
+1
2020-04-09
rvv: fix index segment load overlapping check
Chih-Min Chao
1
-5
/
+7
2020-04-09
rvv: missing vector enabling check for mask operation
Chih-Min Chao
1
-0
/
+1
2020-03-23
rvv: restrict segment load register rule
Chih-Min Chao
1
-3
/
+1
2020-03-12
rvv: commitlog: fix missing dump for some instructions
Chih-Min Chao
1
-4
/
+4
2020-03-09
commitlog: enhance vector dump
Chih-Min Chao
1
-0
/
+3
2020-03-09
rvv: vstart must be 0 for reduction instructions
Chih-Min Chao
1
-0
/
+1
2020-02-20
Debug can actually start at 0x0 now
Andrew Waterman
1
-2
/
+1
2020-02-20
rvv: only check segment overlapping in index load
Chih-Min Chao
1
-4
/
+2
2020-02-20
rvv: don't zero vstart in the beginning
Chih-Min Chao
1
-1
/
+0
2020-02-18
widening reductions are legal when LMUL=8
Andrew Waterman
1
-1
/
+0
2020-02-18
Vector stores don't care if rd overlaps v0 (#400)
Andrew Waterman
1
-9
/
+16
2020-02-18
Merge pull request #396 from chihminchao/rvv-fix-2020-02-14
Andrew Waterman
1
-5
/
+5
2020-02-18
rvv: make variable name match its meaning
Chih-Min Chao
1
-1
/
+1
2020-02-17
vadc/vsbc: allow v0 overlap if LMUL = 1
Andrew Waterman
1
-2
/
+2
2020-02-14
rvv: fix exception rethrow in fault-first load
Chih-Min Chao
1
-1
/
+1
2020-02-14
rvv: respect vstart in fault-first load
Chih-Min Chao
1
-3
/
+3
2020-01-22
commitlog: rvv: add commitlog support to integer instructions
Chih-Min Chao
1
-33
/
+33
2020-01-22
commitlog: rvv: add commitlog support to float instrunctions
Chih-Min Chao
1
-11
/
+11
2020-01-22
commitlog: rvv: add commitlog support to load instructions
Chih-Min Chao
1
-8
/
+9
2020-01-22
commitlog: rvv: change vector register read/write interface
Chih-Min Chao
1
-0
/
+4
2020-01-22
commitlog: extend reg record to keep multiple accesss
Chih-Min Chao
1
-2
/
+2
2020-01-13
state: rewrite state_t initialization
Chih-Min Chao
1
-0
/
+8
2020-01-13
rvv: segment load/store needs to check destination range
Chih-Min Chao
1
-2
/
+3
2020-01-13
rvv: fix vfwcvt/vfncvt for f32 -> f64 and f64 -> f32
Chih-Min Chao
1
-3
/
+1
2020-01-09
rvv: add vfredxxx.vs and vfwred[o]sum.vs float64 support
Chih-Min Chao
1
-12
/
+28
[next]