aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-21rvv: fix vfslide for fp16Chih-Min Chao2-0/+16
2020-04-21rvv: fix floating comparison for fp16Chih-Min Chao10-11/+49
2020-04-21rvv: allow fp16Chih-Min Chao1-1/+2
2020-04-20rvv: refine vfncvt case for f32_to_[u]i16 casesChih-Min Chao3-6/+3
2020-04-20sf: add f32_to_[u]i16Chih-Min Chao4-0/+114
2020-04-20rvv: fix f16_to_[u]i16 conversionChih-Min Chao4-8/+4
2020-04-20rvv: remove debug messageChih-Min Chao1-1/+0
2020-04-20sf: add f16_to_[u]i16Chih-Min Chao5-0/+209
2020-04-19rvv: fix vfwredsum checking ruleChih-Min Chao1-1/+3
2020-04-16rvv: fix rtz cvtChih-Min Chao14-53/+49
2020-04-15rvv: add widen conversion instructionsChih-Min Chao7-51/+53
2020-04-15rvv: add narrow conversion instrucitonsChih-Min Chao7-42/+71
2020-04-15rvv: add normal and widen reduction instructionsChih-Min Chao7-27/+78
2020-04-15rvv: add vmfxx f16 compare instructionsChih-Min Chao11-2/+39
2020-04-15rvv: add .vf fp16 instructionsChih-Min Chao25-3/+85
2020-04-15rvv: add .vv fp16 instructionsChih-Min Chao22-2/+72
2020-04-15rvv: WIDE_END loop macroChih-Min Chao1-9/+4
2020-04-15fp16: add helper macroChih-Min Chao1-0/+8
2020-04-15sf: add missing classify headerChih-Min Chao1-0/+1
2020-04-14parser: extend --isa to support extended extensionChih-Min Chao2-18/+55
2020-04-14rvv: disasm: leave only SEW-bit segment load/storeChih-Min Chao1-66/+0
2020-04-14rvv: leave only SEW-bit segment storeChih-Min Chao17-153/+53
2020-04-14rvv: leave only sew-wise segment loadChih-Min Chao29-73/+76
2020-04-14rvv: add vfslide1[down|up].vf and refine checking ruleChih-Min Chao12-27/+81
2020-04-14rvv: add float conversion for rtz variantsChih-Min Chao9-1/+95
2020-04-14rvv: add new vcsr vector csrChih-Min Chao3-19/+31
2020-04-14Handle misaligned memories by aligning them, rather than erroringAndrew Waterman1-1/+16
2020-04-14Revert "rvv: support simulations with mem size <4K"Chih-Min Chao1-1/+1
2020-04-10rvv: remove unecessary initializationChih-Min Chao1-1/+0
2020-04-10rvv: vslide[1]up now allows mask overlap when LMUL=1Chih-Min Chao3-3/+3
2020-04-10rvv: fix index segment load overlapping checkChih-Min Chao1-5/+7
2020-04-10op: update CSRChih-Min Chao4-14/+40
2020-04-10rvv: missing vector enabling check for mask operationChih-Min Chao1-0/+1
2020-04-07rvv: support simulations with mem size <4KDave.Wen1-1/+1
2020-04-05Fix debug segfault by partially reverting #409Andrew Waterman1-2/+3
2020-04-05option: flag x extension without loading shared lib (#439)Chih-Min Chao1-1/+5
2020-04-05Deny hart access to debug CSRs when not in D-modeAndrew Waterman1-0/+8
2020-04-05Assert that debug_module is initialized correctly. (#437)Tim Newsome1-0/+1
2020-04-05When enabling the debug module, poll til it's really enabledAndrew Waterman1-0/+2
2020-04-05FESVR: ensure dmactive is 1 before reading debug module registersMegan Wachs1-3/+3
2020-04-05Write execution logs to a named log file (#409)Rupert Swarbrick8-83/+152
2020-04-05Allow PATH lookup for executing dtc (#432)綺麗な賢狼ホロ1-1/+1
2020-04-05Don't acquire load reservation in the event of a faultAndrew Waterman2-2/+4
2020-04-05Fix hard-coded path to DTC that breaks packaging (#428)Joel Sherrill2-15/+3
2020-04-05ebreak should write mtval with 0, not pcAndrew Waterman3-3/+3
2020-04-05fixed htif exception typo (#423)Dai chou1-1/+1
2020-03-27rvv: fix int_max/min value calculationChih-Min Chao8-23/+26
2020-03-26rvv: fix vssraa.vi e64 corner caseChih-Min Chao1-1/+1
2020-03-26rvv: check vlen == slenChih-Min Chao1-0/+2
2020-03-24rvv: fix vmv reg checking failureChih-Min Chao3-1/+6