1. 13 6月, 2023 4 次提交
  2. 22 5月, 2023 1 次提交
    • F
      Rab: fix a bug · d3c9f26d
      fdy 提交于
      This bug will be triggered when the ptr shift step is greater than the ptr size
      d3c9f26d
  3. 16 5月, 2023 1 次提交
  4. 10 5月, 2023 1 次提交
  5. 05 5月, 2023 1 次提交
    • C
      func(UopDivType): support vcompress & some insts of VIMac (#2067) · adf68ff3
      czw 提交于
      func(UopDivType): support UopDivType.VEC_COMPRESS & vcompress test pass
      func(VIMac): add VIMac
      pom(yunsuan): add VimacType
      
      * func(UopDivType): support UopDivType.VEC_COMPRESS & vcompress test pass
      
      * func(VIMac): add VIMac
      
      1. support for vmul/vmvmulh/vmvmulhu/vmvmulhsu
      2. support for vmacc/vnmsac/vmadd/vnmsub
      
      * pom(yunsuan): add VimacType
      adf68ff3
  6. 28 4月, 2023 1 次提交
  7. 24 4月, 2023 6 次提交
  8. 18 4月, 2023 1 次提交
  9. 14 4月, 2023 8 次提交
  10. 12 4月, 2023 2 次提交
  11. 07 4月, 2023 1 次提交
  12. 05 4月, 2023 1 次提交
  13. 03 4月, 2023 2 次提交
  14. 02 4月, 2023 1 次提交
    • C
      func(DecodeUnitComp): support VEC_VRED (#2017) · b8298242
      czw 提交于
      * func(DecodeUnitComp): support VEC_VRED of UopDivType
      
      * fix(vxsat):fix bug that VPU's vxsat shout be arbitrated
      
      * pom(yunsuan):fix Decode of vmvsx & add some test for VPERM
      b8298242
  15. 31 3月, 2023 3 次提交
  16. 29 3月, 2023 2 次提交
  17. 28 3月, 2023 1 次提交
    • C
      pom(yunsuan): add IALU V3 (#2004) · de9e1949
      czw 提交于
      1. func(VPERM): fix tail process, optimize vcompress, change vslide module name
      2. func(VPERM): change to 2-stage
      3. test(VPERM): add golden model and test: vslidedown
      4. test(VPERM): set vxsat=0 for vperm
      5. test(VFADD): support vector-scalar operations func(VFADD): support vector-scalar operations
      6. test: include
      7. func(VFMA): add input:op_code,frs1,is_frs1; support vfmul.vv
      8. func(VFMA):add vfmul.vf vfnmacc.vv vfnmacc.vf and their test supports
      9. func(IALU):add IALU V3
      
      * fix(decode): fix decode bug of selImm
      
      1. fix decode bug of selImm
      2. change VipuType to VpermType
      
      * func(yunsuan): add VIAlu code v3
      
      1. add VIAlu code v3
      2. Update the IO of VFPU
      
      * pom(yunsuan): add IALU V3
      
      1. func(VPERM): fix tail process, optimize vcompress, change vslide module name
      2. func(VPERM): change to 2-stage
      3. test(VPERM): add golden model and test: vslidedown
      4. test(VPERM): set vxsat=0 for vperm
      5. test(VFADD): support vector-scalar operations func(VFADD): support vector-scalar operations
      6. test: include <algorithm>
      7. func(VFMA): add input:op_code,frs1,is_frs1; support vfmul.vv
      8. func(VFMA):add vfmul.vf vfnmacc.vv vfnmacc.vf and their test supports
      9. func(IALU):add IALU V3
      de9e1949
  18. 24 3月, 2023 3 次提交