aboutsummaryrefslogtreecommitdiff
path: root/riscv
AgeCommit message (Expand)AuthorFilesLines
2020-05-13eew: add eewDave.Wen1-8/+17
2020-05-13eew: fix the eew=0 caseDave.Wen2-13/+18
2020-05-12rvv: add ext opcodeChih-Min Chao1-0/+18
2020-05-12rvv: op: change vfunary0 and funary1 func6 fieldChih-Min Chao1-47/+47
2020-05-12rvv: ldst: add missng check for VI_LDChih-Min Chao1-2/+1
2020-05-11rvv: change to 0.9 ldstChih-Min Chao78-451/+638
2020-05-07rvv: add eew and lmul for vle/vse/vleffDave.Wen4-7/+39
2020-05-06fractional_lmul: update the vtype register and alos remove the useless reg_maskDave.Wen1-1/+3
2020-05-04zfh: implementation all instructionsChih-Min Chao37-0/+206
2020-05-04zfh: op: add scalar opcodeChih-Min Chao1-0/+108
2020-04-29zfh: zfh require F extension supportChih-Min Chao1-0/+3
2020-04-27rvv: align VCSR with upstreamChih-Min Chao2-15/+13
2020-04-27parse: refine error format reportingChih-Min Chao1-10/+24
2020-04-27rvv: commitlog: fix comparision dst informationChih-Min Chao3-6/+9
2020-04-24rvv: commitlog: fix missing informaiton for slide1Chih-Min Chao4-12/+12
2020-04-24rvv: commitlog: fix dst information for int comparisonChih-Min Chao1-20/+40
2020-04-23build: quota string with [] to avoid part of string missingChih-Min Chao1-1/+1
2020-04-23rvv: fix vfncvt.xu.f.w for fp16Chih-Min Chao1-1/+1
2020-04-23rvv: aad fp16 support for vfwxxx.[wv]vChih-Min Chao10-8/+47
2020-04-22rvv: fix segment load/store nf checkingChih-Min Chao2-9/+11
2020-04-21rvv: fix vfmv for fp16Chih-Min Chao3-13/+36
2020-04-21rvv: fix vfmerge.vfm for fp16Chih-Min Chao1-2/+15
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-20rvv: fix f16_to_[u]i16 conversionChih-Min Chao4-8/+4
2020-04-20rvv: remove debug messageChih-Min Chao1-1/+0
2020-04-19rvv: fix vfwredsum checking ruleChih-Min Chao1-1/+3
2020-04-16rvv: fix rtz cvtChih-Min Chao13-51/+47
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-14parser: extend --isa to support extended extensionChih-Min Chao2-18/+55
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 Chao11-27/+79
2020-04-14rvv: add float conversion for rtz variantsChih-Min Chao8-0/+88
2020-04-14rvv: add new vcsr vector csrChih-Min Chao3-19/+31
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 Chao3-12/+38
2020-04-10rvv: missing vector enabling check for mask operationChih-Min Chao1-0/+1
2020-04-05Fix debug segfault by partially reverting #409Andrew Waterman1-2/+3