From 1f172a2c7cd5c2e7faedf797617ed8abce33bac3 Mon Sep 17 00:00:00 2001 From: LIU Zhiwei Date: Thu, 27 Jun 2024 19:15:41 +0800 Subject: [PATCH] copyright: Update Xuantie copyright to C-SKY --- cskysim/cskysim.c | 2 +- disas/csky.c | 2 +- hw/audio/csky_iis.c | 2 +- hw/block/csky_nfc.c | 2 +- hw/char/csky_uart.c | 2 +- hw/char/csky_uart_dummy.c | 2 +- hw/csky/csky_boot.c | 2 +- hw/csky/deimos.c | 2 +- hw/csky/dummyh.c | 2 +- hw/csky/dynsoc.c | 2 +- hw/csky/eragon.c | 2 +- hw/csky/hobbit1_v2.c | 2 +- hw/csky/smart_card.c | 2 +- hw/csky/smarth.c | 2 +- hw/csky/smartl.c | 2 +- hw/csky/trilobite.c | 2 +- hw/csky/trilobite_v2.c | 2 +- hw/csky/virt.c | 2 +- hw/display/csky_lcd_template.h | 2 +- hw/display/csky_lcdc.c | 2 +- hw/dma/csky_dma.c | 2 +- hw/intc/csky_intc.c | 2 +- hw/intc/csky_mic.c | 2 +- hw/intc/csky_tcip_v1.c | 2 +- hw/intc/riscv_clic.c | 2 +- hw/intc/thead_clint.c | 2 +- hw/misc/csky_exit.c | 2 +- hw/misc/csky_fft.c | 2 +- hw/misc/csky_mca.c | 2 +- hw/misc/csky_memlog.c | 2 +- hw/misc/thead_asp_nne_v1.c | 2 +- hw/net/csky_mac.c | 2 +- hw/net/csky_mac_v2.c | 2 +- hw/riscv/dummyh.c | 2 +- hw/riscv/dynsoc.c | 2 +- hw/riscv/smarth.c | 2 +- hw/riscv/smartl.c | 2 +- hw/riscv/thead_asp_v1.c | 2 +- hw/riscv/thead_pmu.c | 2 +- hw/sd/csky_sdhc.c | 2 +- hw/timer/csky_coret.c | 2 +- hw/timer/csky_mptimer.c | 2 +- hw/timer/csky_timer.c | 2 +- hw/timer/csky_timer_dummy.c | 2 +- hw/timer/csky_timer_for_arm.c | 2 +- include/hw/char/csky_uart.h | 2 +- include/hw/csky/csky_boot.h | 2 +- include/hw/csky/dynsoc.h | 2 +- include/hw/dma/csky_dma.h | 2 +- include/hw/intc/csky_intc.h | 2 +- include/hw/intc/csky_mic.h | 2 +- include/hw/intc/csky_tcip_v1.h | 2 +- include/hw/intc/riscv_clic.h | 2 +- include/hw/intc/thead_clint.h | 2 +- include/hw/misc/thead_asp_nne_api_v1.h | 2 +- include/hw/net/csky_mac.h | 2 +- include/hw/net/csky_mac_v2.h | 2 +- include/hw/riscv/smartl.h | 2 +- include/hw/riscv/thead_asp_v1.h | 2 +- include/hw/timer/csky_coret.h | 2 +- include/hw/timer/csky_mptimer.h | 2 +- include/hw/timer/csky_timer.h | 2 +- linux-user/csky/cpu_loop.c | 2 +- linux-user/csky/signal.c | 2 +- linux-user/csky/sockbits.h | 2 +- linux-user/csky/syscall_nr.h | 2 +- linux-user/csky/target_cpu.h | 2 +- linux-user/csky/target_elf.h | 2 +- linux-user/csky/target_fcntl.h | 2 +- linux-user/csky/target_structs.h | 2 +- linux-user/csky/target_syscall.h | 2 +- target/csky/cpu-param.h | 2 +- target/csky/cpu-qom.h | 2 +- target/csky/cpu.c | 2 +- target/csky/cpu.h | 2 +- target/csky/csky-semi.c | 2 +- target/csky/csky_ldst.c | 2 +- target/csky/csky_ldst.h | 2 +- target/csky/gdbstub.c | 2 +- target/csky/helper.c | 2 +- target/csky/helper.h | 2 +- target/csky/mmu.c | 2 +- target/csky/op_dspv2.c | 2 +- target/csky/op_fpuv3.c | 2 +- target/csky/op_helper_v1.c | 2 +- target/csky/op_helper_v2.c | 2 +- target/csky/op_vdsp.c | 2 +- target/csky/op_vdsp2.c | 2 +- target/csky/translate.h | 2 +- target/csky/translate_v1.c | 2 +- target/csky/translate_v2.c | 2 +- target/riscv/insn_trans/trans_rvp.c.inc | 2 +- target/riscv/insn_trans/trans_rvv.c.inc | 2 +- target/riscv/insn_trans/trans_v0p7.c.inc | 2 +- target/riscv/internals.h | 2 +- target/riscv/packed_helper.c | 2 +- target/riscv/v0p7_helper.c | 2 +- target/riscv/vector_helper.c | 2 +- tests/riscv/Matrix-extension/case/mld1m_mst1m.c.future | 2 +- tests/riscv/Matrix-extension/case/mld2m_mst2m.c.future | 2 +- tests/riscv/Matrix-extension/case/mld4m_mst4m.c.future | 2 +- tests/riscv/Matrix-extension/case/mld8m_mst8m.c.future | 2 +- tests/riscv/Matrix-extension/case/mld_mst.c | 2 +- tests/riscv/Matrix-extension/case/msld_msst.c | 2 +- tests/riscv/include/test_device.h | 2 +- tests/riscv/include/testsuite.h | 2 +- tests/riscv/p-extension/case/add16.c | 2 +- tests/riscv/p-extension/case/add64.c | 2 +- tests/riscv/p-extension/case/add8.c | 2 +- tests/riscv/p-extension/case/ave.c | 2 +- tests/riscv/p-extension/case/bitrev.c | 2 +- tests/riscv/p-extension/case/bitrevi.c | 2 +- tests/riscv/p-extension/case/bpick.c | 2 +- tests/riscv/p-extension/case/clo16.c | 2 +- tests/riscv/p-extension/case/clo32.c | 2 +- tests/riscv/p-extension/case/clo8.c | 2 +- tests/riscv/p-extension/case/clrs16.c | 2 +- tests/riscv/p-extension/case/clrs32.c | 2 +- tests/riscv/p-extension/case/clrs8.c | 2 +- tests/riscv/p-extension/case/clz16.c | 2 +- tests/riscv/p-extension/case/clz32.c | 2 +- tests/riscv/p-extension/case/clz8.c | 2 +- tests/riscv/p-extension/case/cmpeq16.c | 2 +- tests/riscv/p-extension/case/cmpeq8.c | 2 +- tests/riscv/p-extension/case/cras16.c | 2 +- tests/riscv/p-extension/case/crsa16.c | 2 +- tests/riscv/p-extension/case/insb.c | 2 +- tests/riscv/p-extension/case/kabs16.c | 2 +- tests/riscv/p-extension/case/kabs8.c | 2 +- tests/riscv/p-extension/case/kabsw.c | 2 +- tests/riscv/p-extension/case/kadd16.c | 2 +- tests/riscv/p-extension/case/kadd64.c | 2 +- tests/riscv/p-extension/case/kadd8.c | 2 +- tests/riscv/p-extension/case/kaddh.c | 2 +- tests/riscv/p-extension/case/kaddw.c | 2 +- tests/riscv/p-extension/case/kcras16.c | 2 +- tests/riscv/p-extension/case/kcrsa16.c | 2 +- tests/riscv/p-extension/case/kdmabb.c | 2 +- tests/riscv/p-extension/case/kdmabt.c | 2 +- tests/riscv/p-extension/case/kdmatt.c | 2 +- tests/riscv/p-extension/case/kdmbb.c | 2 +- tests/riscv/p-extension/case/kdmbt.c | 2 +- tests/riscv/p-extension/case/kdmtt.c | 2 +- tests/riscv/p-extension/case/khm16.c | 2 +- tests/riscv/p-extension/case/khm8.c | 2 +- tests/riscv/p-extension/case/khmbb.c | 2 +- tests/riscv/p-extension/case/khmbt.c | 2 +- tests/riscv/p-extension/case/khmtt.c | 2 +- tests/riscv/p-extension/case/khmx16.c | 2 +- tests/riscv/p-extension/case/khmx8.c | 2 +- tests/riscv/p-extension/case/kmabb.c | 2 +- tests/riscv/p-extension/case/kmabt.c | 2 +- tests/riscv/p-extension/case/kmada.c | 2 +- tests/riscv/p-extension/case/kmadrs.c | 2 +- tests/riscv/p-extension/case/kmads.c | 2 +- tests/riscv/p-extension/case/kmar64.c | 2 +- tests/riscv/p-extension/case/kmatt.c | 2 +- tests/riscv/p-extension/case/kmaxda.c | 2 +- tests/riscv/p-extension/case/kmaxds.c | 2 +- tests/riscv/p-extension/case/kmda.c | 2 +- tests/riscv/p-extension/case/kmmac.c | 2 +- tests/riscv/p-extension/case/kmmac_u.c | 2 +- tests/riscv/p-extension/case/kmmawb.c | 2 +- tests/riscv/p-extension/case/kmmawb2.c | 2 +- tests/riscv/p-extension/case/kmmawb2_u.c | 2 +- tests/riscv/p-extension/case/kmmawb_u.c | 2 +- tests/riscv/p-extension/case/kmmawt.c | 2 +- tests/riscv/p-extension/case/kmmawt2.c | 2 +- tests/riscv/p-extension/case/kmmawt2_u.c | 2 +- tests/riscv/p-extension/case/kmmawt_u.c | 2 +- tests/riscv/p-extension/case/kmmsb.c | 2 +- tests/riscv/p-extension/case/kmmsb_u.c | 2 +- tests/riscv/p-extension/case/kmmwb2.c | 2 +- tests/riscv/p-extension/case/kmmwb2_u.c | 2 +- tests/riscv/p-extension/case/kmmwt2.c | 2 +- tests/riscv/p-extension/case/kmmwt2_u.c | 2 +- tests/riscv/p-extension/case/kmsda.c | 2 +- tests/riscv/p-extension/case/kmsr64.c | 2 +- tests/riscv/p-extension/case/kmsxda.c | 2 +- tests/riscv/p-extension/case/kmxda.c | 2 +- tests/riscv/p-extension/case/ksll16.c | 2 +- tests/riscv/p-extension/case/ksll8.c | 2 +- tests/riscv/p-extension/case/kslli16.c | 2 +- tests/riscv/p-extension/case/kslli8.c | 2 +- tests/riscv/p-extension/case/kslliw.c | 2 +- tests/riscv/p-extension/case/ksllw.c | 2 +- tests/riscv/p-extension/case/kslra16.c | 2 +- tests/riscv/p-extension/case/kslra16_u.c | 2 +- tests/riscv/p-extension/case/kslra8.c | 2 +- tests/riscv/p-extension/case/kslra8_u.c | 2 +- tests/riscv/p-extension/case/kslraw.c | 2 +- tests/riscv/p-extension/case/kslraw_u.c | 2 +- tests/riscv/p-extension/case/kstas16.c | 2 +- tests/riscv/p-extension/case/kstsa16.c | 2 +- tests/riscv/p-extension/case/ksub16.c | 2 +- tests/riscv/p-extension/case/ksub64.c | 2 +- tests/riscv/p-extension/case/ksub8.c | 2 +- tests/riscv/p-extension/case/ksubh.c | 2 +- tests/riscv/p-extension/case/ksubw.c | 2 +- tests/riscv/p-extension/case/kwmmul.c | 2 +- tests/riscv/p-extension/case/kwmmul_u.c | 2 +- tests/riscv/p-extension/case/maddr32.c | 2 +- tests/riscv/p-extension/case/maxw.c | 2 +- tests/riscv/p-extension/case/minw.c | 2 +- tests/riscv/p-extension/case/mulr64.c | 2 +- tests/riscv/p-extension/case/mulsr64.c | 2 +- tests/riscv/p-extension/case/pbsad.c | 2 +- tests/riscv/p-extension/case/pbsada.c | 2 +- tests/riscv/p-extension/case/pkbb16.c | 2 +- tests/riscv/p-extension/case/pkbt16.c | 2 +- tests/riscv/p-extension/case/pktb16.c | 2 +- tests/riscv/p-extension/case/pktt16.c | 2 +- tests/riscv/p-extension/case/radd16.c | 2 +- tests/riscv/p-extension/case/radd64.c | 2 +- tests/riscv/p-extension/case/radd8.c | 2 +- tests/riscv/p-extension/case/raddw.c | 2 +- tests/riscv/p-extension/case/rcras16.c | 2 +- tests/riscv/p-extension/case/rcrsa16.c | 2 +- tests/riscv/p-extension/case/rstas16.c | 2 +- tests/riscv/p-extension/case/rstsa16.c | 2 +- tests/riscv/p-extension/case/rsub16.c | 2 +- tests/riscv/p-extension/case/rsub64.c | 2 +- tests/riscv/p-extension/case/rsub8.c | 2 +- tests/riscv/p-extension/case/rsubw.c | 2 +- tests/riscv/p-extension/case/rv64/add32.c | 2 +- tests/riscv/p-extension/case/rv64/cras32.c | 2 +- tests/riscv/p-extension/case/rv64/crsa32.c | 2 +- tests/riscv/p-extension/case/rv64/kabs32.c | 2 +- tests/riscv/p-extension/case/rv64/kadd32.c | 2 +- tests/riscv/p-extension/case/rv64/kcras32.c | 2 +- tests/riscv/p-extension/case/rv64/kcrsa32.c | 2 +- tests/riscv/p-extension/case/rv64/kdmabb16.c | 2 +- tests/riscv/p-extension/case/rv64/kdmabt16.c | 2 +- tests/riscv/p-extension/case/rv64/kdmatt16.c | 2 +- tests/riscv/p-extension/case/rv64/kdmbb16.c | 2 +- tests/riscv/p-extension/case/rv64/kdmbt16.c | 2 +- tests/riscv/p-extension/case/rv64/kdmtt16.c | 2 +- tests/riscv/p-extension/case/rv64/khmbb16.c | 2 +- tests/riscv/p-extension/case/rv64/khmbt16.c | 2 +- tests/riscv/p-extension/case/rv64/khmtt16.c | 2 +- tests/riscv/p-extension/case/rv64/kmabb32.c | 2 +- tests/riscv/p-extension/case/rv64/kmabt32.c | 2 +- tests/riscv/p-extension/case/rv64/kmada32.c | 2 +- tests/riscv/p-extension/case/rv64/kmadrs32.c | 2 +- tests/riscv/p-extension/case/rv64/kmads32.c | 2 +- tests/riscv/p-extension/case/rv64/kmatt32.c | 2 +- tests/riscv/p-extension/case/rv64/kmaxda32.c | 2 +- tests/riscv/p-extension/case/rv64/kmaxds32.c | 2 +- tests/riscv/p-extension/case/rv64/kmda32.c | 2 +- tests/riscv/p-extension/case/rv64/kmsda32.c | 2 +- tests/riscv/p-extension/case/rv64/kmsxda32.c | 2 +- tests/riscv/p-extension/case/rv64/kmxda32.c | 2 +- tests/riscv/p-extension/case/rv64/ksll32.c | 2 +- tests/riscv/p-extension/case/rv64/kslli32.c | 2 +- tests/riscv/p-extension/case/rv64/kslra32.c | 2 +- tests/riscv/p-extension/case/rv64/kslra32_u.c | 2 +- tests/riscv/p-extension/case/rv64/kstas32.c | 2 +- tests/riscv/p-extension/case/rv64/kstsa32.c | 2 +- tests/riscv/p-extension/case/rv64/ksub32.c | 2 +- tests/riscv/p-extension/case/rv64/pkbb32.c | 2 +- tests/riscv/p-extension/case/rv64/pkbt32.c | 2 +- tests/riscv/p-extension/case/rv64/pktb32.c | 2 +- tests/riscv/p-extension/case/rv64/pktt32.c | 2 +- tests/riscv/p-extension/case/rv64/radd32.c | 2 +- tests/riscv/p-extension/case/rv64/rcras32.c | 2 +- tests/riscv/p-extension/case/rv64/rcrsa32.c | 2 +- tests/riscv/p-extension/case/rv64/rstas32.c | 2 +- tests/riscv/p-extension/case/rv64/rstsa32.c | 2 +- tests/riscv/p-extension/case/rv64/rsub32.c | 2 +- tests/riscv/p-extension/case/rv64/sll32.c | 2 +- tests/riscv/p-extension/case/rv64/slli32.c | 2 +- tests/riscv/p-extension/case/rv64/smax32.c | 2 +- tests/riscv/p-extension/case/rv64/smbt32.c | 2 +- tests/riscv/p-extension/case/rv64/smdrs32.c | 2 +- tests/riscv/p-extension/case/rv64/smds32.c | 2 +- tests/riscv/p-extension/case/rv64/smin32.c | 2 +- tests/riscv/p-extension/case/rv64/smtt32.c | 2 +- tests/riscv/p-extension/case/rv64/smxds32.c | 2 +- tests/riscv/p-extension/case/rv64/sra32.c | 2 +- tests/riscv/p-extension/case/rv64/sra32_u.c | 2 +- tests/riscv/p-extension/case/rv64/srai32.c | 2 +- tests/riscv/p-extension/case/rv64/srai32_u.c | 2 +- tests/riscv/p-extension/case/rv64/sraiw_u.c | 2 +- tests/riscv/p-extension/case/rv64/srl32.c | 2 +- tests/riscv/p-extension/case/rv64/srl32_u.c | 2 +- tests/riscv/p-extension/case/rv64/srli32.c | 2 +- tests/riscv/p-extension/case/rv64/srli32_u.c | 2 +- tests/riscv/p-extension/case/rv64/stas32.c | 2 +- tests/riscv/p-extension/case/rv64/stsa32.c | 2 +- tests/riscv/p-extension/case/rv64/sub32.c | 2 +- tests/riscv/p-extension/case/rv64/ukadd32.c | 2 +- tests/riscv/p-extension/case/rv64/ukcras32.c | 2 +- tests/riscv/p-extension/case/rv64/ukcrsa32.c | 2 +- tests/riscv/p-extension/case/rv64/ukstas32.c | 2 +- tests/riscv/p-extension/case/rv64/ukstsa32.c | 2 +- tests/riscv/p-extension/case/rv64/uksub32.c | 2 +- tests/riscv/p-extension/case/rv64/umax32.c | 2 +- tests/riscv/p-extension/case/rv64/umin32.c | 2 +- tests/riscv/p-extension/case/rv64/uradd32.c | 2 +- tests/riscv/p-extension/case/rv64/urcras32.c | 2 +- tests/riscv/p-extension/case/rv64/urcrsa32.c | 2 +- tests/riscv/p-extension/case/rv64/urstas32.c | 2 +- tests/riscv/p-extension/case/rv64/urstsa32.c | 2 +- tests/riscv/p-extension/case/rv64/ursub32.c | 2 +- tests/riscv/p-extension/case/rvp_insn.S | 2 +- tests/riscv/p-extension/case/rvp_insn.h | 2 +- tests/riscv/p-extension/case/sample_array.h | 2 +- tests/riscv/p-extension/case/sclip16.c | 2 +- tests/riscv/p-extension/case/sclip32.c | 2 +- tests/riscv/p-extension/case/sclip8.c | 2 +- tests/riscv/p-extension/case/scmple16.c | 2 +- tests/riscv/p-extension/case/scmple8.c | 2 +- tests/riscv/p-extension/case/scmplt16.c | 2 +- tests/riscv/p-extension/case/scmplt8.c | 2 +- tests/riscv/p-extension/case/sll16.c | 2 +- tests/riscv/p-extension/case/sll8.c | 2 +- tests/riscv/p-extension/case/slli16.c | 2 +- tests/riscv/p-extension/case/slli8.c | 2 +- tests/riscv/p-extension/case/smal.c | 2 +- tests/riscv/p-extension/case/smalbb.c | 2 +- tests/riscv/p-extension/case/smalbt.c | 2 +- tests/riscv/p-extension/case/smalda.c | 2 +- tests/riscv/p-extension/case/smaldrs.c | 2 +- tests/riscv/p-extension/case/smalds.c | 2 +- tests/riscv/p-extension/case/smaltt.c | 2 +- tests/riscv/p-extension/case/smalxda.c | 2 +- tests/riscv/p-extension/case/smalxds.c | 2 +- tests/riscv/p-extension/case/smaqa.c | 2 +- tests/riscv/p-extension/case/smaqa_su.c | 2 +- tests/riscv/p-extension/case/smar64.c | 2 +- tests/riscv/p-extension/case/smax16.c | 2 +- tests/riscv/p-extension/case/smax8.c | 2 +- tests/riscv/p-extension/case/smbb16.c | 2 +- tests/riscv/p-extension/case/smbt16.c | 2 +- tests/riscv/p-extension/case/smdrs.c | 2 +- tests/riscv/p-extension/case/smds.c | 2 +- tests/riscv/p-extension/case/smin16.c | 2 +- tests/riscv/p-extension/case/smin8.c | 2 +- tests/riscv/p-extension/case/smmul.c | 2 +- tests/riscv/p-extension/case/smmul_u.c | 2 +- tests/riscv/p-extension/case/smmwb.c | 2 +- tests/riscv/p-extension/case/smmwb_u.c | 2 +- tests/riscv/p-extension/case/smmwt.c | 2 +- tests/riscv/p-extension/case/smmwt_u.c | 2 +- tests/riscv/p-extension/case/smslda.c | 2 +- tests/riscv/p-extension/case/smslxda.c | 2 +- tests/riscv/p-extension/case/smsr64.c | 2 +- tests/riscv/p-extension/case/smtt16.c | 2 +- tests/riscv/p-extension/case/smul16.c | 2 +- tests/riscv/p-extension/case/smul8.c | 2 +- tests/riscv/p-extension/case/smulx16.c | 2 +- tests/riscv/p-extension/case/smulx8.c | 2 +- tests/riscv/p-extension/case/smxds.c | 2 +- tests/riscv/p-extension/case/sra16.c | 2 +- tests/riscv/p-extension/case/sra16_u.c | 2 +- tests/riscv/p-extension/case/sra8.c | 2 +- tests/riscv/p-extension/case/sra8_u.c | 2 +- tests/riscv/p-extension/case/sra_u.c | 2 +- tests/riscv/p-extension/case/srai16.c | 2 +- tests/riscv/p-extension/case/srai16_u.c | 2 +- tests/riscv/p-extension/case/srai8.c | 2 +- tests/riscv/p-extension/case/srai8_u.c | 2 +- tests/riscv/p-extension/case/srai_u.c | 2 +- tests/riscv/p-extension/case/srl16.c | 2 +- tests/riscv/p-extension/case/srl16_u.c | 2 +- tests/riscv/p-extension/case/srl8.c | 2 +- tests/riscv/p-extension/case/srl8_u.c | 2 +- tests/riscv/p-extension/case/srli16.c | 2 +- tests/riscv/p-extension/case/srli16_u.c | 2 +- tests/riscv/p-extension/case/srli8.c | 2 +- tests/riscv/p-extension/case/srli8_u.c | 2 +- tests/riscv/p-extension/case/stas16.c | 2 +- tests/riscv/p-extension/case/stsa16.c | 2 +- tests/riscv/p-extension/case/sub16.c | 2 +- tests/riscv/p-extension/case/sub64.c | 2 +- tests/riscv/p-extension/case/sub8.c | 2 +- tests/riscv/p-extension/case/sunpkd810.c | 2 +- tests/riscv/p-extension/case/sunpkd820.c | 2 +- tests/riscv/p-extension/case/sunpkd830.c | 2 +- tests/riscv/p-extension/case/sunpkd831.c | 2 +- tests/riscv/p-extension/case/sunpkd832.c | 2 +- tests/riscv/p-extension/case/uclip16.c | 2 +- tests/riscv/p-extension/case/uclip32.c | 2 +- tests/riscv/p-extension/case/uclip8.c | 2 +- tests/riscv/p-extension/case/ucmple16.c | 2 +- tests/riscv/p-extension/case/ucmple8.c | 2 +- tests/riscv/p-extension/case/ucmplt16.c | 2 +- tests/riscv/p-extension/case/ucmplt8.c | 2 +- tests/riscv/p-extension/case/ukadd16.c | 2 +- tests/riscv/p-extension/case/ukadd64.c | 2 +- tests/riscv/p-extension/case/ukadd8.c | 2 +- tests/riscv/p-extension/case/ukaddh.c | 2 +- tests/riscv/p-extension/case/ukaddw.c | 2 +- tests/riscv/p-extension/case/ukcras16.c | 2 +- tests/riscv/p-extension/case/ukcrsa16.c | 2 +- tests/riscv/p-extension/case/ukmar64.c | 2 +- tests/riscv/p-extension/case/ukmsr64.c | 2 +- tests/riscv/p-extension/case/ukstas16.c | 2 +- tests/riscv/p-extension/case/ukstsa16.c | 2 +- tests/riscv/p-extension/case/uksub16.c | 2 +- tests/riscv/p-extension/case/uksub64.c | 2 +- tests/riscv/p-extension/case/uksub8.c | 2 +- tests/riscv/p-extension/case/uksubh.c | 2 +- tests/riscv/p-extension/case/uksubw.c | 2 +- tests/riscv/p-extension/case/umaqa.c | 2 +- tests/riscv/p-extension/case/umar64.c | 2 +- tests/riscv/p-extension/case/umax16.c | 2 +- tests/riscv/p-extension/case/umax8.c | 2 +- tests/riscv/p-extension/case/umin16.c | 2 +- tests/riscv/p-extension/case/umin8.c | 2 +- tests/riscv/p-extension/case/umsr64.c | 2 +- tests/riscv/p-extension/case/umul16.c | 2 +- tests/riscv/p-extension/case/umul8.c | 2 +- tests/riscv/p-extension/case/umulx16.c | 2 +- tests/riscv/p-extension/case/umulx8.c | 2 +- tests/riscv/p-extension/case/uradd16.c | 2 +- tests/riscv/p-extension/case/uradd64.c | 2 +- tests/riscv/p-extension/case/uradd8.c | 2 +- tests/riscv/p-extension/case/uraddw.c | 2 +- tests/riscv/p-extension/case/urcras16.c | 2 +- tests/riscv/p-extension/case/urcrsa16.c | 2 +- tests/riscv/p-extension/case/urstas16.c | 2 +- tests/riscv/p-extension/case/urstsa16.c | 2 +- tests/riscv/p-extension/case/ursub16.c | 2 +- tests/riscv/p-extension/case/ursub64.c | 2 +- tests/riscv/p-extension/case/ursub8.c | 2 +- tests/riscv/p-extension/case/ursubw.c | 2 +- tests/riscv/p-extension/case/wext.c | 2 +- tests/riscv/p-extension/case/wexti.c | 2 +- tests/riscv/p-extension/case/zunpkd810.c | 2 +- tests/riscv/p-extension/case/zunpkd820.c | 2 +- tests/riscv/p-extension/case/zunpkd830.c | 2 +- tests/riscv/p-extension/case/zunpkd831.c | 2 +- tests/riscv/p-extension/case/zunpkd832.c | 2 +- tests/riscv/p-extension/include/test_device.h | 2 +- tests/riscv/p-extension/include/testsuite.h | 2 +- tests/riscv/vector/case/rvv_ch12.inc | 2 +- tests/riscv/vector/case/rvv_ch14.inc | 2 +- tests/riscv/vector/case/rvv_ch16_17.inc | 2 +- tests/riscv/vector/case/rvv_ch8.inc | 2 +- tests/riscv/vector/case/rvv_insn.S | 2 +- tests/riscv/vector/case/rvv_insn.h | 2 +- tests/riscv/vector/case/vaadd_vi.c | 2 +- tests/riscv/vector/case/vaadd_vv.c | 2 +- tests/riscv/vector/case/vaadd_vx.c | 2 +- tests/riscv/vector/case/vadc_vim.c | 2 +- tests/riscv/vector/case/vadc_vvm.c | 2 +- tests/riscv/vector/case/vadc_vxm.c | 2 +- tests/riscv/vector/case/vadd_vi.c | 2 +- tests/riscv/vector/case/vadd_vv.c | 2 +- tests/riscv/vector/case/vadd_vx.c | 2 +- tests/riscv/vector/case/vamoaddd.c | 2 +- tests/riscv/vector/case/vamoaddw.c | 2 +- tests/riscv/vector/case/vamoandd.c | 2 +- tests/riscv/vector/case/vamoandw.c | 2 +- tests/riscv/vector/case/vamomaxd.c | 2 +- tests/riscv/vector/case/vamomaxud.c | 2 +- tests/riscv/vector/case/vamomaxuw.c | 2 +- tests/riscv/vector/case/vamomaxw.c | 2 +- tests/riscv/vector/case/vamomind.c | 2 +- tests/riscv/vector/case/vamominud.c | 2 +- tests/riscv/vector/case/vamominuw.c | 2 +- tests/riscv/vector/case/vamominw.c | 2 +- tests/riscv/vector/case/vamoord.c | 2 +- tests/riscv/vector/case/vamoorw.c | 2 +- tests/riscv/vector/case/vamoswapd.c | 2 +- tests/riscv/vector/case/vamoswapw.c | 2 +- tests/riscv/vector/case/vamoxord.c | 2 +- tests/riscv/vector/case/vamoxorw.c | 2 +- tests/riscv/vector/case/vand_vi.c | 2 +- tests/riscv/vector/case/vand_vv.c | 2 +- tests/riscv/vector/case/vand_vx.c | 2 +- tests/riscv/vector/case/vasub_vv.c | 2 +- tests/riscv/vector/case/vasub_vx.c | 2 +- tests/riscv/vector/case/vcompress_vm.c | 2 +- tests/riscv/vector/case/vdiv_vv.c | 2 +- tests/riscv/vector/case/vdiv_vx.c | 2 +- tests/riscv/vector/case/vdivu_vv.c | 2 +- tests/riscv/vector/case/vdivu_vx.c | 2 +- tests/riscv/vector/case/vext_x_v.c | 2 +- tests/riscv/vector/case/vfadd_vf.c | 2 +- tests/riscv/vector/case/vfadd_vv.c | 2 +- tests/riscv/vector/case/vfclass_v.c | 2 +- tests/riscv/vector/case/vfcvt_f_x_v.c | 2 +- tests/riscv/vector/case/vfcvt_f_xu_v.c | 2 +- tests/riscv/vector/case/vfcvt_x_f_v.c | 2 +- tests/riscv/vector/case/vfcvt_xu_f_v.c | 2 +- tests/riscv/vector/case/vfdiv_vf.c | 2 +- tests/riscv/vector/case/vfdiv_vv.c | 2 +- tests/riscv/vector/case/vfmacc_vf.c | 2 +- tests/riscv/vector/case/vfmacc_vv.c | 2 +- tests/riscv/vector/case/vfmadd_vf.c | 2 +- tests/riscv/vector/case/vfmadd_vv.c | 2 +- tests/riscv/vector/case/vfmax_vf.c | 2 +- tests/riscv/vector/case/vfmax_vv.c | 2 +- tests/riscv/vector/case/vfmerge_vfm.c | 2 +- tests/riscv/vector/case/vfmin_vf.c | 2 +- tests/riscv/vector/case/vfmin_vv.c | 2 +- tests/riscv/vector/case/vfmsac_vf.c | 2 +- tests/riscv/vector/case/vfmsac_vv.c | 2 +- tests/riscv/vector/case/vfmsub_vf.c | 2 +- tests/riscv/vector/case/vfmsub_vv.c | 2 +- tests/riscv/vector/case/vfmul_vf.c | 2 +- tests/riscv/vector/case/vfmul_vv.c | 2 +- tests/riscv/vector/case/vfmv_f_s.c | 2 +- tests/riscv/vector/case/vfmv_s_f.c | 2 +- tests/riscv/vector/case/vfmv_v_f.c | 2 +- tests/riscv/vector/case/vfncvt_f_f_v.c | 2 +- tests/riscv/vector/case/vfncvt_f_x_v.c | 2 +- tests/riscv/vector/case/vfncvt_f_xu_v.c | 2 +- tests/riscv/vector/case/vfncvt_x_f_v.c | 2 +- tests/riscv/vector/case/vfncvt_xu_f_v.c | 2 +- tests/riscv/vector/case/vfnmacc_vf.c | 2 +- tests/riscv/vector/case/vfnmacc_vv.c | 2 +- tests/riscv/vector/case/vfnmadd_vf.c | 2 +- tests/riscv/vector/case/vfnmadd_vv.c | 2 +- tests/riscv/vector/case/vfnmsac_vf.c | 2 +- tests/riscv/vector/case/vfnmsac_vv.c | 2 +- tests/riscv/vector/case/vfnmsub_vf.c | 2 +- tests/riscv/vector/case/vfnmsub_vv.c | 2 +- tests/riscv/vector/case/vfrdiv_vf.c | 2 +- tests/riscv/vector/case/vfredmax_vs.c | 2 +- tests/riscv/vector/case/vfredmin_vs.c | 2 +- tests/riscv/vector/case/vfredosum_vs.c | 2 +- tests/riscv/vector/case/vfredsum_vs.c | 2 +- tests/riscv/vector/case/vfrsub_vf.c | 2 +- tests/riscv/vector/case/vfsgnj_vf.c | 2 +- tests/riscv/vector/case/vfsgnj_vv.c | 2 +- tests/riscv/vector/case/vfsgnjn_vf.c | 2 +- tests/riscv/vector/case/vfsgnjn_vv.c | 2 +- tests/riscv/vector/case/vfsgnjx_vf.c | 2 +- tests/riscv/vector/case/vfsgnjx_vv.c | 2 +- tests/riscv/vector/case/vfsqrt_v.c | 2 +- tests/riscv/vector/case/vfsub_vf.c | 2 +- tests/riscv/vector/case/vfsub_vv.c | 2 +- tests/riscv/vector/case/vfwadd_vf.c | 2 +- tests/riscv/vector/case/vfwadd_vv.c | 2 +- tests/riscv/vector/case/vfwadd_wf.c | 2 +- tests/riscv/vector/case/vfwadd_wv.c | 2 +- tests/riscv/vector/case/vfwcvt_f_f_v.c | 2 +- tests/riscv/vector/case/vfwcvt_f_x_v.c | 2 +- tests/riscv/vector/case/vfwcvt_f_xu_v.c | 2 +- tests/riscv/vector/case/vfwcvt_x_f_v.c | 2 +- tests/riscv/vector/case/vfwcvt_xu_f_v.c | 2 +- tests/riscv/vector/case/vfwmacc_vf.c | 2 +- tests/riscv/vector/case/vfwmacc_vv.c | 2 +- tests/riscv/vector/case/vfwmsac_vf.c | 2 +- tests/riscv/vector/case/vfwmsac_vv.c | 2 +- tests/riscv/vector/case/vfwmul_vf.c | 2 +- tests/riscv/vector/case/vfwmul_vv.c | 2 +- tests/riscv/vector/case/vfwnmacc_vf.c | 2 +- tests/riscv/vector/case/vfwnmacc_vv.c | 2 +- tests/riscv/vector/case/vfwnmsac_vf.c | 2 +- tests/riscv/vector/case/vfwnmsac_vv.c | 2 +- tests/riscv/vector/case/vfwredosum_vs.c | 2 +- tests/riscv/vector/case/vfwredsum_vs.c | 2 +- tests/riscv/vector/case/vfwsub_vf.c | 2 +- tests/riscv/vector/case/vfwsub_vv.c | 2 +- tests/riscv/vector/case/vfwsub_wf.c | 2 +- tests/riscv/vector/case/vfwsub_wv.c | 2 +- tests/riscv/vector/case/vid_v.c | 2 +- tests/riscv/vector/case/viota_m.c | 2 +- tests/riscv/vector/case/vlb.c | 2 +- tests/riscv/vector/case/vlbff.c | 2 +- tests/riscv/vector/case/vlbu.c | 2 +- tests/riscv/vector/case/vlbuff.c | 2 +- tests/riscv/vector/case/vle.c | 2 +- tests/riscv/vector/case/vleff.c | 2 +- tests/riscv/vector/case/vlh.c | 2 +- tests/riscv/vector/case/vlhff.c | 2 +- tests/riscv/vector/case/vlhu.c | 2 +- tests/riscv/vector/case/vlhuff.c | 2 +- tests/riscv/vector/case/vlsb.c | 2 +- tests/riscv/vector/case/vlsbu.c | 2 +- tests/riscv/vector/case/vlse.c | 2 +- tests/riscv/vector/case/vlseg2b.c | 2 +- tests/riscv/vector/case/vlseg2bff.c | 2 +- tests/riscv/vector/case/vlseg2bu.c | 2 +- tests/riscv/vector/case/vlseg2buff.c | 2 +- tests/riscv/vector/case/vlseg2e.c | 2 +- tests/riscv/vector/case/vlseg2eff.c | 2 +- tests/riscv/vector/case/vlseg2h.c | 2 +- tests/riscv/vector/case/vlseg2hff.c | 2 +- tests/riscv/vector/case/vlseg2hu.c | 2 +- tests/riscv/vector/case/vlseg2huff.c | 2 +- tests/riscv/vector/case/vlseg2w.c | 2 +- tests/riscv/vector/case/vlseg2wff.c | 2 +- tests/riscv/vector/case/vlseg2wu.c | 2 +- tests/riscv/vector/case/vlseg2wuff.c | 2 +- tests/riscv/vector/case/vlsh.c | 2 +- tests/riscv/vector/case/vlshu.c | 2 +- tests/riscv/vector/case/vlsseg2b.c | 2 +- tests/riscv/vector/case/vlsseg2bu.c | 2 +- tests/riscv/vector/case/vlsseg2e.c | 2 +- tests/riscv/vector/case/vlsseg2h.c | 2 +- tests/riscv/vector/case/vlsseg2hu.c | 2 +- tests/riscv/vector/case/vlsseg2w.c | 2 +- tests/riscv/vector/case/vlsseg2wu.c | 2 +- tests/riscv/vector/case/vlsw.c | 2 +- tests/riscv/vector/case/vlswu.c | 2 +- tests/riscv/vector/case/vlw.c | 2 +- tests/riscv/vector/case/vlwff.c | 2 +- tests/riscv/vector/case/vlwu.c | 2 +- tests/riscv/vector/case/vlwuff.c | 2 +- tests/riscv/vector/case/vlxb.c | 2 +- tests/riscv/vector/case/vlxbu.c | 2 +- tests/riscv/vector/case/vlxe.c | 2 +- tests/riscv/vector/case/vlxh.c | 2 +- tests/riscv/vector/case/vlxhu.c | 2 +- tests/riscv/vector/case/vlxseg2b.c | 2 +- tests/riscv/vector/case/vlxseg2bu.c | 2 +- tests/riscv/vector/case/vlxseg2e.c | 2 +- tests/riscv/vector/case/vlxseg2h.c | 2 +- tests/riscv/vector/case/vlxseg2hu.c | 2 +- tests/riscv/vector/case/vlxseg2w.c | 2 +- tests/riscv/vector/case/vlxseg2wu.c | 2 +- tests/riscv/vector/case/vlxw.c | 2 +- tests/riscv/vector/case/vlxwu.c | 2 +- tests/riscv/vector/case/vmacc_vv.c | 2 +- tests/riscv/vector/case/vmacc_vx.c | 2 +- tests/riscv/vector/case/vmadc_vim.c | 2 +- tests/riscv/vector/case/vmadc_vvm.c | 2 +- tests/riscv/vector/case/vmadc_vxm.c | 2 +- tests/riscv/vector/case/vmadd_vv.c | 2 +- tests/riscv/vector/case/vmadd_vx.c | 2 +- tests/riscv/vector/case/vmand_mm.c | 2 +- tests/riscv/vector/case/vmandnot_mm.c | 2 +- tests/riscv/vector/case/vmax_vv.c | 2 +- tests/riscv/vector/case/vmax_vx.c | 2 +- tests/riscv/vector/case/vmaxu_vv.c | 2 +- tests/riscv/vector/case/vmaxu_vx.c | 2 +- tests/riscv/vector/case/vmerge_vim.c | 2 +- tests/riscv/vector/case/vmerge_vvm.c | 2 +- tests/riscv/vector/case/vmerge_vxm.c | 2 +- tests/riscv/vector/case/vmfeq_vf.c | 2 +- tests/riscv/vector/case/vmfeq_vv.c | 2 +- tests/riscv/vector/case/vmfge_vf.c | 2 +- tests/riscv/vector/case/vmfgt_vf.c | 2 +- tests/riscv/vector/case/vmfirst_m.c | 2 +- tests/riscv/vector/case/vmfle_vf.c | 2 +- tests/riscv/vector/case/vmfle_vv.c | 2 +- tests/riscv/vector/case/vmflt_vf.c | 2 +- tests/riscv/vector/case/vmflt_vv.c | 2 +- tests/riscv/vector/case/vmfne_vf.c | 2 +- tests/riscv/vector/case/vmfne_vv.c | 2 +- tests/riscv/vector/case/vmford_vf.c | 2 +- tests/riscv/vector/case/vmford_vv.c | 2 +- tests/riscv/vector/case/vmin_vv.c | 2 +- tests/riscv/vector/case/vmin_vx.c | 2 +- tests/riscv/vector/case/vminu_vv.c | 2 +- tests/riscv/vector/case/vminu_vx.c | 2 +- tests/riscv/vector/case/vmnand_mm.c | 2 +- tests/riscv/vector/case/vmnor_mm.c | 2 +- tests/riscv/vector/case/vmor_mm.c | 2 +- tests/riscv/vector/case/vmornot_mm.c | 2 +- tests/riscv/vector/case/vmpopc_m.c | 2 +- tests/riscv/vector/case/vmsbc_vvm.c | 2 +- tests/riscv/vector/case/vmsbc_vxm.c | 2 +- tests/riscv/vector/case/vmsbf_m.c | 2 +- tests/riscv/vector/case/vmseq_vi.c | 2 +- tests/riscv/vector/case/vmseq_vv.c | 2 +- tests/riscv/vector/case/vmseq_vx.c | 2 +- tests/riscv/vector/case/vmsgt_vi.c | 2 +- tests/riscv/vector/case/vmsgt_vx.c | 2 +- tests/riscv/vector/case/vmsgtu_vi.c | 2 +- tests/riscv/vector/case/vmsgtu_vx.c | 2 +- tests/riscv/vector/case/vmsif_m.c | 2 +- tests/riscv/vector/case/vmsle_vi.c | 2 +- tests/riscv/vector/case/vmsle_vv.c | 2 +- tests/riscv/vector/case/vmsle_vx.c | 2 +- tests/riscv/vector/case/vmsleu_vi.c | 2 +- tests/riscv/vector/case/vmsleu_vv.c | 2 +- tests/riscv/vector/case/vmsleu_vx.c | 2 +- tests/riscv/vector/case/vmslt_vv.c | 2 +- tests/riscv/vector/case/vmslt_vx.c | 2 +- tests/riscv/vector/case/vmsltu_vv.c | 2 +- tests/riscv/vector/case/vmsltu_vx.c | 2 +- tests/riscv/vector/case/vmsne_vi.c | 2 +- tests/riscv/vector/case/vmsne_vv.c | 2 +- tests/riscv/vector/case/vmsne_vx.c | 2 +- tests/riscv/vector/case/vmsof_m.c | 2 +- tests/riscv/vector/case/vmul_vv.c | 2 +- tests/riscv/vector/case/vmul_vx.c | 2 +- tests/riscv/vector/case/vmulh_vv.c | 2 +- tests/riscv/vector/case/vmulh_vx.c | 2 +- tests/riscv/vector/case/vmulhsu_vv.c | 2 +- tests/riscv/vector/case/vmulhsu_vx.c | 2 +- tests/riscv/vector/case/vmulhu_vv.c | 2 +- tests/riscv/vector/case/vmulhu_vx.c | 2 +- tests/riscv/vector/case/vmv_s_x.c | 2 +- tests/riscv/vector/case/vmv_vi.c | 2 +- tests/riscv/vector/case/vmv_vv.c | 2 +- tests/riscv/vector/case/vmv_vx.c | 2 +- tests/riscv/vector/case/vmxnor_mm.c | 2 +- tests/riscv/vector/case/vmxor_mm.c | 2 +- tests/riscv/vector/case/vnclip_vi.c | 2 +- tests/riscv/vector/case/vnclip_vv.c | 2 +- tests/riscv/vector/case/vnclip_vx.c | 2 +- tests/riscv/vector/case/vnmsac_vv.c | 2 +- tests/riscv/vector/case/vnmsac_vx.c | 2 +- tests/riscv/vector/case/vnmsub_vv.c | 2 +- tests/riscv/vector/case/vnmsub_vx.c | 2 +- tests/riscv/vector/case/vnsra_vi.c | 2 +- tests/riscv/vector/case/vnsra_vv.c | 2 +- tests/riscv/vector/case/vnsra_vx.c | 2 +- tests/riscv/vector/case/vnsrl_vi.c | 2 +- tests/riscv/vector/case/vnsrl_vv.c | 2 +- tests/riscv/vector/case/vnsrl_vx.c | 2 +- tests/riscv/vector/case/vor_vi.c | 2 +- tests/riscv/vector/case/vor_vv.c | 2 +- tests/riscv/vector/case/vor_vx.c | 2 +- tests/riscv/vector/case/vredand_vs.c | 2 +- tests/riscv/vector/case/vredmax_vs.c | 2 +- tests/riscv/vector/case/vredmin_vs.c | 2 +- tests/riscv/vector/case/vredor_vs.c | 2 +- tests/riscv/vector/case/vredsum_vs.c | 2 +- tests/riscv/vector/case/vredxor_vs.c | 2 +- tests/riscv/vector/case/vrem_vv.c | 2 +- tests/riscv/vector/case/vrem_vx.c | 2 +- tests/riscv/vector/case/vremu_vv.c | 2 +- tests/riscv/vector/case/vremu_vx.c | 2 +- tests/riscv/vector/case/vrgather_vi.c | 2 +- tests/riscv/vector/case/vrgather_vv.c | 2 +- tests/riscv/vector/case/vrgather_vx.c | 2 +- tests/riscv/vector/case/vrsub_vi.c | 2 +- tests/riscv/vector/case/vrsub_vx.c | 2 +- tests/riscv/vector/case/vsadd_vi.c | 2 +- tests/riscv/vector/case/vsadd_vv.c | 2 +- tests/riscv/vector/case/vsadd_vx.c | 2 +- tests/riscv/vector/case/vsaddu_vi.c | 2 +- tests/riscv/vector/case/vsaddu_vv.c | 2 +- tests/riscv/vector/case/vsaddu_vx.c | 2 +- tests/riscv/vector/case/vsb.c | 2 +- tests/riscv/vector/case/vsbc_vvm.c | 2 +- tests/riscv/vector/case/vsbc_vxm.c | 2 +- tests/riscv/vector/case/vse.c | 2 +- tests/riscv/vector/case/vsh.c | 2 +- tests/riscv/vector/case/vslide1down_vx.c | 2 +- tests/riscv/vector/case/vslide1up_vx.c | 2 +- tests/riscv/vector/case/vslidedown_vi.c | 2 +- tests/riscv/vector/case/vslidedown_vx.c | 2 +- tests/riscv/vector/case/vslideup_vi.c | 2 +- tests/riscv/vector/case/vslideup_vx.c | 2 +- tests/riscv/vector/case/vsll_vi.c | 2 +- tests/riscv/vector/case/vsll_vv.c | 2 +- tests/riscv/vector/case/vsll_vx.c | 2 +- tests/riscv/vector/case/vsmul_vv.c | 2 +- tests/riscv/vector/case/vsmul_vx.c | 2 +- tests/riscv/vector/case/vsra_vi.c | 2 +- tests/riscv/vector/case/vsra_vv.c | 2 +- tests/riscv/vector/case/vsra_vx.c | 2 +- tests/riscv/vector/case/vsrl_vi.c | 2 +- tests/riscv/vector/case/vsrl_vv.c | 2 +- tests/riscv/vector/case/vsrl_vx.c | 2 +- tests/riscv/vector/case/vssb.c | 2 +- tests/riscv/vector/case/vsse.c | 2 +- tests/riscv/vector/case/vsseg2b.c | 2 +- tests/riscv/vector/case/vsseg2e.c | 2 +- tests/riscv/vector/case/vsseg2h.c | 2 +- tests/riscv/vector/case/vsseg2w.c | 2 +- tests/riscv/vector/case/vssh.c | 2 +- tests/riscv/vector/case/vssra_vi.c | 2 +- tests/riscv/vector/case/vssra_vv.c | 2 +- tests/riscv/vector/case/vssra_vx.c | 2 +- tests/riscv/vector/case/vssrl_vi.c | 2 +- tests/riscv/vector/case/vssrl_vv.c | 2 +- tests/riscv/vector/case/vssseg2b.c | 2 +- tests/riscv/vector/case/vssseg2e.c | 2 +- tests/riscv/vector/case/vssseg2h.c | 2 +- tests/riscv/vector/case/vssseg2w.c | 2 +- tests/riscv/vector/case/vssub_vv.c | 2 +- tests/riscv/vector/case/vssub_vx.c | 2 +- tests/riscv/vector/case/vssw.c | 2 +- tests/riscv/vector/case/vsub_vv.c | 2 +- tests/riscv/vector/case/vsub_vx.c | 2 +- tests/riscv/vector/case/vsw.c | 2 +- tests/riscv/vector/case/vsxb.c | 2 +- tests/riscv/vector/case/vsxe.c | 2 +- tests/riscv/vector/case/vsxh.c | 2 +- tests/riscv/vector/case/vsxseg2b.c | 2 +- tests/riscv/vector/case/vsxseg2e.c | 2 +- tests/riscv/vector/case/vsxseg2h.c | 2 +- tests/riscv/vector/case/vsxseg2w.c | 2 +- tests/riscv/vector/case/vsxw.c | 2 +- tests/riscv/vector/case/vwadd_vv.c | 2 +- tests/riscv/vector/case/vwadd_vx.c | 2 +- tests/riscv/vector/case/vwadd_wv.c | 2 +- tests/riscv/vector/case/vwadd_wx.c | 2 +- tests/riscv/vector/case/vwaddu_vv.c | 2 +- tests/riscv/vector/case/vwaddu_vx.c | 2 +- tests/riscv/vector/case/vwaddu_wv.c | 2 +- tests/riscv/vector/case/vwaddu_wx.c | 2 +- tests/riscv/vector/case/vwmacc_vv.c | 2 +- tests/riscv/vector/case/vwmacc_vx.c | 2 +- tests/riscv/vector/case/vwmaccsu_vv.c | 2 +- tests/riscv/vector/case/vwmaccsu_vx.c | 2 +- tests/riscv/vector/case/vwmaccu_vv.c | 2 +- tests/riscv/vector/case/vwmaccu_vx.c | 2 +- tests/riscv/vector/case/vwmaccus_vx.c | 2 +- tests/riscv/vector/case/vwmul_vv.c | 2 +- tests/riscv/vector/case/vwmul_vx.c | 2 +- tests/riscv/vector/case/vwmulsu_vv.c | 2 +- tests/riscv/vector/case/vwmulsu_vx.c | 2 +- tests/riscv/vector/case/vwmulu_vv.c | 2 +- tests/riscv/vector/case/vwmulu_vx.c | 2 +- tests/riscv/vector/case/vwredsum_vs.c | 2 +- tests/riscv/vector/case/vwsmacc_vv.c | 2 +- tests/riscv/vector/case/vwsmacc_vx.c | 2 +- tests/riscv/vector/case/vwsmaccsu_vv.c | 2 +- tests/riscv/vector/case/vwsmaccsu_vx.c | 2 +- tests/riscv/vector/case/vwsmaccu_vv.c | 2 +- tests/riscv/vector/case/vwsmaccu_vx.c | 2 +- tests/riscv/vector/case/vwsmaccus_vx.c | 2 +- tests/riscv/vector/case/vwsub_vv.c | 2 +- tests/riscv/vector/case/vwsub_vx.c | 2 +- tests/riscv/vector/case/vwsub_wv.c | 2 +- tests/riscv/vector/case/vwsub_wx.c | 2 +- tests/riscv/vector/case/vwsubu_vv.c | 2 +- tests/riscv/vector/case/vwsubu_vx.c | 2 +- tests/riscv/vector/case/vwsubu_wv.c | 2 +- tests/riscv/vector/case/vwsubu_wx.c | 2 +- tests/riscv/vector/case/vxor_vi.c | 2 +- tests/riscv/vector/case/vxor_vv.c | 2 +- tests/riscv/vector/case/vxor_vx.c | 2 +- tests/riscv/vtheadv/case/rvv_insn.S | 2 +- tests/riscv/vtheadv/case/rvv_insn.h | 2 +- tests/riscv/vtheadv/case/vmaqa_vv.c | 2 +- tests/riscv/vtheadv/case/vmaqa_vx.c | 2 +- tests/riscv/vtheadv/case/vmaqasu_vv.c | 2 +- tests/riscv/vtheadv/case/vmaqasu_vx.c | 2 +- tests/riscv/vtheadv/case/vmaqau_vv.c | 2 +- tests/riscv/vtheadv/case/vmaqau_vx.c | 2 +- tests/riscv/vtheadv/case/vmaqaus_vx.c | 2 +- tests/riscv/vtheadv/case/vpmaqa_vv.c | 2 +- tests/riscv/vtheadv/case/vpmaqa_vx.c | 2 +- tests/riscv/vtheadv/case/vpmaqasu_vv.c | 2 +- tests/riscv/vtheadv/case/vpmaqasu_vx.c | 2 +- tests/riscv/vtheadv/case/vpmaqau_vv.c | 2 +- tests/riscv/vtheadv/case/vpmaqau_vx.c | 2 +- tests/riscv/vtheadv/case/vpmaqaus_vx.c | 2 +- tests/riscv/vtheadv/case/vpnclip_wv.c | 2 +- tests/riscv/vtheadv/case/vpnclip_wx.c | 2 +- tests/riscv/vtheadv/case/vpnclipu_wv.c | 2 +- tests/riscv/vtheadv/case/vpnclipu_wx.c | 2 +- tests/riscv/vtheadv/case/vpwadd_vv.c | 2 +- tests/riscv/vtheadv/case/vpwadd_vx.c | 2 +- tests/riscv/vtheadv/case/vpwaddu_vv.c | 2 +- tests/riscv/vtheadv/case/vpwaddu_vx.c | 2 +- 848 files changed, 848 insertions(+), 848 deletions(-) diff --git a/cskysim/cskysim.c b/cskysim/cskysim.c index 2336d64debc6..bf6e9c8faa0f 100644 --- a/cskysim/cskysim.c +++ b/cskysim/cskysim.c @@ -1,7 +1,7 @@ /* * T-HEAD simulation * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/disas/csky.c b/disas/csky.c index 283ef48885fb..fd553c8b1501 100644 --- a/disas/csky.c +++ b/disas/csky.c @@ -1,7 +1,7 @@ /* * Disassemble C-SKY instructions * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/audio/csky_iis.c b/hw/audio/csky_iis.c index d5e233123cb5..b43112ce7446 100644 --- a/hw/audio/csky_iis.c +++ b/hw/audio/csky_iis.c @@ -2,7 +2,7 @@ * T-HEAD i2s emulation. * Written by wanghb * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/block/csky_nfc.c b/hw/block/csky_nfc.c index 8246c6c2ebb2..7f7aebb235a7 100644 --- a/hw/block/csky_nfc.c +++ b/hw/block/csky_nfc.c @@ -1,7 +1,7 @@ /* * T-HEAD nand flash controller emulation. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/char/csky_uart.c b/hw/char/csky_uart.c index c36ecf38bf27..4870eab1412c 100644 --- a/hw/char/csky_uart.c +++ b/hw/char/csky_uart.c @@ -1,7 +1,7 @@ /* * CSKY UART emulation * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/hw/char/csky_uart_dummy.c b/hw/char/csky_uart_dummy.c index 38935924fbec..da596db846fe 100644 --- a/hw/char/csky_uart_dummy.c +++ b/hw/char/csky_uart_dummy.c @@ -1,7 +1,7 @@ /* * T-HEAD UART emulation. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/csky/csky_boot.c b/hw/csky/csky_boot.c index eac308fad569..be357ab03ba3 100644 --- a/hw/csky/csky_boot.c +++ b/hw/csky/csky_boot.c @@ -1,7 +1,7 @@ /* * CSKY kernel loader. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/csky/deimos.c b/hw/csky/deimos.c index a4046ba57cd7..263365a35979 100644 --- a/hw/csky/deimos.c +++ b/hw/csky/deimos.c @@ -1,7 +1,7 @@ /* * CSKY deimos System emulation. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/csky/dummyh.c b/hw/csky/dummyh.c index 1f94864df102..a539b31ee38e 100644 --- a/hw/csky/dummyh.c +++ b/hw/csky/dummyh.c @@ -1,7 +1,7 @@ /* * a dummy similar with CSKY Trilobite V2 System emulation. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/csky/dynsoc.c b/hw/csky/dynsoc.c index e4b440966309..095b08779aea 100644 --- a/hw/csky/dynsoc.c +++ b/hw/csky/dynsoc.c @@ -1,7 +1,7 @@ /* * CSKY modules loader. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/csky/eragon.c b/hw/csky/eragon.c index 9425d856936a..20c27f6533c1 100644 --- a/hw/csky/eragon.c +++ b/hw/csky/eragon.c @@ -1,7 +1,7 @@ /* * CSKY Eragon System emulation. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/csky/hobbit1_v2.c b/hw/csky/hobbit1_v2.c index 0d743a659698..fb86d014c8ca 100644 --- a/hw/csky/hobbit1_v2.c +++ b/hw/csky/hobbit1_v2.c @@ -1,7 +1,7 @@ /* * CSKY Hobbit1-2 System emulation. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/csky/smart_card.c b/hw/csky/smart_card.c index 343e9cedd056..69771d4ef758 100644 --- a/hw/csky/smart_card.c +++ b/hw/csky/smart_card.c @@ -1,7 +1,7 @@ /* * CSKY smart card System emulation. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/csky/smarth.c b/hw/csky/smarth.c index 46735fa8079a..cc80f397a1f6 100644 --- a/hw/csky/smarth.c +++ b/hw/csky/smarth.c @@ -1,7 +1,7 @@ /* * CSKY Smarth System emulation. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/csky/smartl.c b/hw/csky/smartl.c index c956f190b6ff..610b08344c4e 100644 --- a/hw/csky/smartl.c +++ b/hw/csky/smartl.c @@ -1,7 +1,7 @@ /* * CSKY smartl System emulation. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/csky/trilobite.c b/hw/csky/trilobite.c index b65aac9d9227..67869c973b19 100644 --- a/hw/csky/trilobite.c +++ b/hw/csky/trilobite.c @@ -1,7 +1,7 @@ /* * CSKY Trilobite System emulation. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/csky/trilobite_v2.c b/hw/csky/trilobite_v2.c index 681e7950b354..5ca4b1e9000d 100644 --- a/hw/csky/trilobite_v2.c +++ b/hw/csky/trilobite_v2.c @@ -1,7 +1,7 @@ /* * CSKY Trilobite V2 System emulation. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/csky/virt.c b/hw/csky/virt.c index 9867671d5f0d..7f28f947ef11 100644 --- a/hw/csky/virt.c +++ b/hw/csky/virt.c @@ -1,7 +1,7 @@ /* * CSKY virt System emulation. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/display/csky_lcd_template.h b/hw/display/csky_lcd_template.h index 7664850c2c56..647a62a5b6b4 100644 --- a/hw/display/csky_lcd_template.h +++ b/hw/display/csky_lcd_template.h @@ -1,7 +1,7 @@ /* * QEMU T-HEAD LCD Emulator templates * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/display/csky_lcdc.c b/hw/display/csky_lcdc.c index dd9145ffe763..525eb9fc7382 100644 --- a/hw/display/csky_lcdc.c +++ b/hw/display/csky_lcdc.c @@ -1,7 +1,7 @@ /* * T-HEAD LCD controller * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/dma/csky_dma.c b/hw/dma/csky_dma.c index 30811142b1c3..cb7b03b024ee 100644 --- a/hw/dma/csky_dma.c +++ b/hw/dma/csky_dma.c @@ -3,7 +3,7 @@ * * Written by wanghb * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/intc/csky_intc.c b/hw/intc/csky_intc.c index bcbee7c3edd0..f1ec78596dad 100644 --- a/hw/intc/csky_intc.c +++ b/hw/intc/csky_intc.c @@ -1,7 +1,7 @@ /* * T-HEAD intc controller * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/intc/csky_mic.c b/hw/intc/csky_mic.c index 06b343cf8f5f..86aae7267546 100644 --- a/hw/intc/csky_mic.c +++ b/hw/intc/csky_mic.c @@ -1,7 +1,7 @@ /* * T-HEAD mic controller * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/intc/csky_tcip_v1.c b/hw/intc/csky_tcip_v1.c index d7b8dbc72e79..7cb673c97415 100644 --- a/hw/intc/csky_tcip_v1.c +++ b/hw/intc/csky_tcip_v1.c @@ -1,7 +1,7 @@ /* * T-HEAD tcip v1 emulation. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/intc/riscv_clic.c b/hw/intc/riscv_clic.c index a53fd072dfde..9c000782673e 100644 --- a/hw/intc/riscv_clic.c +++ b/hw/intc/riscv_clic.c @@ -1,7 +1,7 @@ /* * RISC-V CLIC(Core Local Interrupt Controller) for QEMU. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/hw/intc/thead_clint.c b/hw/intc/thead_clint.c index 100999669bdc..9000b79597e6 100644 --- a/hw/intc/thead_clint.c +++ b/hw/intc/thead_clint.c @@ -1,7 +1,7 @@ /* * T-HEAD CLINT (Core Local Interruptor) * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This provides real-time clock, timer and interprocessor interrupts. * diff --git a/hw/misc/csky_exit.c b/hw/misc/csky_exit.c index db4ce855687e..9e7f0e35fc97 100644 --- a/hw/misc/csky_exit.c +++ b/hw/misc/csky_exit.c @@ -3,7 +3,7 @@ * * using to exit QEMU from target linux. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/misc/csky_fft.c b/hw/misc/csky_fft.c index 095c22543feb..d295df504930 100644 --- a/hw/misc/csky_fft.c +++ b/hw/misc/csky_fft.c @@ -1,7 +1,7 @@ /* * CSKY FFT emulation. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/misc/csky_mca.c b/hw/misc/csky_mca.c index fdefa1bb8cfc..47e13246d008 100644 --- a/hw/misc/csky_mca.c +++ b/hw/misc/csky_mca.c @@ -1,7 +1,7 @@ /* * CSKY MCA emulation. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/misc/csky_memlog.c b/hw/misc/csky_memlog.c index 95c152e7877b..d08d3ea59752 100644 --- a/hw/misc/csky_memlog.c +++ b/hw/misc/csky_memlog.c @@ -3,7 +3,7 @@ * * using to print log QEMU from target linux. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/misc/thead_asp_nne_v1.c b/hw/misc/thead_asp_nne_v1.c index d9ae57bdc7a3..1091a9b36ecb 100644 --- a/hw/misc/thead_asp_nne_v1.c +++ b/hw/misc/thead_asp_nne_v1.c @@ -1,6 +1,6 @@ /* THEAD ASP-NNE emulation. * - * Copyright (c) 2021 T-HEAD Limited. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/net/csky_mac.c b/hw/net/csky_mac.c index aca2986637a9..b995fcab5e72 100644 --- a/hw/net/csky_mac.c +++ b/hw/net/csky_mac.c @@ -1,7 +1,7 @@ /* * T-HEAD Ethernet interface emulation. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/net/csky_mac_v2.c b/hw/net/csky_mac_v2.c index 6a934501edac..106341409bc2 100644 --- a/hw/net/csky_mac_v2.c +++ b/hw/net/csky_mac_v2.c @@ -3,7 +3,7 @@ * * Author: wanghb * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/riscv/dummyh.c b/hw/riscv/dummyh.c index 06103166e96a..5d3058e9b17f 100644 --- a/hw/riscv/dummyh.c +++ b/hw/riscv/dummyh.c @@ -1,7 +1,7 @@ /* * a dummy similar with T-HEAD Trilobite V2 System emulation. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/riscv/dynsoc.c b/hw/riscv/dynsoc.c index f005afd0b85d..875a0c5816b6 100644 --- a/hw/riscv/dynsoc.c +++ b/hw/riscv/dynsoc.c @@ -1,7 +1,7 @@ /* * T-HEAD modules loader. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/riscv/smarth.c b/hw/riscv/smarth.c index dbe6d29987a2..c606e873a9d3 100644 --- a/hw/riscv/smarth.c +++ b/hw/riscv/smarth.c @@ -1,7 +1,7 @@ /* * RISCV SMARTH System emulation. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/riscv/smartl.c b/hw/riscv/smartl.c index 2d4aaa492614..81a9d6a9f6e3 100644 --- a/hw/riscv/smartl.c +++ b/hw/riscv/smartl.c @@ -1,7 +1,7 @@ /* * RISCV SMARTL System emulation. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/hw/riscv/thead_asp_v1.c b/hw/riscv/thead_asp_v1.c index ffafbf1f07f2..b87fe5620e89 100644 --- a/hw/riscv/thead_asp_v1.c +++ b/hw/riscv/thead_asp_v1.c @@ -1,7 +1,7 @@ /* * RISCV ASP V1 System emulation. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/hw/riscv/thead_pmu.c b/hw/riscv/thead_pmu.c index 0a3c0c19252d..85f545121315 100644 --- a/hw/riscv/thead_pmu.c +++ b/hw/riscv/thead_pmu.c @@ -3,7 +3,7 @@ * * only for Smartl boots TEE. * - * Copyright (c) 2022 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2022 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/sd/csky_sdhc.c b/hw/sd/csky_sdhc.c index e54b33c92df1..fe21b0469d8c 100644 --- a/hw/sd/csky_sdhc.c +++ b/hw/sd/csky_sdhc.c @@ -1,7 +1,7 @@ /* * T-HEAD SD Host Controller emulation for CSKY V2. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/timer/csky_coret.c b/hw/timer/csky_coret.c index 60d271e19bed..9ece50ee21ea 100644 --- a/hw/timer/csky_coret.c +++ b/hw/timer/csky_coret.c @@ -1,7 +1,7 @@ /* * CSKY coret emulation * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/timer/csky_mptimer.c b/hw/timer/csky_mptimer.c index 6e2b28f9c8ac..6fe0c2294a41 100644 --- a/hw/timer/csky_mptimer.c +++ b/hw/timer/csky_mptimer.c @@ -1,7 +1,7 @@ /* * T-HEAD mptimer emulation. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/timer/csky_timer.c b/hw/timer/csky_timer.c index 05245e475974..534d3b8cf91b 100644 --- a/hw/timer/csky_timer.c +++ b/hw/timer/csky_timer.c @@ -1,7 +1,7 @@ /* * CSKY timer emulation * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/timer/csky_timer_dummy.c b/hw/timer/csky_timer_dummy.c index c2848029f184..9fe59bbd3bf9 100644 --- a/hw/timer/csky_timer_dummy.c +++ b/hw/timer/csky_timer_dummy.c @@ -3,7 +3,7 @@ * * Written by lyc * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/hw/timer/csky_timer_for_arm.c b/hw/timer/csky_timer_for_arm.c index db2f5c67c18b..7e0ffbb41c3a 100644 --- a/hw/timer/csky_timer_for_arm.c +++ b/hw/timer/csky_timer_for_arm.c @@ -3,7 +3,7 @@ * * Written by lyc * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/include/hw/char/csky_uart.h b/include/hw/char/csky_uart.h index d816d5e60fd0..c4c96f489714 100644 --- a/include/hw/char/csky_uart.h +++ b/include/hw/char/csky_uart.h @@ -1,7 +1,7 @@ /* * T-HEAD UART interface * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/hw/csky/csky_boot.h b/include/hw/csky/csky_boot.h index 5ee0b8c8a561..ef83d8cebc98 100644 --- a/include/hw/csky/csky_boot.h +++ b/include/hw/csky/csky_boot.h @@ -1,7 +1,7 @@ /* * CSKY hw header. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/include/hw/csky/dynsoc.h b/include/hw/csky/dynsoc.h index 919b01900213..ae42cb464384 100644 --- a/include/hw/csky/dynsoc.h +++ b/include/hw/csky/dynsoc.h @@ -1,7 +1,7 @@ /* * T-HEAD dynamic soc header. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/include/hw/dma/csky_dma.h b/include/hw/dma/csky_dma.h index ee90a35f310f..aa5293598659 100644 --- a/include/hw/dma/csky_dma.h +++ b/include/hw/dma/csky_dma.h @@ -1,7 +1,7 @@ /* * T-HEAD dma header. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/include/hw/intc/csky_intc.h b/include/hw/intc/csky_intc.h index 37c6a3b4dd81..ff683951ee56 100644 --- a/include/hw/intc/csky_intc.h +++ b/include/hw/intc/csky_intc.h @@ -1,7 +1,7 @@ /* * T-HEAD interrupt controller header. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/include/hw/intc/csky_mic.h b/include/hw/intc/csky_mic.h index c91ea574b5bc..c74231fed15e 100644 --- a/include/hw/intc/csky_mic.h +++ b/include/hw/intc/csky_mic.h @@ -1,7 +1,7 @@ /* * T-HEAD multicore interrupt controller header. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/include/hw/intc/csky_tcip_v1.h b/include/hw/intc/csky_tcip_v1.h index a266b60cae2a..24619b819bb8 100644 --- a/include/hw/intc/csky_tcip_v1.h +++ b/include/hw/intc/csky_tcip_v1.h @@ -1,7 +1,7 @@ /* * T-HEAD nested vector interrupt controller header. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/include/hw/intc/riscv_clic.h b/include/hw/intc/riscv_clic.h index 1fe5827d35ed..864150923c1e 100644 --- a/include/hw/intc/riscv_clic.h +++ b/include/hw/intc/riscv_clic.h @@ -1,7 +1,7 @@ /* * RISC-V CLIC(Core Local Interrupt Controller) interface. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/hw/intc/thead_clint.h b/include/hw/intc/thead_clint.h index ca674779ff74..cdb27022ab5e 100644 --- a/include/hw/intc/thead_clint.h +++ b/include/hw/intc/thead_clint.h @@ -1,7 +1,7 @@ /* * T-HEAD CLINT (Core Local Interruptor) header. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This provides real-time clock, timer and interprocessor interrupts. * diff --git a/include/hw/misc/thead_asp_nne_api_v1.h b/include/hw/misc/thead_asp_nne_api_v1.h index 07b123c89abd..7f09acde0e72 100644 --- a/include/hw/misc/thead_asp_nne_api_v1.h +++ b/include/hw/misc/thead_asp_nne_api_v1.h @@ -1,6 +1,6 @@ /* THEAD ASP-NNE emulation. * - * Copyright (c) 2021 T-HEAD Limited. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/include/hw/net/csky_mac.h b/include/hw/net/csky_mac.h index 09c95db7beda..ec7e07393497 100644 --- a/include/hw/net/csky_mac.h +++ b/include/hw/net/csky_mac.h @@ -1,7 +1,7 @@ /* * T-HEAD MAC header. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/include/hw/net/csky_mac_v2.h b/include/hw/net/csky_mac_v2.h index 0b4ed144d7d3..12e6b648f88c 100644 --- a/include/hw/net/csky_mac_v2.h +++ b/include/hw/net/csky_mac_v2.h @@ -3,7 +3,7 @@ * * Author: wanghb * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/include/hw/riscv/smartl.h b/include/hw/riscv/smartl.h index 3bd32ac0296b..d30ce89ca63a 100644 --- a/include/hw/riscv/smartl.h +++ b/include/hw/riscv/smartl.h @@ -1,7 +1,7 @@ /* * RISCV SMARTL System emulation. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/hw/riscv/thead_asp_v1.h b/include/hw/riscv/thead_asp_v1.h index 265ae7d8ee35..2aea8b671332 100644 --- a/include/hw/riscv/thead_asp_v1.h +++ b/include/hw/riscv/thead_asp_v1.h @@ -1,7 +1,7 @@ /* * RISCV SMARTL System emulation. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/include/hw/timer/csky_coret.h b/include/hw/timer/csky_coret.h index 56c1b66cca9c..684ecd1f3079 100644 --- a/include/hw/timer/csky_coret.h +++ b/include/hw/timer/csky_coret.h @@ -1,7 +1,7 @@ /* * CSKY coret header * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/include/hw/timer/csky_mptimer.h b/include/hw/timer/csky_mptimer.h index c3e9546376ff..cd08c5a583e9 100644 --- a/include/hw/timer/csky_mptimer.h +++ b/include/hw/timer/csky_mptimer.h @@ -1,7 +1,7 @@ /* * T-HEAD multicore timer header. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/include/hw/timer/csky_timer.h b/include/hw/timer/csky_timer.h index d41d35a1bdcf..e9e9f2c9c13f 100644 --- a/include/hw/timer/csky_timer.h +++ b/include/hw/timer/csky_timer.h @@ -1,7 +1,7 @@ /* * CSKY timer header * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/linux-user/csky/cpu_loop.c b/linux-user/csky/cpu_loop.c index f5f8cee82fb4..f3caa900aa25 100644 --- a/linux-user/csky/cpu_loop.c +++ b/linux-user/csky/cpu_loop.c @@ -2,7 +2,7 @@ * qemu user cpu loop * * Copyright (c) 2003-2008 Fabrice Bellard - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/linux-user/csky/signal.c b/linux-user/csky/signal.c index c49363fac19e..e584901c11e3 100644 --- a/linux-user/csky/signal.c +++ b/linux-user/csky/signal.c @@ -2,7 +2,7 @@ * Emulation of Linux signals * * Copyright (c) 2003 Fabrice Bellard - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/linux-user/csky/sockbits.h b/linux-user/csky/sockbits.h index f8090940c3e6..4d5354bfc5f6 100644 --- a/linux-user/csky/sockbits.h +++ b/linux-user/csky/sockbits.h @@ -1,7 +1,7 @@ /* * C-SKY sockbits header. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/linux-user/csky/syscall_nr.h b/linux-user/csky/syscall_nr.h index d77c7e5804ff..66044ff8bede 100644 --- a/linux-user/csky/syscall_nr.h +++ b/linux-user/csky/syscall_nr.h @@ -1,7 +1,7 @@ /* * C-SKY syscall header. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/linux-user/csky/target_cpu.h b/linux-user/csky/target_cpu.h index 0034b549b14c..ffbdea041807 100644 --- a/linux-user/csky/target_cpu.h +++ b/linux-user/csky/target_cpu.h @@ -1,7 +1,7 @@ /* * C-SKY virtual CPU header * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/linux-user/csky/target_elf.h b/linux-user/csky/target_elf.h index 79f34d26e319..a19ce29a35fb 100644 --- a/linux-user/csky/target_elf.h +++ b/linux-user/csky/target_elf.h @@ -1,7 +1,7 @@ /* * C-SKY elf header * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/linux-user/csky/target_fcntl.h b/linux-user/csky/target_fcntl.h index c17f6ddaacad..78f0be1c6d8d 100644 --- a/linux-user/csky/target_fcntl.h +++ b/linux-user/csky/target_fcntl.h @@ -1,7 +1,7 @@ /* * C-SKY fcntl header * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/linux-user/csky/target_structs.h b/linux-user/csky/target_structs.h index 23f1177d9ff6..226a8fedac3e 100644 --- a/linux-user/csky/target_structs.h +++ b/linux-user/csky/target_structs.h @@ -1,7 +1,7 @@ /* * C-SKY structs. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/linux-user/csky/target_syscall.h b/linux-user/csky/target_syscall.h index d16bf9972e29..b6bb48118612 100644 --- a/linux-user/csky/target_syscall.h +++ b/linux-user/csky/target_syscall.h @@ -1,7 +1,7 @@ /* * C-SKY syscall header. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/target/csky/cpu-param.h b/target/csky/cpu-param.h index 34dd27f84597..80554cc0fc03 100644 --- a/target/csky/cpu-param.h +++ b/target/csky/cpu-param.h @@ -1,7 +1,7 @@ /* * C-SKY cpu parameters for qemu. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/target/csky/cpu-qom.h b/target/csky/cpu-qom.h index 1e6c8c635cb7..8f58b4e89f75 100644 --- a/target/csky/cpu-qom.h +++ b/target/csky/cpu-qom.h @@ -1,7 +1,7 @@ /* * C-SKY CPU qom * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/target/csky/cpu.c b/target/csky/cpu.c index 801df5d894f1..8c9c3960a33c 100644 --- a/target/csky/cpu.c +++ b/target/csky/cpu.c @@ -1,7 +1,7 @@ /* * C-SKY CPU * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/target/csky/cpu.h b/target/csky/cpu.h index 5f9407cbe736..b61674e6c187 100644 --- a/target/csky/cpu.h +++ b/target/csky/cpu.h @@ -1,7 +1,7 @@ /* * C-SKY virtual CPU header * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/target/csky/csky-semi.c b/target/csky/csky-semi.c index e09c79388c6a..4a859c22b431 100644 --- a/target/csky/csky-semi.c +++ b/target/csky/csky-semi.c @@ -1,7 +1,7 @@ /* * C-SKY semihosting operations * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/target/csky/csky_ldst.c b/target/csky/csky_ldst.c index de1dfee0e861..c1efed8a0c02 100644 --- a/target/csky/csky_ldst.c +++ b/target/csky/csky_ldst.c @@ -1,7 +1,7 @@ /* * C-SKY load store * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/target/csky/csky_ldst.h b/target/csky/csky_ldst.h index f423634f8553..f97751395a6a 100644 --- a/target/csky/csky_ldst.h +++ b/target/csky/csky_ldst.h @@ -1,7 +1,7 @@ /* * C-SKY load store header * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/target/csky/gdbstub.c b/target/csky/gdbstub.c index bdbb71f63401..965be9c749c0 100644 --- a/target/csky/gdbstub.c +++ b/target/csky/gdbstub.c @@ -1,7 +1,7 @@ /* * C-SKY gdb server stub * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/target/csky/helper.c b/target/csky/helper.c index 238a08e632ce..c7916faffb24 100644 --- a/target/csky/helper.c +++ b/target/csky/helper.c @@ -1,7 +1,7 @@ /* * C-SKY helper * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/target/csky/helper.h b/target/csky/helper.h index d2a983aca0de..4f699f8ada2f 100644 --- a/target/csky/helper.h +++ b/target/csky/helper.h @@ -1,7 +1,7 @@ /* * C-SKY helper * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/target/csky/mmu.c b/target/csky/mmu.c index 4b126521cddb..08133dcacf51 100644 --- a/target/csky/mmu.c +++ b/target/csky/mmu.c @@ -1,7 +1,7 @@ /* * C-SKY mmu * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/target/csky/op_dspv2.c b/target/csky/op_dspv2.c index 0e369da6455e..5d204a8ca1dc 100644 --- a/target/csky/op_dspv2.c +++ b/target/csky/op_dspv2.c @@ -1,7 +1,7 @@ /* * C-SKY helper routines * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/target/csky/op_fpuv3.c b/target/csky/op_fpuv3.c index 033616ec45ff..84640403ab88 100644 --- a/target/csky/op_fpuv3.c +++ b/target/csky/op_fpuv3.c @@ -1,7 +1,7 @@ /* * C-SKY FPU v3 helper routines * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/target/csky/op_helper_v1.c b/target/csky/op_helper_v1.c index c7e1a44030de..30f985dad15e 100644 --- a/target/csky/op_helper_v1.c +++ b/target/csky/op_helper_v1.c @@ -1,7 +1,7 @@ /* * C-SKY v1 helper routines * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/target/csky/op_helper_v2.c b/target/csky/op_helper_v2.c index d67a037340b0..e2719b2ed07e 100644 --- a/target/csky/op_helper_v2.c +++ b/target/csky/op_helper_v2.c @@ -1,7 +1,7 @@ /* * C-SKY helper routines * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/target/csky/op_vdsp.c b/target/csky/op_vdsp.c index 1827686a66ff..1af635574988 100644 --- a/target/csky/op_vdsp.c +++ b/target/csky/op_vdsp.c @@ -1,7 +1,7 @@ /* * C-SKY helper routines * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/target/csky/op_vdsp2.c b/target/csky/op_vdsp2.c index 5b7ad4a7fd1b..a9985a03be33 100644 --- a/target/csky/op_vdsp2.c +++ b/target/csky/op_vdsp2.c @@ -1,7 +1,7 @@ /* * C-SKY helper routines * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/target/csky/translate.h b/target/csky/translate.h index 4a84610a9a6b..be0d32e98e39 100644 --- a/target/csky/translate.h +++ b/target/csky/translate.h @@ -1,7 +1,7 @@ /* * C-SKY translate header * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/target/csky/translate_v1.c b/target/csky/translate_v1.c index 50e7fdca3e16..f72e633652bc 100644 --- a/target/csky/translate_v1.c +++ b/target/csky/translate_v1.c @@ -1,7 +1,7 @@ /* * csky_v1 translation * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/target/csky/translate_v2.c b/target/csky/translate_v2.c index 7bbb2d900b18..54a48ac9140d 100644 --- a/target/csky/translate_v2.c +++ b/target/csky/translate_v2.c @@ -1,7 +1,7 @@ /* * C-SKY translation * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/target/riscv/insn_trans/trans_rvp.c.inc b/target/riscv/insn_trans/trans_rvp.c.inc index e93bf08e55e9..491770b68e23 100644 --- a/target/riscv/insn_trans/trans_rvp.c.inc +++ b/target/riscv/insn_trans/trans_rvp.c.inc @@ -1,7 +1,7 @@ /* * RISC-V translation routines for the RVP Standard Extension. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/target/riscv/insn_trans/trans_rvv.c.inc b/target/riscv/insn_trans/trans_rvv.c.inc index 6496bd3552ba..8ddd0ac96f23 100644 --- a/target/riscv/insn_trans/trans_rvv.c.inc +++ b/target/riscv/insn_trans/trans_rvv.c.inc @@ -1,6 +1,6 @@ /* * - * Copyright (c) 2020 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2020 C-SKY Microsystems Co., Ltd. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/target/riscv/insn_trans/trans_v0p7.c.inc b/target/riscv/insn_trans/trans_v0p7.c.inc index 7d9fe7e0457c..a54641a2902b 100644 --- a/target/riscv/insn_trans/trans_v0p7.c.inc +++ b/target/riscv/insn_trans/trans_v0p7.c.inc @@ -1,7 +1,7 @@ /* * RISC-V translation routines for the RVV Standard Extension. * - * Copyright (c) 2020 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2020 C-SKY Microsystems Co., Ltd. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/target/riscv/internals.h b/target/riscv/internals.h index cb1af54bd383..0c009713e9eb 100644 --- a/target/riscv/internals.h +++ b/target/riscv/internals.h @@ -1,7 +1,7 @@ /* * QEMU RISC-V CPU -- internal functions and types * - * Copyright (c) 2020 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2020 C-SKY Microsystems Co., Ltd. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/target/riscv/packed_helper.c b/target/riscv/packed_helper.c index e6990c97f33a..ede2671173f1 100644 --- a/target/riscv/packed_helper.c +++ b/target/riscv/packed_helper.c @@ -1,7 +1,7 @@ /* * RISC-V P Extension Helpers for QEMU. * - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/target/riscv/v0p7_helper.c b/target/riscv/v0p7_helper.c index 415e789deef2..0b29f08ab32d 100644 --- a/target/riscv/v0p7_helper.c +++ b/target/riscv/v0p7_helper.c @@ -1,7 +1,7 @@ /* * RISC-V Vector Extension Helpers for QEMU. * - * Copyright (c) 2020 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2020 C-SKY Microsystems Co., Ltd. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/target/riscv/vector_helper.c b/target/riscv/vector_helper.c index 141f22f2f833..3a187cdfb5a4 100644 --- a/target/riscv/vector_helper.c +++ b/target/riscv/vector_helper.c @@ -1,7 +1,7 @@ /* * RISC-V Vector Extension Helpers for QEMU. * - * Copyright (c) 2020 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2020 C-SKY Microsystems Co., Ltd. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/tests/riscv/Matrix-extension/case/mld1m_mst1m.c.future b/tests/riscv/Matrix-extension/case/mld1m_mst1m.c.future index 368cdf4bca65..4b48bb772c46 100644 --- a/tests/riscv/Matrix-extension/case/mld1m_mst1m.c.future +++ b/tests/riscv/Matrix-extension/case/mld1m_mst1m.c.future @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/Matrix-extension/case/mld2m_mst2m.c.future b/tests/riscv/Matrix-extension/case/mld2m_mst2m.c.future index 3ce6c4104d19..64a7a1993cd8 100644 --- a/tests/riscv/Matrix-extension/case/mld2m_mst2m.c.future +++ b/tests/riscv/Matrix-extension/case/mld2m_mst2m.c.future @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/Matrix-extension/case/mld4m_mst4m.c.future b/tests/riscv/Matrix-extension/case/mld4m_mst4m.c.future index eb5c45599aab..24a61b039fa2 100644 --- a/tests/riscv/Matrix-extension/case/mld4m_mst4m.c.future +++ b/tests/riscv/Matrix-extension/case/mld4m_mst4m.c.future @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/Matrix-extension/case/mld8m_mst8m.c.future b/tests/riscv/Matrix-extension/case/mld8m_mst8m.c.future index 6835d6932176..1b60d618b5bf 100644 --- a/tests/riscv/Matrix-extension/case/mld8m_mst8m.c.future +++ b/tests/riscv/Matrix-extension/case/mld8m_mst8m.c.future @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/Matrix-extension/case/mld_mst.c b/tests/riscv/Matrix-extension/case/mld_mst.c index cfe8106b9b20..e76ae9e8b32f 100644 --- a/tests/riscv/Matrix-extension/case/mld_mst.c +++ b/tests/riscv/Matrix-extension/case/mld_mst.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/Matrix-extension/case/msld_msst.c b/tests/riscv/Matrix-extension/case/msld_msst.c index 489feb65664e..b8fcfe9ba747 100644 --- a/tests/riscv/Matrix-extension/case/msld_msst.c +++ b/tests/riscv/Matrix-extension/case/msld_msst.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/include/test_device.h b/tests/riscv/include/test_device.h index 101905e29ca8..fa9cc0e4e51d 100644 --- a/tests/riscv/include/test_device.h +++ b/tests/riscv/include/test_device.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/include/testsuite.h b/tests/riscv/include/testsuite.h index 6d65a2c78815..1147087179be 100644 --- a/tests/riscv/include/testsuite.h +++ b/tests/riscv/include/testsuite.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/add16.c b/tests/riscv/p-extension/case/add16.c index d4bbec1cd850..3967ac5c8487 100644 --- a/tests/riscv/p-extension/case/add16.c +++ b/tests/riscv/p-extension/case/add16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/add64.c b/tests/riscv/p-extension/case/add64.c index 4e85c140e379..322d41f087a7 100644 --- a/tests/riscv/p-extension/case/add64.c +++ b/tests/riscv/p-extension/case/add64.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/add8.c b/tests/riscv/p-extension/case/add8.c index 24ca85531767..da1c2069e29a 100644 --- a/tests/riscv/p-extension/case/add8.c +++ b/tests/riscv/p-extension/case/add8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/ave.c b/tests/riscv/p-extension/case/ave.c index 9d8d0b58d3bd..2dd1230c9b45 100644 --- a/tests/riscv/p-extension/case/ave.c +++ b/tests/riscv/p-extension/case/ave.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/bitrev.c b/tests/riscv/p-extension/case/bitrev.c index ccda9c11099c..0f441fa0ff9d 100644 --- a/tests/riscv/p-extension/case/bitrev.c +++ b/tests/riscv/p-extension/case/bitrev.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/bitrevi.c b/tests/riscv/p-extension/case/bitrevi.c index 24942539c974..46136ca3a2db 100644 --- a/tests/riscv/p-extension/case/bitrevi.c +++ b/tests/riscv/p-extension/case/bitrevi.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/bpick.c b/tests/riscv/p-extension/case/bpick.c index 3d1a1adf127e..2814caf6dd2e 100644 --- a/tests/riscv/p-extension/case/bpick.c +++ b/tests/riscv/p-extension/case/bpick.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/clo16.c b/tests/riscv/p-extension/case/clo16.c index 7a81f76c1217..1abaa68f07b7 100644 --- a/tests/riscv/p-extension/case/clo16.c +++ b/tests/riscv/p-extension/case/clo16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/clo32.c b/tests/riscv/p-extension/case/clo32.c index 68a670fde4a2..8304c421c0eb 100644 --- a/tests/riscv/p-extension/case/clo32.c +++ b/tests/riscv/p-extension/case/clo32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/clo8.c b/tests/riscv/p-extension/case/clo8.c index 97be2e5602be..6f2aeba01c62 100644 --- a/tests/riscv/p-extension/case/clo8.c +++ b/tests/riscv/p-extension/case/clo8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/clrs16.c b/tests/riscv/p-extension/case/clrs16.c index f664d6cb41d6..d8f9e70b41bc 100644 --- a/tests/riscv/p-extension/case/clrs16.c +++ b/tests/riscv/p-extension/case/clrs16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/clrs32.c b/tests/riscv/p-extension/case/clrs32.c index 45b0c0f86735..395bb7b35ca6 100644 --- a/tests/riscv/p-extension/case/clrs32.c +++ b/tests/riscv/p-extension/case/clrs32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/clrs8.c b/tests/riscv/p-extension/case/clrs8.c index 07cdd50107d7..d8aaee65ea11 100644 --- a/tests/riscv/p-extension/case/clrs8.c +++ b/tests/riscv/p-extension/case/clrs8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/clz16.c b/tests/riscv/p-extension/case/clz16.c index 2f261c1b7ee2..a675d81c1dc9 100644 --- a/tests/riscv/p-extension/case/clz16.c +++ b/tests/riscv/p-extension/case/clz16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/clz32.c b/tests/riscv/p-extension/case/clz32.c index 0ce22cb03b93..c9390aca7428 100644 --- a/tests/riscv/p-extension/case/clz32.c +++ b/tests/riscv/p-extension/case/clz32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/clz8.c b/tests/riscv/p-extension/case/clz8.c index 40cd4239bda5..0b585c863cd1 100644 --- a/tests/riscv/p-extension/case/clz8.c +++ b/tests/riscv/p-extension/case/clz8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/cmpeq16.c b/tests/riscv/p-extension/case/cmpeq16.c index 4a82a3d8e94d..c14237858390 100644 --- a/tests/riscv/p-extension/case/cmpeq16.c +++ b/tests/riscv/p-extension/case/cmpeq16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/cmpeq8.c b/tests/riscv/p-extension/case/cmpeq8.c index 45c4beeaf14e..f98bf14045c5 100644 --- a/tests/riscv/p-extension/case/cmpeq8.c +++ b/tests/riscv/p-extension/case/cmpeq8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/cras16.c b/tests/riscv/p-extension/case/cras16.c index d7bf1f1402f7..288feb5c03b6 100644 --- a/tests/riscv/p-extension/case/cras16.c +++ b/tests/riscv/p-extension/case/cras16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/crsa16.c b/tests/riscv/p-extension/case/crsa16.c index 25a35d2c7b76..900e195e984f 100644 --- a/tests/riscv/p-extension/case/crsa16.c +++ b/tests/riscv/p-extension/case/crsa16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/insb.c b/tests/riscv/p-extension/case/insb.c index ef6147aa9e62..85f3cf3f5199 100644 --- a/tests/riscv/p-extension/case/insb.c +++ b/tests/riscv/p-extension/case/insb.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kabs16.c b/tests/riscv/p-extension/case/kabs16.c index ca785c2e8681..e14dd43aad14 100644 --- a/tests/riscv/p-extension/case/kabs16.c +++ b/tests/riscv/p-extension/case/kabs16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kabs8.c b/tests/riscv/p-extension/case/kabs8.c index 9eb8b37667ae..2d2b7fc737d1 100644 --- a/tests/riscv/p-extension/case/kabs8.c +++ b/tests/riscv/p-extension/case/kabs8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kabsw.c b/tests/riscv/p-extension/case/kabsw.c index 2b0dc0453775..f9f76c205f58 100644 --- a/tests/riscv/p-extension/case/kabsw.c +++ b/tests/riscv/p-extension/case/kabsw.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kadd16.c b/tests/riscv/p-extension/case/kadd16.c index 8aae12dd0845..a11f4c8e2919 100644 --- a/tests/riscv/p-extension/case/kadd16.c +++ b/tests/riscv/p-extension/case/kadd16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kadd64.c b/tests/riscv/p-extension/case/kadd64.c index 3900de88c6d1..eb3ebdde6ead 100644 --- a/tests/riscv/p-extension/case/kadd64.c +++ b/tests/riscv/p-extension/case/kadd64.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kadd8.c b/tests/riscv/p-extension/case/kadd8.c index d790929f2119..b73f4c6d4537 100644 --- a/tests/riscv/p-extension/case/kadd8.c +++ b/tests/riscv/p-extension/case/kadd8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kaddh.c b/tests/riscv/p-extension/case/kaddh.c index d3286b4b1ec5..680c7ccd60ea 100644 --- a/tests/riscv/p-extension/case/kaddh.c +++ b/tests/riscv/p-extension/case/kaddh.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kaddw.c b/tests/riscv/p-extension/case/kaddw.c index 590ab85f953f..05bc21f0d2aa 100644 --- a/tests/riscv/p-extension/case/kaddw.c +++ b/tests/riscv/p-extension/case/kaddw.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kcras16.c b/tests/riscv/p-extension/case/kcras16.c index 8e735ceed23d..319bde5c8bcc 100644 --- a/tests/riscv/p-extension/case/kcras16.c +++ b/tests/riscv/p-extension/case/kcras16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kcrsa16.c b/tests/riscv/p-extension/case/kcrsa16.c index af8bd82b0e93..74b00f54f879 100644 --- a/tests/riscv/p-extension/case/kcrsa16.c +++ b/tests/riscv/p-extension/case/kcrsa16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kdmabb.c b/tests/riscv/p-extension/case/kdmabb.c index 1d95fe01e8a8..af3bba089105 100644 --- a/tests/riscv/p-extension/case/kdmabb.c +++ b/tests/riscv/p-extension/case/kdmabb.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kdmabt.c b/tests/riscv/p-extension/case/kdmabt.c index b7e009931d4f..45296ed9bda0 100644 --- a/tests/riscv/p-extension/case/kdmabt.c +++ b/tests/riscv/p-extension/case/kdmabt.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kdmatt.c b/tests/riscv/p-extension/case/kdmatt.c index c050ef0a890f..48df7203c151 100644 --- a/tests/riscv/p-extension/case/kdmatt.c +++ b/tests/riscv/p-extension/case/kdmatt.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kdmbb.c b/tests/riscv/p-extension/case/kdmbb.c index cb3d349c25b8..3b0fb57e9555 100644 --- a/tests/riscv/p-extension/case/kdmbb.c +++ b/tests/riscv/p-extension/case/kdmbb.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kdmbt.c b/tests/riscv/p-extension/case/kdmbt.c index 1d51b447b365..10afbde68389 100644 --- a/tests/riscv/p-extension/case/kdmbt.c +++ b/tests/riscv/p-extension/case/kdmbt.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kdmtt.c b/tests/riscv/p-extension/case/kdmtt.c index 641d54ec0fd5..97546b6b9c66 100644 --- a/tests/riscv/p-extension/case/kdmtt.c +++ b/tests/riscv/p-extension/case/kdmtt.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/khm16.c b/tests/riscv/p-extension/case/khm16.c index eecf9c5df591..501428087424 100644 --- a/tests/riscv/p-extension/case/khm16.c +++ b/tests/riscv/p-extension/case/khm16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/khm8.c b/tests/riscv/p-extension/case/khm8.c index 7df53093fc81..47bc4ac4bf93 100644 --- a/tests/riscv/p-extension/case/khm8.c +++ b/tests/riscv/p-extension/case/khm8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/khmbb.c b/tests/riscv/p-extension/case/khmbb.c index 7c3796ad4562..3edb6a21bc15 100644 --- a/tests/riscv/p-extension/case/khmbb.c +++ b/tests/riscv/p-extension/case/khmbb.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/khmbt.c b/tests/riscv/p-extension/case/khmbt.c index 45f070dc5dbd..8229e9aa390f 100644 --- a/tests/riscv/p-extension/case/khmbt.c +++ b/tests/riscv/p-extension/case/khmbt.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/khmtt.c b/tests/riscv/p-extension/case/khmtt.c index 964291d9f342..343a0aa1e2b7 100644 --- a/tests/riscv/p-extension/case/khmtt.c +++ b/tests/riscv/p-extension/case/khmtt.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/khmx16.c b/tests/riscv/p-extension/case/khmx16.c index 8754bd0d03ed..05b892e13b23 100644 --- a/tests/riscv/p-extension/case/khmx16.c +++ b/tests/riscv/p-extension/case/khmx16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/khmx8.c b/tests/riscv/p-extension/case/khmx8.c index f2ec3188188b..d424969abd65 100644 --- a/tests/riscv/p-extension/case/khmx8.c +++ b/tests/riscv/p-extension/case/khmx8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kmabb.c b/tests/riscv/p-extension/case/kmabb.c index a7ae3a6a3c4c..86e88019fc05 100644 --- a/tests/riscv/p-extension/case/kmabb.c +++ b/tests/riscv/p-extension/case/kmabb.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kmabt.c b/tests/riscv/p-extension/case/kmabt.c index 62fd2b4b15fe..c63783ea149b 100644 --- a/tests/riscv/p-extension/case/kmabt.c +++ b/tests/riscv/p-extension/case/kmabt.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kmada.c b/tests/riscv/p-extension/case/kmada.c index 64ddeee6595e..9160fa8d7978 100644 --- a/tests/riscv/p-extension/case/kmada.c +++ b/tests/riscv/p-extension/case/kmada.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kmadrs.c b/tests/riscv/p-extension/case/kmadrs.c index 873ace898a67..ccb7e61d6b3f 100644 --- a/tests/riscv/p-extension/case/kmadrs.c +++ b/tests/riscv/p-extension/case/kmadrs.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kmads.c b/tests/riscv/p-extension/case/kmads.c index 9574055bf0e5..b92882e694b8 100644 --- a/tests/riscv/p-extension/case/kmads.c +++ b/tests/riscv/p-extension/case/kmads.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kmar64.c b/tests/riscv/p-extension/case/kmar64.c index 4556d1892912..4aa551f0c59b 100644 --- a/tests/riscv/p-extension/case/kmar64.c +++ b/tests/riscv/p-extension/case/kmar64.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kmatt.c b/tests/riscv/p-extension/case/kmatt.c index 347eb214defd..409f08bf2e31 100644 --- a/tests/riscv/p-extension/case/kmatt.c +++ b/tests/riscv/p-extension/case/kmatt.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kmaxda.c b/tests/riscv/p-extension/case/kmaxda.c index 75a32361de86..f35fde73bee0 100644 --- a/tests/riscv/p-extension/case/kmaxda.c +++ b/tests/riscv/p-extension/case/kmaxda.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kmaxds.c b/tests/riscv/p-extension/case/kmaxds.c index bf71082d303a..686b48434c42 100644 --- a/tests/riscv/p-extension/case/kmaxds.c +++ b/tests/riscv/p-extension/case/kmaxds.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kmda.c b/tests/riscv/p-extension/case/kmda.c index 879283c5dd6a..f2c30bd1c366 100644 --- a/tests/riscv/p-extension/case/kmda.c +++ b/tests/riscv/p-extension/case/kmda.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kmmac.c b/tests/riscv/p-extension/case/kmmac.c index c6cb00fbc23d..4d3e6a9a9a06 100644 --- a/tests/riscv/p-extension/case/kmmac.c +++ b/tests/riscv/p-extension/case/kmmac.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kmmac_u.c b/tests/riscv/p-extension/case/kmmac_u.c index 0483f70c6e4a..ffb1989e5f3d 100644 --- a/tests/riscv/p-extension/case/kmmac_u.c +++ b/tests/riscv/p-extension/case/kmmac_u.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kmmawb.c b/tests/riscv/p-extension/case/kmmawb.c index 9493601fcd52..23755fdefcc7 100644 --- a/tests/riscv/p-extension/case/kmmawb.c +++ b/tests/riscv/p-extension/case/kmmawb.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kmmawb2.c b/tests/riscv/p-extension/case/kmmawb2.c index 7d22b98b5d8b..b48d121e13cf 100644 --- a/tests/riscv/p-extension/case/kmmawb2.c +++ b/tests/riscv/p-extension/case/kmmawb2.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kmmawb2_u.c b/tests/riscv/p-extension/case/kmmawb2_u.c index 061c6a15d7ac..4d5fa1d13ceb 100644 --- a/tests/riscv/p-extension/case/kmmawb2_u.c +++ b/tests/riscv/p-extension/case/kmmawb2_u.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kmmawb_u.c b/tests/riscv/p-extension/case/kmmawb_u.c index b4f533779769..dcd9cc0cf71b 100644 --- a/tests/riscv/p-extension/case/kmmawb_u.c +++ b/tests/riscv/p-extension/case/kmmawb_u.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kmmawt.c b/tests/riscv/p-extension/case/kmmawt.c index a652b5fe5025..b872e3528aa4 100644 --- a/tests/riscv/p-extension/case/kmmawt.c +++ b/tests/riscv/p-extension/case/kmmawt.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kmmawt2.c b/tests/riscv/p-extension/case/kmmawt2.c index bd58c14bccb4..72de7a6330ce 100644 --- a/tests/riscv/p-extension/case/kmmawt2.c +++ b/tests/riscv/p-extension/case/kmmawt2.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kmmawt2_u.c b/tests/riscv/p-extension/case/kmmawt2_u.c index a755b9947fe2..6795fbfdf4b5 100644 --- a/tests/riscv/p-extension/case/kmmawt2_u.c +++ b/tests/riscv/p-extension/case/kmmawt2_u.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kmmawt_u.c b/tests/riscv/p-extension/case/kmmawt_u.c index 8e915be8e72a..d7f35a338a9e 100644 --- a/tests/riscv/p-extension/case/kmmawt_u.c +++ b/tests/riscv/p-extension/case/kmmawt_u.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kmmsb.c b/tests/riscv/p-extension/case/kmmsb.c index be31426ddb84..5e9f29deba09 100644 --- a/tests/riscv/p-extension/case/kmmsb.c +++ b/tests/riscv/p-extension/case/kmmsb.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kmmsb_u.c b/tests/riscv/p-extension/case/kmmsb_u.c index 9a9077a4741e..e8f8dec4a110 100644 --- a/tests/riscv/p-extension/case/kmmsb_u.c +++ b/tests/riscv/p-extension/case/kmmsb_u.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kmmwb2.c b/tests/riscv/p-extension/case/kmmwb2.c index 417ab3eadb79..7233785e21e6 100644 --- a/tests/riscv/p-extension/case/kmmwb2.c +++ b/tests/riscv/p-extension/case/kmmwb2.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kmmwb2_u.c b/tests/riscv/p-extension/case/kmmwb2_u.c index 8dcf93cb6114..88f43de18e82 100644 --- a/tests/riscv/p-extension/case/kmmwb2_u.c +++ b/tests/riscv/p-extension/case/kmmwb2_u.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kmmwt2.c b/tests/riscv/p-extension/case/kmmwt2.c index 0384f45d431e..d1e3214db9b3 100644 --- a/tests/riscv/p-extension/case/kmmwt2.c +++ b/tests/riscv/p-extension/case/kmmwt2.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kmmwt2_u.c b/tests/riscv/p-extension/case/kmmwt2_u.c index 4b87a180cf07..6a49b8343f75 100644 --- a/tests/riscv/p-extension/case/kmmwt2_u.c +++ b/tests/riscv/p-extension/case/kmmwt2_u.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kmsda.c b/tests/riscv/p-extension/case/kmsda.c index a72aa1a06923..abcf299275a9 100644 --- a/tests/riscv/p-extension/case/kmsda.c +++ b/tests/riscv/p-extension/case/kmsda.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kmsr64.c b/tests/riscv/p-extension/case/kmsr64.c index b1fa00c2a99d..4ac00c96298d 100644 --- a/tests/riscv/p-extension/case/kmsr64.c +++ b/tests/riscv/p-extension/case/kmsr64.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kmsxda.c b/tests/riscv/p-extension/case/kmsxda.c index 92f0b7824d5b..8e536dbe2088 100644 --- a/tests/riscv/p-extension/case/kmsxda.c +++ b/tests/riscv/p-extension/case/kmsxda.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kmxda.c b/tests/riscv/p-extension/case/kmxda.c index 65c13f82355a..4824ca4096cc 100644 --- a/tests/riscv/p-extension/case/kmxda.c +++ b/tests/riscv/p-extension/case/kmxda.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/ksll16.c b/tests/riscv/p-extension/case/ksll16.c index 5f9d6de7fc84..ec30704f93cb 100644 --- a/tests/riscv/p-extension/case/ksll16.c +++ b/tests/riscv/p-extension/case/ksll16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/ksll8.c b/tests/riscv/p-extension/case/ksll8.c index 348620ad4ff1..5c63d308d31e 100644 --- a/tests/riscv/p-extension/case/ksll8.c +++ b/tests/riscv/p-extension/case/ksll8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kslli16.c b/tests/riscv/p-extension/case/kslli16.c index 2e6fef1cc53e..79d34e7dc096 100644 --- a/tests/riscv/p-extension/case/kslli16.c +++ b/tests/riscv/p-extension/case/kslli16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kslli8.c b/tests/riscv/p-extension/case/kslli8.c index 4b53f644fa0b..43513de56565 100644 --- a/tests/riscv/p-extension/case/kslli8.c +++ b/tests/riscv/p-extension/case/kslli8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kslliw.c b/tests/riscv/p-extension/case/kslliw.c index 8cbf547779f1..186a854a0787 100644 --- a/tests/riscv/p-extension/case/kslliw.c +++ b/tests/riscv/p-extension/case/kslliw.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/ksllw.c b/tests/riscv/p-extension/case/ksllw.c index 105338a09732..beb6fd255388 100644 --- a/tests/riscv/p-extension/case/ksllw.c +++ b/tests/riscv/p-extension/case/ksllw.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kslra16.c b/tests/riscv/p-extension/case/kslra16.c index d60dd6e19e41..784a1ae0adf7 100644 --- a/tests/riscv/p-extension/case/kslra16.c +++ b/tests/riscv/p-extension/case/kslra16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kslra16_u.c b/tests/riscv/p-extension/case/kslra16_u.c index 777da207c57e..dfd667af4092 100644 --- a/tests/riscv/p-extension/case/kslra16_u.c +++ b/tests/riscv/p-extension/case/kslra16_u.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kslra8.c b/tests/riscv/p-extension/case/kslra8.c index ae2f514cc5ff..c7c6bafd3077 100644 --- a/tests/riscv/p-extension/case/kslra8.c +++ b/tests/riscv/p-extension/case/kslra8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kslra8_u.c b/tests/riscv/p-extension/case/kslra8_u.c index dc3f780551af..606f74621ba7 100644 --- a/tests/riscv/p-extension/case/kslra8_u.c +++ b/tests/riscv/p-extension/case/kslra8_u.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kslraw.c b/tests/riscv/p-extension/case/kslraw.c index 7150f91a2c98..58001496e116 100644 --- a/tests/riscv/p-extension/case/kslraw.c +++ b/tests/riscv/p-extension/case/kslraw.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kslraw_u.c b/tests/riscv/p-extension/case/kslraw_u.c index 9703ef7d4e33..3f00476bfd77 100644 --- a/tests/riscv/p-extension/case/kslraw_u.c +++ b/tests/riscv/p-extension/case/kslraw_u.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kstas16.c b/tests/riscv/p-extension/case/kstas16.c index 698f65674d16..4767d4e3863a 100644 --- a/tests/riscv/p-extension/case/kstas16.c +++ b/tests/riscv/p-extension/case/kstas16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kstsa16.c b/tests/riscv/p-extension/case/kstsa16.c index c5ac74ea6834..59c17c8ecef8 100644 --- a/tests/riscv/p-extension/case/kstsa16.c +++ b/tests/riscv/p-extension/case/kstsa16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/ksub16.c b/tests/riscv/p-extension/case/ksub16.c index 7cc410ec95f1..87f3134b828d 100644 --- a/tests/riscv/p-extension/case/ksub16.c +++ b/tests/riscv/p-extension/case/ksub16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/ksub64.c b/tests/riscv/p-extension/case/ksub64.c index ccc4013a5d4d..b7282db3ac7e 100644 --- a/tests/riscv/p-extension/case/ksub64.c +++ b/tests/riscv/p-extension/case/ksub64.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/ksub8.c b/tests/riscv/p-extension/case/ksub8.c index 2ef5b490774b..3b97fb74db91 100644 --- a/tests/riscv/p-extension/case/ksub8.c +++ b/tests/riscv/p-extension/case/ksub8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/ksubh.c b/tests/riscv/p-extension/case/ksubh.c index 71cc53e02894..3233db2179e2 100644 --- a/tests/riscv/p-extension/case/ksubh.c +++ b/tests/riscv/p-extension/case/ksubh.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/ksubw.c b/tests/riscv/p-extension/case/ksubw.c index 74f01269eab8..61321a390b0f 100644 --- a/tests/riscv/p-extension/case/ksubw.c +++ b/tests/riscv/p-extension/case/ksubw.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kwmmul.c b/tests/riscv/p-extension/case/kwmmul.c index 2a76cc064fc4..72dc1f539e1f 100644 --- a/tests/riscv/p-extension/case/kwmmul.c +++ b/tests/riscv/p-extension/case/kwmmul.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/kwmmul_u.c b/tests/riscv/p-extension/case/kwmmul_u.c index 951908365656..2a6ef135534b 100644 --- a/tests/riscv/p-extension/case/kwmmul_u.c +++ b/tests/riscv/p-extension/case/kwmmul_u.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/maddr32.c b/tests/riscv/p-extension/case/maddr32.c index 206a8670046b..70122d0001e0 100644 --- a/tests/riscv/p-extension/case/maddr32.c +++ b/tests/riscv/p-extension/case/maddr32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/maxw.c b/tests/riscv/p-extension/case/maxw.c index 91090f6f91ec..efbde3fb2852 100644 --- a/tests/riscv/p-extension/case/maxw.c +++ b/tests/riscv/p-extension/case/maxw.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/minw.c b/tests/riscv/p-extension/case/minw.c index 59b62000dc74..a38bda5cb50f 100644 --- a/tests/riscv/p-extension/case/minw.c +++ b/tests/riscv/p-extension/case/minw.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/mulr64.c b/tests/riscv/p-extension/case/mulr64.c index e9691d7280e5..37fd99d10f07 100644 --- a/tests/riscv/p-extension/case/mulr64.c +++ b/tests/riscv/p-extension/case/mulr64.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/mulsr64.c b/tests/riscv/p-extension/case/mulsr64.c index 56e143732be2..a4199f613b90 100644 --- a/tests/riscv/p-extension/case/mulsr64.c +++ b/tests/riscv/p-extension/case/mulsr64.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/pbsad.c b/tests/riscv/p-extension/case/pbsad.c index f0e60e96ec47..1a268a377fd4 100644 --- a/tests/riscv/p-extension/case/pbsad.c +++ b/tests/riscv/p-extension/case/pbsad.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/pbsada.c b/tests/riscv/p-extension/case/pbsada.c index 988eb9ff8e51..1b0e26de1010 100644 --- a/tests/riscv/p-extension/case/pbsada.c +++ b/tests/riscv/p-extension/case/pbsada.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/pkbb16.c b/tests/riscv/p-extension/case/pkbb16.c index 857cae8fdad2..70c42df4ba1b 100644 --- a/tests/riscv/p-extension/case/pkbb16.c +++ b/tests/riscv/p-extension/case/pkbb16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/pkbt16.c b/tests/riscv/p-extension/case/pkbt16.c index 2c99b1aeac10..a38d95c024be 100644 --- a/tests/riscv/p-extension/case/pkbt16.c +++ b/tests/riscv/p-extension/case/pkbt16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/pktb16.c b/tests/riscv/p-extension/case/pktb16.c index 8256ffd6cca8..63cf0f26d2fc 100644 --- a/tests/riscv/p-extension/case/pktb16.c +++ b/tests/riscv/p-extension/case/pktb16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/pktt16.c b/tests/riscv/p-extension/case/pktt16.c index 4f2eaed33ef3..c7d9ee18203a 100644 --- a/tests/riscv/p-extension/case/pktt16.c +++ b/tests/riscv/p-extension/case/pktt16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/radd16.c b/tests/riscv/p-extension/case/radd16.c index 577a16d2d4b0..676316feb2b3 100644 --- a/tests/riscv/p-extension/case/radd16.c +++ b/tests/riscv/p-extension/case/radd16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/radd64.c b/tests/riscv/p-extension/case/radd64.c index 6c41eb6ec170..d1b9ff5e04b3 100644 --- a/tests/riscv/p-extension/case/radd64.c +++ b/tests/riscv/p-extension/case/radd64.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/radd8.c b/tests/riscv/p-extension/case/radd8.c index fd5957413923..a64aa1cee8d2 100644 --- a/tests/riscv/p-extension/case/radd8.c +++ b/tests/riscv/p-extension/case/radd8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/raddw.c b/tests/riscv/p-extension/case/raddw.c index e85b566c4720..1200b58e7a3e 100644 --- a/tests/riscv/p-extension/case/raddw.c +++ b/tests/riscv/p-extension/case/raddw.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rcras16.c b/tests/riscv/p-extension/case/rcras16.c index 8f16d0d861c0..2f876011f59d 100644 --- a/tests/riscv/p-extension/case/rcras16.c +++ b/tests/riscv/p-extension/case/rcras16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rcrsa16.c b/tests/riscv/p-extension/case/rcrsa16.c index d92d41fc8cad..046f9a407efd 100644 --- a/tests/riscv/p-extension/case/rcrsa16.c +++ b/tests/riscv/p-extension/case/rcrsa16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rstas16.c b/tests/riscv/p-extension/case/rstas16.c index 6c3bfc59f4ee..e1ca75ef72d5 100644 --- a/tests/riscv/p-extension/case/rstas16.c +++ b/tests/riscv/p-extension/case/rstas16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rstsa16.c b/tests/riscv/p-extension/case/rstsa16.c index d5d85ce45292..c5eeb19ed8e0 100644 --- a/tests/riscv/p-extension/case/rstsa16.c +++ b/tests/riscv/p-extension/case/rstsa16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rsub16.c b/tests/riscv/p-extension/case/rsub16.c index 02ac973355ea..ff60923f3304 100644 --- a/tests/riscv/p-extension/case/rsub16.c +++ b/tests/riscv/p-extension/case/rsub16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rsub64.c b/tests/riscv/p-extension/case/rsub64.c index 7a0d08a76627..24502d1d22cc 100644 --- a/tests/riscv/p-extension/case/rsub64.c +++ b/tests/riscv/p-extension/case/rsub64.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rsub8.c b/tests/riscv/p-extension/case/rsub8.c index 50e7e86d6933..25c7336be73a 100644 --- a/tests/riscv/p-extension/case/rsub8.c +++ b/tests/riscv/p-extension/case/rsub8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rsubw.c b/tests/riscv/p-extension/case/rsubw.c index 33edf21e5380..372060afa826 100644 --- a/tests/riscv/p-extension/case/rsubw.c +++ b/tests/riscv/p-extension/case/rsubw.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/add32.c b/tests/riscv/p-extension/case/rv64/add32.c index 9d44ea057866..27dd5ef367bf 100644 --- a/tests/riscv/p-extension/case/rv64/add32.c +++ b/tests/riscv/p-extension/case/rv64/add32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/cras32.c b/tests/riscv/p-extension/case/rv64/cras32.c index 46a3a766abbd..ef07ff080d96 100644 --- a/tests/riscv/p-extension/case/rv64/cras32.c +++ b/tests/riscv/p-extension/case/rv64/cras32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/crsa32.c b/tests/riscv/p-extension/case/rv64/crsa32.c index 2b9d8f1ce7a1..a4d94d3b5ed2 100644 --- a/tests/riscv/p-extension/case/rv64/crsa32.c +++ b/tests/riscv/p-extension/case/rv64/crsa32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/kabs32.c b/tests/riscv/p-extension/case/rv64/kabs32.c index 6ad4b45b89b7..6be026839a97 100644 --- a/tests/riscv/p-extension/case/rv64/kabs32.c +++ b/tests/riscv/p-extension/case/rv64/kabs32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/kadd32.c b/tests/riscv/p-extension/case/rv64/kadd32.c index 970f54e52b12..3946f633ee6e 100644 --- a/tests/riscv/p-extension/case/rv64/kadd32.c +++ b/tests/riscv/p-extension/case/rv64/kadd32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/kcras32.c b/tests/riscv/p-extension/case/rv64/kcras32.c index 27a8a8e41346..1aa5641a2eb6 100644 --- a/tests/riscv/p-extension/case/rv64/kcras32.c +++ b/tests/riscv/p-extension/case/rv64/kcras32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/kcrsa32.c b/tests/riscv/p-extension/case/rv64/kcrsa32.c index 61ba7085a664..6194e43044a0 100644 --- a/tests/riscv/p-extension/case/rv64/kcrsa32.c +++ b/tests/riscv/p-extension/case/rv64/kcrsa32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/kdmabb16.c b/tests/riscv/p-extension/case/rv64/kdmabb16.c index 6dd78a70f4b0..2b52fd34c9e1 100644 --- a/tests/riscv/p-extension/case/rv64/kdmabb16.c +++ b/tests/riscv/p-extension/case/rv64/kdmabb16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/kdmabt16.c b/tests/riscv/p-extension/case/rv64/kdmabt16.c index ee3334ec84a2..fdd3cec71653 100644 --- a/tests/riscv/p-extension/case/rv64/kdmabt16.c +++ b/tests/riscv/p-extension/case/rv64/kdmabt16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/kdmatt16.c b/tests/riscv/p-extension/case/rv64/kdmatt16.c index 010ca3bb6d5d..2aca17d3ac4e 100644 --- a/tests/riscv/p-extension/case/rv64/kdmatt16.c +++ b/tests/riscv/p-extension/case/rv64/kdmatt16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/kdmbb16.c b/tests/riscv/p-extension/case/rv64/kdmbb16.c index 25249733c97e..acc2daaffea3 100644 --- a/tests/riscv/p-extension/case/rv64/kdmbb16.c +++ b/tests/riscv/p-extension/case/rv64/kdmbb16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/kdmbt16.c b/tests/riscv/p-extension/case/rv64/kdmbt16.c index 1080be0dc7d4..68c16bc3b9a4 100644 --- a/tests/riscv/p-extension/case/rv64/kdmbt16.c +++ b/tests/riscv/p-extension/case/rv64/kdmbt16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/kdmtt16.c b/tests/riscv/p-extension/case/rv64/kdmtt16.c index df1d19e542ab..b6b43e55971a 100644 --- a/tests/riscv/p-extension/case/rv64/kdmtt16.c +++ b/tests/riscv/p-extension/case/rv64/kdmtt16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/khmbb16.c b/tests/riscv/p-extension/case/rv64/khmbb16.c index b015e478ed62..332686d2c86d 100644 --- a/tests/riscv/p-extension/case/rv64/khmbb16.c +++ b/tests/riscv/p-extension/case/rv64/khmbb16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/khmbt16.c b/tests/riscv/p-extension/case/rv64/khmbt16.c index f59f20912603..a1031f75450e 100644 --- a/tests/riscv/p-extension/case/rv64/khmbt16.c +++ b/tests/riscv/p-extension/case/rv64/khmbt16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/khmtt16.c b/tests/riscv/p-extension/case/rv64/khmtt16.c index eb13c69cae92..b12cbac26714 100644 --- a/tests/riscv/p-extension/case/rv64/khmtt16.c +++ b/tests/riscv/p-extension/case/rv64/khmtt16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/kmabb32.c b/tests/riscv/p-extension/case/rv64/kmabb32.c index 6d29f4b1d10d..64ec2490dcd1 100644 --- a/tests/riscv/p-extension/case/rv64/kmabb32.c +++ b/tests/riscv/p-extension/case/rv64/kmabb32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/kmabt32.c b/tests/riscv/p-extension/case/rv64/kmabt32.c index c477f98974df..8072b16a9eec 100644 --- a/tests/riscv/p-extension/case/rv64/kmabt32.c +++ b/tests/riscv/p-extension/case/rv64/kmabt32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/kmada32.c b/tests/riscv/p-extension/case/rv64/kmada32.c index fbafc307f408..a664ddf63b01 100644 --- a/tests/riscv/p-extension/case/rv64/kmada32.c +++ b/tests/riscv/p-extension/case/rv64/kmada32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/kmadrs32.c b/tests/riscv/p-extension/case/rv64/kmadrs32.c index 6d5facdb0328..deeea7687561 100644 --- a/tests/riscv/p-extension/case/rv64/kmadrs32.c +++ b/tests/riscv/p-extension/case/rv64/kmadrs32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/kmads32.c b/tests/riscv/p-extension/case/rv64/kmads32.c index 75cb1de803be..83cebe36e4f4 100644 --- a/tests/riscv/p-extension/case/rv64/kmads32.c +++ b/tests/riscv/p-extension/case/rv64/kmads32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/kmatt32.c b/tests/riscv/p-extension/case/rv64/kmatt32.c index 2db2e365c281..1d06108332f9 100644 --- a/tests/riscv/p-extension/case/rv64/kmatt32.c +++ b/tests/riscv/p-extension/case/rv64/kmatt32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/kmaxda32.c b/tests/riscv/p-extension/case/rv64/kmaxda32.c index 1c251e96d4d4..2e58242bdc91 100644 --- a/tests/riscv/p-extension/case/rv64/kmaxda32.c +++ b/tests/riscv/p-extension/case/rv64/kmaxda32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/kmaxds32.c b/tests/riscv/p-extension/case/rv64/kmaxds32.c index a0d680ad70ca..d51d9f0ba0bf 100644 --- a/tests/riscv/p-extension/case/rv64/kmaxds32.c +++ b/tests/riscv/p-extension/case/rv64/kmaxds32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/kmda32.c b/tests/riscv/p-extension/case/rv64/kmda32.c index 92c72ab5be87..778f08094d67 100644 --- a/tests/riscv/p-extension/case/rv64/kmda32.c +++ b/tests/riscv/p-extension/case/rv64/kmda32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/kmsda32.c b/tests/riscv/p-extension/case/rv64/kmsda32.c index b527b1a16ef6..42f6339d59b8 100644 --- a/tests/riscv/p-extension/case/rv64/kmsda32.c +++ b/tests/riscv/p-extension/case/rv64/kmsda32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/kmsxda32.c b/tests/riscv/p-extension/case/rv64/kmsxda32.c index d4852080c214..ec513bf0ecc2 100644 --- a/tests/riscv/p-extension/case/rv64/kmsxda32.c +++ b/tests/riscv/p-extension/case/rv64/kmsxda32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/kmxda32.c b/tests/riscv/p-extension/case/rv64/kmxda32.c index f7294da20fad..534e6184a33d 100644 --- a/tests/riscv/p-extension/case/rv64/kmxda32.c +++ b/tests/riscv/p-extension/case/rv64/kmxda32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/ksll32.c b/tests/riscv/p-extension/case/rv64/ksll32.c index a221911b0985..6d5d97ab236e 100644 --- a/tests/riscv/p-extension/case/rv64/ksll32.c +++ b/tests/riscv/p-extension/case/rv64/ksll32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/kslli32.c b/tests/riscv/p-extension/case/rv64/kslli32.c index 6c15c4639437..bbd2fc3a2bc7 100644 --- a/tests/riscv/p-extension/case/rv64/kslli32.c +++ b/tests/riscv/p-extension/case/rv64/kslli32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/kslra32.c b/tests/riscv/p-extension/case/rv64/kslra32.c index c20d66ceeddd..fc1e4036b850 100644 --- a/tests/riscv/p-extension/case/rv64/kslra32.c +++ b/tests/riscv/p-extension/case/rv64/kslra32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/kslra32_u.c b/tests/riscv/p-extension/case/rv64/kslra32_u.c index de3a713f0f40..045f98312c79 100644 --- a/tests/riscv/p-extension/case/rv64/kslra32_u.c +++ b/tests/riscv/p-extension/case/rv64/kslra32_u.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/kstas32.c b/tests/riscv/p-extension/case/rv64/kstas32.c index 7757d88a7ed9..4ab15cdaba35 100644 --- a/tests/riscv/p-extension/case/rv64/kstas32.c +++ b/tests/riscv/p-extension/case/rv64/kstas32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/kstsa32.c b/tests/riscv/p-extension/case/rv64/kstsa32.c index 7fdc7d50dc2e..35bab1c6853b 100644 --- a/tests/riscv/p-extension/case/rv64/kstsa32.c +++ b/tests/riscv/p-extension/case/rv64/kstsa32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/ksub32.c b/tests/riscv/p-extension/case/rv64/ksub32.c index 97e8d14cad1b..d56cebb45fe5 100644 --- a/tests/riscv/p-extension/case/rv64/ksub32.c +++ b/tests/riscv/p-extension/case/rv64/ksub32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/pkbb32.c b/tests/riscv/p-extension/case/rv64/pkbb32.c index 3053166a0c89..8d2df649542a 100644 --- a/tests/riscv/p-extension/case/rv64/pkbb32.c +++ b/tests/riscv/p-extension/case/rv64/pkbb32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/pkbt32.c b/tests/riscv/p-extension/case/rv64/pkbt32.c index 04a76fab613d..61982f843669 100644 --- a/tests/riscv/p-extension/case/rv64/pkbt32.c +++ b/tests/riscv/p-extension/case/rv64/pkbt32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/pktb32.c b/tests/riscv/p-extension/case/rv64/pktb32.c index 16a0bc8cd23c..39a58e2c9347 100644 --- a/tests/riscv/p-extension/case/rv64/pktb32.c +++ b/tests/riscv/p-extension/case/rv64/pktb32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/pktt32.c b/tests/riscv/p-extension/case/rv64/pktt32.c index fe011215c724..98a4313a5384 100644 --- a/tests/riscv/p-extension/case/rv64/pktt32.c +++ b/tests/riscv/p-extension/case/rv64/pktt32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/radd32.c b/tests/riscv/p-extension/case/rv64/radd32.c index 7501812ea918..53d80e941803 100644 --- a/tests/riscv/p-extension/case/rv64/radd32.c +++ b/tests/riscv/p-extension/case/rv64/radd32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/rcras32.c b/tests/riscv/p-extension/case/rv64/rcras32.c index f4e6c15b57a2..29e9e8210c74 100644 --- a/tests/riscv/p-extension/case/rv64/rcras32.c +++ b/tests/riscv/p-extension/case/rv64/rcras32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/rcrsa32.c b/tests/riscv/p-extension/case/rv64/rcrsa32.c index 3c7d6cf62852..04fe89f0063d 100644 --- a/tests/riscv/p-extension/case/rv64/rcrsa32.c +++ b/tests/riscv/p-extension/case/rv64/rcrsa32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/rstas32.c b/tests/riscv/p-extension/case/rv64/rstas32.c index c3618f049d36..dd8a1fda344a 100644 --- a/tests/riscv/p-extension/case/rv64/rstas32.c +++ b/tests/riscv/p-extension/case/rv64/rstas32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/rstsa32.c b/tests/riscv/p-extension/case/rv64/rstsa32.c index 0b5eb7f95675..b4548ae4d833 100644 --- a/tests/riscv/p-extension/case/rv64/rstsa32.c +++ b/tests/riscv/p-extension/case/rv64/rstsa32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/rsub32.c b/tests/riscv/p-extension/case/rv64/rsub32.c index d7004e4dc08a..fcfc256d643e 100644 --- a/tests/riscv/p-extension/case/rv64/rsub32.c +++ b/tests/riscv/p-extension/case/rv64/rsub32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/sll32.c b/tests/riscv/p-extension/case/rv64/sll32.c index cd4b9c88c0ec..2d2687036361 100644 --- a/tests/riscv/p-extension/case/rv64/sll32.c +++ b/tests/riscv/p-extension/case/rv64/sll32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/slli32.c b/tests/riscv/p-extension/case/rv64/slli32.c index 25a309b7e1fe..d86b35cdcad2 100644 --- a/tests/riscv/p-extension/case/rv64/slli32.c +++ b/tests/riscv/p-extension/case/rv64/slli32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/smax32.c b/tests/riscv/p-extension/case/rv64/smax32.c index 80e5823726c2..9dac76f05dc3 100644 --- a/tests/riscv/p-extension/case/rv64/smax32.c +++ b/tests/riscv/p-extension/case/rv64/smax32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/smbt32.c b/tests/riscv/p-extension/case/rv64/smbt32.c index ca1ca14f618b..e317f16f1c7e 100644 --- a/tests/riscv/p-extension/case/rv64/smbt32.c +++ b/tests/riscv/p-extension/case/rv64/smbt32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/smdrs32.c b/tests/riscv/p-extension/case/rv64/smdrs32.c index 95301b720b9c..a6a77ecccc50 100644 --- a/tests/riscv/p-extension/case/rv64/smdrs32.c +++ b/tests/riscv/p-extension/case/rv64/smdrs32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/smds32.c b/tests/riscv/p-extension/case/rv64/smds32.c index 9168474b52d6..52c157b89247 100644 --- a/tests/riscv/p-extension/case/rv64/smds32.c +++ b/tests/riscv/p-extension/case/rv64/smds32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/smin32.c b/tests/riscv/p-extension/case/rv64/smin32.c index cbd0808dc5ab..e2a9aee8c86b 100644 --- a/tests/riscv/p-extension/case/rv64/smin32.c +++ b/tests/riscv/p-extension/case/rv64/smin32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/smtt32.c b/tests/riscv/p-extension/case/rv64/smtt32.c index f9784a1f8e4b..75a64f57ebda 100644 --- a/tests/riscv/p-extension/case/rv64/smtt32.c +++ b/tests/riscv/p-extension/case/rv64/smtt32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/smxds32.c b/tests/riscv/p-extension/case/rv64/smxds32.c index 723e1b5da58f..cf213dcaef38 100644 --- a/tests/riscv/p-extension/case/rv64/smxds32.c +++ b/tests/riscv/p-extension/case/rv64/smxds32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/sra32.c b/tests/riscv/p-extension/case/rv64/sra32.c index 358e67e3cc75..7753e0c26286 100644 --- a/tests/riscv/p-extension/case/rv64/sra32.c +++ b/tests/riscv/p-extension/case/rv64/sra32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/sra32_u.c b/tests/riscv/p-extension/case/rv64/sra32_u.c index 4f013e7346ed..04a128e0d361 100644 --- a/tests/riscv/p-extension/case/rv64/sra32_u.c +++ b/tests/riscv/p-extension/case/rv64/sra32_u.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/srai32.c b/tests/riscv/p-extension/case/rv64/srai32.c index 3439a49aa5ff..6de946adabcb 100644 --- a/tests/riscv/p-extension/case/rv64/srai32.c +++ b/tests/riscv/p-extension/case/rv64/srai32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/srai32_u.c b/tests/riscv/p-extension/case/rv64/srai32_u.c index e429c73b7d9d..54621bc0941d 100644 --- a/tests/riscv/p-extension/case/rv64/srai32_u.c +++ b/tests/riscv/p-extension/case/rv64/srai32_u.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/sraiw_u.c b/tests/riscv/p-extension/case/rv64/sraiw_u.c index c57ad09949e1..ce074edfd864 100644 --- a/tests/riscv/p-extension/case/rv64/sraiw_u.c +++ b/tests/riscv/p-extension/case/rv64/sraiw_u.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/srl32.c b/tests/riscv/p-extension/case/rv64/srl32.c index 0e660cec4420..c81dfd97ec3d 100644 --- a/tests/riscv/p-extension/case/rv64/srl32.c +++ b/tests/riscv/p-extension/case/rv64/srl32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/srl32_u.c b/tests/riscv/p-extension/case/rv64/srl32_u.c index 2f27de8d5e08..c8d2b2579719 100644 --- a/tests/riscv/p-extension/case/rv64/srl32_u.c +++ b/tests/riscv/p-extension/case/rv64/srl32_u.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/srli32.c b/tests/riscv/p-extension/case/rv64/srli32.c index 8f7db9a513a8..58a7392655e0 100644 --- a/tests/riscv/p-extension/case/rv64/srli32.c +++ b/tests/riscv/p-extension/case/rv64/srli32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/srli32_u.c b/tests/riscv/p-extension/case/rv64/srli32_u.c index ca01aa634337..41415f46e875 100644 --- a/tests/riscv/p-extension/case/rv64/srli32_u.c +++ b/tests/riscv/p-extension/case/rv64/srli32_u.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/stas32.c b/tests/riscv/p-extension/case/rv64/stas32.c index c7fc4ee34b5b..8e53631e9e84 100644 --- a/tests/riscv/p-extension/case/rv64/stas32.c +++ b/tests/riscv/p-extension/case/rv64/stas32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/stsa32.c b/tests/riscv/p-extension/case/rv64/stsa32.c index c846e57d8608..2effa3338bf1 100644 --- a/tests/riscv/p-extension/case/rv64/stsa32.c +++ b/tests/riscv/p-extension/case/rv64/stsa32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/sub32.c b/tests/riscv/p-extension/case/rv64/sub32.c index 1c979f821f77..ef1629198da3 100644 --- a/tests/riscv/p-extension/case/rv64/sub32.c +++ b/tests/riscv/p-extension/case/rv64/sub32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/ukadd32.c b/tests/riscv/p-extension/case/rv64/ukadd32.c index cc8a334549f0..4c077c1d7807 100644 --- a/tests/riscv/p-extension/case/rv64/ukadd32.c +++ b/tests/riscv/p-extension/case/rv64/ukadd32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/ukcras32.c b/tests/riscv/p-extension/case/rv64/ukcras32.c index 5f360802f555..5c413e448e58 100644 --- a/tests/riscv/p-extension/case/rv64/ukcras32.c +++ b/tests/riscv/p-extension/case/rv64/ukcras32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/ukcrsa32.c b/tests/riscv/p-extension/case/rv64/ukcrsa32.c index e40278c67907..cafcddfe0a09 100644 --- a/tests/riscv/p-extension/case/rv64/ukcrsa32.c +++ b/tests/riscv/p-extension/case/rv64/ukcrsa32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/ukstas32.c b/tests/riscv/p-extension/case/rv64/ukstas32.c index 56043821e919..9fadf80ccb4c 100644 --- a/tests/riscv/p-extension/case/rv64/ukstas32.c +++ b/tests/riscv/p-extension/case/rv64/ukstas32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/ukstsa32.c b/tests/riscv/p-extension/case/rv64/ukstsa32.c index 44a716718402..a7f2afcc0c73 100644 --- a/tests/riscv/p-extension/case/rv64/ukstsa32.c +++ b/tests/riscv/p-extension/case/rv64/ukstsa32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/uksub32.c b/tests/riscv/p-extension/case/rv64/uksub32.c index fa06ac9817e9..e887b1f35e4e 100644 --- a/tests/riscv/p-extension/case/rv64/uksub32.c +++ b/tests/riscv/p-extension/case/rv64/uksub32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/umax32.c b/tests/riscv/p-extension/case/rv64/umax32.c index e71d89b07e11..bc87f3c300f7 100644 --- a/tests/riscv/p-extension/case/rv64/umax32.c +++ b/tests/riscv/p-extension/case/rv64/umax32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/umin32.c b/tests/riscv/p-extension/case/rv64/umin32.c index 85aae8a09645..7207ea38b24b 100644 --- a/tests/riscv/p-extension/case/rv64/umin32.c +++ b/tests/riscv/p-extension/case/rv64/umin32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/uradd32.c b/tests/riscv/p-extension/case/rv64/uradd32.c index 3178019fc858..388393317906 100644 --- a/tests/riscv/p-extension/case/rv64/uradd32.c +++ b/tests/riscv/p-extension/case/rv64/uradd32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/urcras32.c b/tests/riscv/p-extension/case/rv64/urcras32.c index 2f8e0cfdf7d0..e5ca76a0b879 100644 --- a/tests/riscv/p-extension/case/rv64/urcras32.c +++ b/tests/riscv/p-extension/case/rv64/urcras32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/urcrsa32.c b/tests/riscv/p-extension/case/rv64/urcrsa32.c index d9f6f4166c6f..8ef773da3516 100644 --- a/tests/riscv/p-extension/case/rv64/urcrsa32.c +++ b/tests/riscv/p-extension/case/rv64/urcrsa32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/urstas32.c b/tests/riscv/p-extension/case/rv64/urstas32.c index f76fd2c56ceb..21ffd0cb8ea9 100644 --- a/tests/riscv/p-extension/case/rv64/urstas32.c +++ b/tests/riscv/p-extension/case/rv64/urstas32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/urstsa32.c b/tests/riscv/p-extension/case/rv64/urstsa32.c index 4f9aaca46dff..191ea20634ee 100644 --- a/tests/riscv/p-extension/case/rv64/urstsa32.c +++ b/tests/riscv/p-extension/case/rv64/urstsa32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rv64/ursub32.c b/tests/riscv/p-extension/case/rv64/ursub32.c index 5cb564e7d207..786c45a4ce07 100644 --- a/tests/riscv/p-extension/case/rv64/ursub32.c +++ b/tests/riscv/p-extension/case/rv64/ursub32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rvp_insn.S b/tests/riscv/p-extension/case/rvp_insn.S index bac19088cd32..506d46e59ec4 100644 --- a/tests/riscv/p-extension/case/rvp_insn.S +++ b/tests/riscv/p-extension/case/rvp_insn.S @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/rvp_insn.h b/tests/riscv/p-extension/case/rvp_insn.h index 693d36adea80..ff2cdf94eedc 100644 --- a/tests/riscv/p-extension/case/rvp_insn.h +++ b/tests/riscv/p-extension/case/rvp_insn.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/sample_array.h b/tests/riscv/p-extension/case/sample_array.h index 5b8bcdb9d53f..cd866073a8bc 100644 --- a/tests/riscv/p-extension/case/sample_array.h +++ b/tests/riscv/p-extension/case/sample_array.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/sclip16.c b/tests/riscv/p-extension/case/sclip16.c index dc686899e81b..23665c9c4fad 100644 --- a/tests/riscv/p-extension/case/sclip16.c +++ b/tests/riscv/p-extension/case/sclip16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/sclip32.c b/tests/riscv/p-extension/case/sclip32.c index d62b527a4a90..da30e7565a5e 100644 --- a/tests/riscv/p-extension/case/sclip32.c +++ b/tests/riscv/p-extension/case/sclip32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/sclip8.c b/tests/riscv/p-extension/case/sclip8.c index 4395da82a115..12d2ac6b5e48 100644 --- a/tests/riscv/p-extension/case/sclip8.c +++ b/tests/riscv/p-extension/case/sclip8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/scmple16.c b/tests/riscv/p-extension/case/scmple16.c index 517261ad5bfd..10840808cd2e 100644 --- a/tests/riscv/p-extension/case/scmple16.c +++ b/tests/riscv/p-extension/case/scmple16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/scmple8.c b/tests/riscv/p-extension/case/scmple8.c index 0ace90941415..b8ab36f782ad 100644 --- a/tests/riscv/p-extension/case/scmple8.c +++ b/tests/riscv/p-extension/case/scmple8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/scmplt16.c b/tests/riscv/p-extension/case/scmplt16.c index 9dbff1aeb958..7b02612d2d56 100644 --- a/tests/riscv/p-extension/case/scmplt16.c +++ b/tests/riscv/p-extension/case/scmplt16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/scmplt8.c b/tests/riscv/p-extension/case/scmplt8.c index 3dc1dd70dc23..5ccdfdebd200 100644 --- a/tests/riscv/p-extension/case/scmplt8.c +++ b/tests/riscv/p-extension/case/scmplt8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/sll16.c b/tests/riscv/p-extension/case/sll16.c index 60b2837603b7..50f8b0a7bc36 100644 --- a/tests/riscv/p-extension/case/sll16.c +++ b/tests/riscv/p-extension/case/sll16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/sll8.c b/tests/riscv/p-extension/case/sll8.c index 7f218eb6f9bb..c70533896a00 100644 --- a/tests/riscv/p-extension/case/sll8.c +++ b/tests/riscv/p-extension/case/sll8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/slli16.c b/tests/riscv/p-extension/case/slli16.c index e2aad648c3a0..595dd44dd330 100644 --- a/tests/riscv/p-extension/case/slli16.c +++ b/tests/riscv/p-extension/case/slli16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/slli8.c b/tests/riscv/p-extension/case/slli8.c index 789aab88f52b..7411c9815c6d 100644 --- a/tests/riscv/p-extension/case/slli8.c +++ b/tests/riscv/p-extension/case/slli8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smal.c b/tests/riscv/p-extension/case/smal.c index 47d80669d5e4..dd4eeee06768 100644 --- a/tests/riscv/p-extension/case/smal.c +++ b/tests/riscv/p-extension/case/smal.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smalbb.c b/tests/riscv/p-extension/case/smalbb.c index 5667a790dbba..3e212cb938ef 100644 --- a/tests/riscv/p-extension/case/smalbb.c +++ b/tests/riscv/p-extension/case/smalbb.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smalbt.c b/tests/riscv/p-extension/case/smalbt.c index b9f0f70c8210..a9b542343b1a 100644 --- a/tests/riscv/p-extension/case/smalbt.c +++ b/tests/riscv/p-extension/case/smalbt.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smalda.c b/tests/riscv/p-extension/case/smalda.c index 33235a7c5efa..7fa13c056312 100644 --- a/tests/riscv/p-extension/case/smalda.c +++ b/tests/riscv/p-extension/case/smalda.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smaldrs.c b/tests/riscv/p-extension/case/smaldrs.c index 9a718d7af092..20d96a5c977d 100644 --- a/tests/riscv/p-extension/case/smaldrs.c +++ b/tests/riscv/p-extension/case/smaldrs.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smalds.c b/tests/riscv/p-extension/case/smalds.c index 76ce5798f947..278eacdcb3d5 100644 --- a/tests/riscv/p-extension/case/smalds.c +++ b/tests/riscv/p-extension/case/smalds.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smaltt.c b/tests/riscv/p-extension/case/smaltt.c index ec8b4e3ca3ca..49161540ddf5 100644 --- a/tests/riscv/p-extension/case/smaltt.c +++ b/tests/riscv/p-extension/case/smaltt.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smalxda.c b/tests/riscv/p-extension/case/smalxda.c index 4f2da2db198f..62d364a92382 100644 --- a/tests/riscv/p-extension/case/smalxda.c +++ b/tests/riscv/p-extension/case/smalxda.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smalxds.c b/tests/riscv/p-extension/case/smalxds.c index 8f93998bdccb..a37bec192205 100644 --- a/tests/riscv/p-extension/case/smalxds.c +++ b/tests/riscv/p-extension/case/smalxds.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smaqa.c b/tests/riscv/p-extension/case/smaqa.c index 0cbddc706eda..29d8bb950a70 100644 --- a/tests/riscv/p-extension/case/smaqa.c +++ b/tests/riscv/p-extension/case/smaqa.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smaqa_su.c b/tests/riscv/p-extension/case/smaqa_su.c index 950805ed28fe..0798381a5506 100644 --- a/tests/riscv/p-extension/case/smaqa_su.c +++ b/tests/riscv/p-extension/case/smaqa_su.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smar64.c b/tests/riscv/p-extension/case/smar64.c index f53100a40077..6db0914cee31 100644 --- a/tests/riscv/p-extension/case/smar64.c +++ b/tests/riscv/p-extension/case/smar64.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smax16.c b/tests/riscv/p-extension/case/smax16.c index b756496dc49f..b8b7de64d0fd 100644 --- a/tests/riscv/p-extension/case/smax16.c +++ b/tests/riscv/p-extension/case/smax16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smax8.c b/tests/riscv/p-extension/case/smax8.c index 598215b56487..167b9a0ce442 100644 --- a/tests/riscv/p-extension/case/smax8.c +++ b/tests/riscv/p-extension/case/smax8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smbb16.c b/tests/riscv/p-extension/case/smbb16.c index a0e4546a8e59..b7c75933e0ba 100644 --- a/tests/riscv/p-extension/case/smbb16.c +++ b/tests/riscv/p-extension/case/smbb16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smbt16.c b/tests/riscv/p-extension/case/smbt16.c index 2bef2032c705..f5614411f420 100644 --- a/tests/riscv/p-extension/case/smbt16.c +++ b/tests/riscv/p-extension/case/smbt16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smdrs.c b/tests/riscv/p-extension/case/smdrs.c index ae6efcf34a5b..1d9a6b88e353 100644 --- a/tests/riscv/p-extension/case/smdrs.c +++ b/tests/riscv/p-extension/case/smdrs.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smds.c b/tests/riscv/p-extension/case/smds.c index 22a484305c31..437195c002f6 100644 --- a/tests/riscv/p-extension/case/smds.c +++ b/tests/riscv/p-extension/case/smds.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smin16.c b/tests/riscv/p-extension/case/smin16.c index a7f5f219a76a..5fe822dcb6e9 100644 --- a/tests/riscv/p-extension/case/smin16.c +++ b/tests/riscv/p-extension/case/smin16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smin8.c b/tests/riscv/p-extension/case/smin8.c index 179bf2efcdd9..4cc6b0efd331 100644 --- a/tests/riscv/p-extension/case/smin8.c +++ b/tests/riscv/p-extension/case/smin8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smmul.c b/tests/riscv/p-extension/case/smmul.c index bb08ebd05191..bc0ec163347f 100644 --- a/tests/riscv/p-extension/case/smmul.c +++ b/tests/riscv/p-extension/case/smmul.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smmul_u.c b/tests/riscv/p-extension/case/smmul_u.c index 2bd1c575928e..5214bb01a075 100644 --- a/tests/riscv/p-extension/case/smmul_u.c +++ b/tests/riscv/p-extension/case/smmul_u.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smmwb.c b/tests/riscv/p-extension/case/smmwb.c index 1512ab5188b7..e4380996f689 100644 --- a/tests/riscv/p-extension/case/smmwb.c +++ b/tests/riscv/p-extension/case/smmwb.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smmwb_u.c b/tests/riscv/p-extension/case/smmwb_u.c index 81f60eb1941f..164c800c206d 100644 --- a/tests/riscv/p-extension/case/smmwb_u.c +++ b/tests/riscv/p-extension/case/smmwb_u.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smmwt.c b/tests/riscv/p-extension/case/smmwt.c index 311b08be43dd..d7e783704f5d 100644 --- a/tests/riscv/p-extension/case/smmwt.c +++ b/tests/riscv/p-extension/case/smmwt.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smmwt_u.c b/tests/riscv/p-extension/case/smmwt_u.c index ff12830565dd..c4d4af737ad0 100644 --- a/tests/riscv/p-extension/case/smmwt_u.c +++ b/tests/riscv/p-extension/case/smmwt_u.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smslda.c b/tests/riscv/p-extension/case/smslda.c index 44e0d3914a84..86c0eb9fdd76 100644 --- a/tests/riscv/p-extension/case/smslda.c +++ b/tests/riscv/p-extension/case/smslda.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smslxda.c b/tests/riscv/p-extension/case/smslxda.c index caee3fc461e1..b79dae0cb86d 100644 --- a/tests/riscv/p-extension/case/smslxda.c +++ b/tests/riscv/p-extension/case/smslxda.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smsr64.c b/tests/riscv/p-extension/case/smsr64.c index 2efdfd7dd1cf..f2b013957562 100644 --- a/tests/riscv/p-extension/case/smsr64.c +++ b/tests/riscv/p-extension/case/smsr64.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smtt16.c b/tests/riscv/p-extension/case/smtt16.c index 6057e8f225cc..79efccc9d120 100644 --- a/tests/riscv/p-extension/case/smtt16.c +++ b/tests/riscv/p-extension/case/smtt16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smul16.c b/tests/riscv/p-extension/case/smul16.c index c75fd2f3bd4f..ccdb0d885960 100644 --- a/tests/riscv/p-extension/case/smul16.c +++ b/tests/riscv/p-extension/case/smul16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smul8.c b/tests/riscv/p-extension/case/smul8.c index 6a6f14cfacfc..f2d2aa272278 100644 --- a/tests/riscv/p-extension/case/smul8.c +++ b/tests/riscv/p-extension/case/smul8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smulx16.c b/tests/riscv/p-extension/case/smulx16.c index 62f8ac319bba..b8c27862b06e 100644 --- a/tests/riscv/p-extension/case/smulx16.c +++ b/tests/riscv/p-extension/case/smulx16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smulx8.c b/tests/riscv/p-extension/case/smulx8.c index e058fe0bf9c2..bba07b78bd0c 100644 --- a/tests/riscv/p-extension/case/smulx8.c +++ b/tests/riscv/p-extension/case/smulx8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/smxds.c b/tests/riscv/p-extension/case/smxds.c index 88fa5ed53642..589755545186 100644 --- a/tests/riscv/p-extension/case/smxds.c +++ b/tests/riscv/p-extension/case/smxds.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/sra16.c b/tests/riscv/p-extension/case/sra16.c index 9f94ad19d3b9..7e0f62d591c9 100644 --- a/tests/riscv/p-extension/case/sra16.c +++ b/tests/riscv/p-extension/case/sra16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/sra16_u.c b/tests/riscv/p-extension/case/sra16_u.c index f2dae495bbc1..3d369c11e78b 100644 --- a/tests/riscv/p-extension/case/sra16_u.c +++ b/tests/riscv/p-extension/case/sra16_u.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/sra8.c b/tests/riscv/p-extension/case/sra8.c index 188758d8da7c..2e2807329062 100644 --- a/tests/riscv/p-extension/case/sra8.c +++ b/tests/riscv/p-extension/case/sra8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/sra8_u.c b/tests/riscv/p-extension/case/sra8_u.c index d0caca97e297..7716dd5e7b71 100644 --- a/tests/riscv/p-extension/case/sra8_u.c +++ b/tests/riscv/p-extension/case/sra8_u.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/sra_u.c b/tests/riscv/p-extension/case/sra_u.c index a5db10800ca1..ce469ccce27a 100644 --- a/tests/riscv/p-extension/case/sra_u.c +++ b/tests/riscv/p-extension/case/sra_u.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/srai16.c b/tests/riscv/p-extension/case/srai16.c index e287f35bc865..e244393ca368 100644 --- a/tests/riscv/p-extension/case/srai16.c +++ b/tests/riscv/p-extension/case/srai16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/srai16_u.c b/tests/riscv/p-extension/case/srai16_u.c index c9ea35c31327..80fca36d3859 100644 --- a/tests/riscv/p-extension/case/srai16_u.c +++ b/tests/riscv/p-extension/case/srai16_u.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/srai8.c b/tests/riscv/p-extension/case/srai8.c index b786c9cfaa45..87f1e2f1b65a 100644 --- a/tests/riscv/p-extension/case/srai8.c +++ b/tests/riscv/p-extension/case/srai8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/srai8_u.c b/tests/riscv/p-extension/case/srai8_u.c index 3cbf5df4d87f..5e2def8f7a07 100644 --- a/tests/riscv/p-extension/case/srai8_u.c +++ b/tests/riscv/p-extension/case/srai8_u.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/srai_u.c b/tests/riscv/p-extension/case/srai_u.c index d1156f7daf18..2d55481064f7 100644 --- a/tests/riscv/p-extension/case/srai_u.c +++ b/tests/riscv/p-extension/case/srai_u.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/srl16.c b/tests/riscv/p-extension/case/srl16.c index 1c4bee4963ab..e5bf7da33557 100644 --- a/tests/riscv/p-extension/case/srl16.c +++ b/tests/riscv/p-extension/case/srl16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/srl16_u.c b/tests/riscv/p-extension/case/srl16_u.c index 3c49b59e6bcd..3580fad8a50f 100644 --- a/tests/riscv/p-extension/case/srl16_u.c +++ b/tests/riscv/p-extension/case/srl16_u.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/srl8.c b/tests/riscv/p-extension/case/srl8.c index 020eb857ab16..ca08f2ed55ea 100644 --- a/tests/riscv/p-extension/case/srl8.c +++ b/tests/riscv/p-extension/case/srl8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/srl8_u.c b/tests/riscv/p-extension/case/srl8_u.c index 5f8048b2d634..f070ef579138 100644 --- a/tests/riscv/p-extension/case/srl8_u.c +++ b/tests/riscv/p-extension/case/srl8_u.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/srli16.c b/tests/riscv/p-extension/case/srli16.c index 84f7b3ba69d4..cfee9b68640f 100644 --- a/tests/riscv/p-extension/case/srli16.c +++ b/tests/riscv/p-extension/case/srli16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/srli16_u.c b/tests/riscv/p-extension/case/srli16_u.c index bf752b9c4efb..7a1b49b147bd 100644 --- a/tests/riscv/p-extension/case/srli16_u.c +++ b/tests/riscv/p-extension/case/srli16_u.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/srli8.c b/tests/riscv/p-extension/case/srli8.c index f098dd3ba5f6..8da934b53ea2 100644 --- a/tests/riscv/p-extension/case/srli8.c +++ b/tests/riscv/p-extension/case/srli8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/srli8_u.c b/tests/riscv/p-extension/case/srli8_u.c index 63d044089ec2..491f1ecbc354 100644 --- a/tests/riscv/p-extension/case/srli8_u.c +++ b/tests/riscv/p-extension/case/srli8_u.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/stas16.c b/tests/riscv/p-extension/case/stas16.c index 09191d939509..28d0d9b91501 100644 --- a/tests/riscv/p-extension/case/stas16.c +++ b/tests/riscv/p-extension/case/stas16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/stsa16.c b/tests/riscv/p-extension/case/stsa16.c index ad722561e1e7..8c5d519679e4 100644 --- a/tests/riscv/p-extension/case/stsa16.c +++ b/tests/riscv/p-extension/case/stsa16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/sub16.c b/tests/riscv/p-extension/case/sub16.c index 1ed7d0e2bcdc..ce7efaf958a5 100644 --- a/tests/riscv/p-extension/case/sub16.c +++ b/tests/riscv/p-extension/case/sub16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/sub64.c b/tests/riscv/p-extension/case/sub64.c index 2950c64a127a..320a06da2402 100644 --- a/tests/riscv/p-extension/case/sub64.c +++ b/tests/riscv/p-extension/case/sub64.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/sub8.c b/tests/riscv/p-extension/case/sub8.c index d74c097d074d..bf749ec63658 100644 --- a/tests/riscv/p-extension/case/sub8.c +++ b/tests/riscv/p-extension/case/sub8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/sunpkd810.c b/tests/riscv/p-extension/case/sunpkd810.c index ba3b741047f4..0c6a833c1bdc 100644 --- a/tests/riscv/p-extension/case/sunpkd810.c +++ b/tests/riscv/p-extension/case/sunpkd810.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/sunpkd820.c b/tests/riscv/p-extension/case/sunpkd820.c index 166f10dbbc79..dcd40b1d99b6 100644 --- a/tests/riscv/p-extension/case/sunpkd820.c +++ b/tests/riscv/p-extension/case/sunpkd820.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/sunpkd830.c b/tests/riscv/p-extension/case/sunpkd830.c index 418227e964bd..6e7f2e5249ef 100644 --- a/tests/riscv/p-extension/case/sunpkd830.c +++ b/tests/riscv/p-extension/case/sunpkd830.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/sunpkd831.c b/tests/riscv/p-extension/case/sunpkd831.c index e701d9023b72..be52e22984b8 100644 --- a/tests/riscv/p-extension/case/sunpkd831.c +++ b/tests/riscv/p-extension/case/sunpkd831.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/sunpkd832.c b/tests/riscv/p-extension/case/sunpkd832.c index 820f59b5f0d1..ca96d79c4184 100644 --- a/tests/riscv/p-extension/case/sunpkd832.c +++ b/tests/riscv/p-extension/case/sunpkd832.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/uclip16.c b/tests/riscv/p-extension/case/uclip16.c index 7cb4dd2052a4..3f656a67a00d 100644 --- a/tests/riscv/p-extension/case/uclip16.c +++ b/tests/riscv/p-extension/case/uclip16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/uclip32.c b/tests/riscv/p-extension/case/uclip32.c index 722bb6d1d187..dce0cf4923ee 100644 --- a/tests/riscv/p-extension/case/uclip32.c +++ b/tests/riscv/p-extension/case/uclip32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/uclip8.c b/tests/riscv/p-extension/case/uclip8.c index 63aecf36edca..48c8af390a49 100644 --- a/tests/riscv/p-extension/case/uclip8.c +++ b/tests/riscv/p-extension/case/uclip8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/ucmple16.c b/tests/riscv/p-extension/case/ucmple16.c index ee1816346c8d..a8babe286b0d 100644 --- a/tests/riscv/p-extension/case/ucmple16.c +++ b/tests/riscv/p-extension/case/ucmple16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/ucmple8.c b/tests/riscv/p-extension/case/ucmple8.c index 24fed6ab5d7b..5bbee63c8a9b 100644 --- a/tests/riscv/p-extension/case/ucmple8.c +++ b/tests/riscv/p-extension/case/ucmple8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/ucmplt16.c b/tests/riscv/p-extension/case/ucmplt16.c index a81c630ab26c..881494b98154 100644 --- a/tests/riscv/p-extension/case/ucmplt16.c +++ b/tests/riscv/p-extension/case/ucmplt16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/ucmplt8.c b/tests/riscv/p-extension/case/ucmplt8.c index e386728e88c9..1c8522fe69e6 100644 --- a/tests/riscv/p-extension/case/ucmplt8.c +++ b/tests/riscv/p-extension/case/ucmplt8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/ukadd16.c b/tests/riscv/p-extension/case/ukadd16.c index 0e842d7f3f91..68030ee0afe6 100644 --- a/tests/riscv/p-extension/case/ukadd16.c +++ b/tests/riscv/p-extension/case/ukadd16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/ukadd64.c b/tests/riscv/p-extension/case/ukadd64.c index 441a73df3b33..2c13169356b6 100644 --- a/tests/riscv/p-extension/case/ukadd64.c +++ b/tests/riscv/p-extension/case/ukadd64.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/ukadd8.c b/tests/riscv/p-extension/case/ukadd8.c index ec305b0e0dfb..655af743fbed 100644 --- a/tests/riscv/p-extension/case/ukadd8.c +++ b/tests/riscv/p-extension/case/ukadd8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/ukaddh.c b/tests/riscv/p-extension/case/ukaddh.c index ba73f079d7fc..5f92f7a5b396 100644 --- a/tests/riscv/p-extension/case/ukaddh.c +++ b/tests/riscv/p-extension/case/ukaddh.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/ukaddw.c b/tests/riscv/p-extension/case/ukaddw.c index 89756a7c4426..d305ae9d91a9 100644 --- a/tests/riscv/p-extension/case/ukaddw.c +++ b/tests/riscv/p-extension/case/ukaddw.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/ukcras16.c b/tests/riscv/p-extension/case/ukcras16.c index e863544ac5e4..039cbd18089b 100644 --- a/tests/riscv/p-extension/case/ukcras16.c +++ b/tests/riscv/p-extension/case/ukcras16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/ukcrsa16.c b/tests/riscv/p-extension/case/ukcrsa16.c index 069a69cd7f5d..5292cb326dd9 100644 --- a/tests/riscv/p-extension/case/ukcrsa16.c +++ b/tests/riscv/p-extension/case/ukcrsa16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/ukmar64.c b/tests/riscv/p-extension/case/ukmar64.c index 22cd59b403b5..954ddfa18a05 100644 --- a/tests/riscv/p-extension/case/ukmar64.c +++ b/tests/riscv/p-extension/case/ukmar64.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/ukmsr64.c b/tests/riscv/p-extension/case/ukmsr64.c index b1f1b9e6c53f..dccb19b7db3e 100644 --- a/tests/riscv/p-extension/case/ukmsr64.c +++ b/tests/riscv/p-extension/case/ukmsr64.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/ukstas16.c b/tests/riscv/p-extension/case/ukstas16.c index cfe0bc9d70ab..4af711d34d0e 100644 --- a/tests/riscv/p-extension/case/ukstas16.c +++ b/tests/riscv/p-extension/case/ukstas16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/ukstsa16.c b/tests/riscv/p-extension/case/ukstsa16.c index d21ca59b1bcb..e786214eba8b 100644 --- a/tests/riscv/p-extension/case/ukstsa16.c +++ b/tests/riscv/p-extension/case/ukstsa16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/uksub16.c b/tests/riscv/p-extension/case/uksub16.c index 552d0cca0776..12a7fd161304 100644 --- a/tests/riscv/p-extension/case/uksub16.c +++ b/tests/riscv/p-extension/case/uksub16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/uksub64.c b/tests/riscv/p-extension/case/uksub64.c index 131d65b81cdf..e73eed2d8cd5 100644 --- a/tests/riscv/p-extension/case/uksub64.c +++ b/tests/riscv/p-extension/case/uksub64.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/uksub8.c b/tests/riscv/p-extension/case/uksub8.c index 1865be997c41..63e081394e63 100644 --- a/tests/riscv/p-extension/case/uksub8.c +++ b/tests/riscv/p-extension/case/uksub8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/uksubh.c b/tests/riscv/p-extension/case/uksubh.c index 90bb52990dc9..d6a44ad443ae 100644 --- a/tests/riscv/p-extension/case/uksubh.c +++ b/tests/riscv/p-extension/case/uksubh.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/uksubw.c b/tests/riscv/p-extension/case/uksubw.c index 0a292c0f148f..f5538bb0c7b9 100644 --- a/tests/riscv/p-extension/case/uksubw.c +++ b/tests/riscv/p-extension/case/uksubw.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/umaqa.c b/tests/riscv/p-extension/case/umaqa.c index 41edf3003565..82be878401cc 100644 --- a/tests/riscv/p-extension/case/umaqa.c +++ b/tests/riscv/p-extension/case/umaqa.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/umar64.c b/tests/riscv/p-extension/case/umar64.c index b7703713799c..838b5dd7c514 100644 --- a/tests/riscv/p-extension/case/umar64.c +++ b/tests/riscv/p-extension/case/umar64.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/umax16.c b/tests/riscv/p-extension/case/umax16.c index ccc1cc39eeda..0cb8bcc32bfb 100644 --- a/tests/riscv/p-extension/case/umax16.c +++ b/tests/riscv/p-extension/case/umax16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/umax8.c b/tests/riscv/p-extension/case/umax8.c index 13b1c0963cef..492e7ec1f7b8 100644 --- a/tests/riscv/p-extension/case/umax8.c +++ b/tests/riscv/p-extension/case/umax8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/umin16.c b/tests/riscv/p-extension/case/umin16.c index 942dda017911..307c4c9bef26 100644 --- a/tests/riscv/p-extension/case/umin16.c +++ b/tests/riscv/p-extension/case/umin16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/umin8.c b/tests/riscv/p-extension/case/umin8.c index 784d7eeac23c..ff32ffe16593 100644 --- a/tests/riscv/p-extension/case/umin8.c +++ b/tests/riscv/p-extension/case/umin8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/umsr64.c b/tests/riscv/p-extension/case/umsr64.c index 3a22b7a235b4..cdf464dbbb9b 100644 --- a/tests/riscv/p-extension/case/umsr64.c +++ b/tests/riscv/p-extension/case/umsr64.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/umul16.c b/tests/riscv/p-extension/case/umul16.c index 19a944cd0181..d170720686ce 100644 --- a/tests/riscv/p-extension/case/umul16.c +++ b/tests/riscv/p-extension/case/umul16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/umul8.c b/tests/riscv/p-extension/case/umul8.c index 2b2f7006ab4d..2e823d5fe800 100644 --- a/tests/riscv/p-extension/case/umul8.c +++ b/tests/riscv/p-extension/case/umul8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/umulx16.c b/tests/riscv/p-extension/case/umulx16.c index 7d990628b322..5d3fd4c85361 100644 --- a/tests/riscv/p-extension/case/umulx16.c +++ b/tests/riscv/p-extension/case/umulx16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/umulx8.c b/tests/riscv/p-extension/case/umulx8.c index da240aead50a..a6e881a36db9 100644 --- a/tests/riscv/p-extension/case/umulx8.c +++ b/tests/riscv/p-extension/case/umulx8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/uradd16.c b/tests/riscv/p-extension/case/uradd16.c index 9a8ffd94eeb7..ebb57789156a 100644 --- a/tests/riscv/p-extension/case/uradd16.c +++ b/tests/riscv/p-extension/case/uradd16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/uradd64.c b/tests/riscv/p-extension/case/uradd64.c index 973c91ff6a88..bc59b3701b4f 100644 --- a/tests/riscv/p-extension/case/uradd64.c +++ b/tests/riscv/p-extension/case/uradd64.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/uradd8.c b/tests/riscv/p-extension/case/uradd8.c index dbc8c7a4e34b..84fe44e62a9d 100644 --- a/tests/riscv/p-extension/case/uradd8.c +++ b/tests/riscv/p-extension/case/uradd8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/uraddw.c b/tests/riscv/p-extension/case/uraddw.c index a2ae35817fec..91d4800bf3ba 100644 --- a/tests/riscv/p-extension/case/uraddw.c +++ b/tests/riscv/p-extension/case/uraddw.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/urcras16.c b/tests/riscv/p-extension/case/urcras16.c index 9bc1940de65f..c9e981780048 100644 --- a/tests/riscv/p-extension/case/urcras16.c +++ b/tests/riscv/p-extension/case/urcras16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/urcrsa16.c b/tests/riscv/p-extension/case/urcrsa16.c index c59faa83f998..cd62a5156f16 100644 --- a/tests/riscv/p-extension/case/urcrsa16.c +++ b/tests/riscv/p-extension/case/urcrsa16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/urstas16.c b/tests/riscv/p-extension/case/urstas16.c index e1da0621d09f..a2456b09c30a 100644 --- a/tests/riscv/p-extension/case/urstas16.c +++ b/tests/riscv/p-extension/case/urstas16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/urstsa16.c b/tests/riscv/p-extension/case/urstsa16.c index c6af5e0159f0..cedfbf4b3ebd 100644 --- a/tests/riscv/p-extension/case/urstsa16.c +++ b/tests/riscv/p-extension/case/urstsa16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/ursub16.c b/tests/riscv/p-extension/case/ursub16.c index e3feb3b45c92..0cce1c03b9eb 100644 --- a/tests/riscv/p-extension/case/ursub16.c +++ b/tests/riscv/p-extension/case/ursub16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/ursub64.c b/tests/riscv/p-extension/case/ursub64.c index 79e63de4519e..066adc903b4d 100644 --- a/tests/riscv/p-extension/case/ursub64.c +++ b/tests/riscv/p-extension/case/ursub64.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/ursub8.c b/tests/riscv/p-extension/case/ursub8.c index 0f917f217615..9f55603df080 100644 --- a/tests/riscv/p-extension/case/ursub8.c +++ b/tests/riscv/p-extension/case/ursub8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/ursubw.c b/tests/riscv/p-extension/case/ursubw.c index 748cfcdb8f24..d8c764646c3f 100644 --- a/tests/riscv/p-extension/case/ursubw.c +++ b/tests/riscv/p-extension/case/ursubw.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/wext.c b/tests/riscv/p-extension/case/wext.c index a578122d22e1..4847210416dc 100644 --- a/tests/riscv/p-extension/case/wext.c +++ b/tests/riscv/p-extension/case/wext.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/wexti.c b/tests/riscv/p-extension/case/wexti.c index 8e7e908e7f04..76c460b7a8c1 100644 --- a/tests/riscv/p-extension/case/wexti.c +++ b/tests/riscv/p-extension/case/wexti.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/zunpkd810.c b/tests/riscv/p-extension/case/zunpkd810.c index cece10f38a1d..75f8ecf9245b 100644 --- a/tests/riscv/p-extension/case/zunpkd810.c +++ b/tests/riscv/p-extension/case/zunpkd810.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/zunpkd820.c b/tests/riscv/p-extension/case/zunpkd820.c index 7724b029f1c3..ff2bccd46558 100644 --- a/tests/riscv/p-extension/case/zunpkd820.c +++ b/tests/riscv/p-extension/case/zunpkd820.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/zunpkd830.c b/tests/riscv/p-extension/case/zunpkd830.c index 434f5cd9b298..d4a0f2d987f7 100644 --- a/tests/riscv/p-extension/case/zunpkd830.c +++ b/tests/riscv/p-extension/case/zunpkd830.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/zunpkd831.c b/tests/riscv/p-extension/case/zunpkd831.c index 587ac15368df..e5d99ad112c3 100644 --- a/tests/riscv/p-extension/case/zunpkd831.c +++ b/tests/riscv/p-extension/case/zunpkd831.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/case/zunpkd832.c b/tests/riscv/p-extension/case/zunpkd832.c index 27fc8f839cf4..84eb09a2e059 100644 --- a/tests/riscv/p-extension/case/zunpkd832.c +++ b/tests/riscv/p-extension/case/zunpkd832.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/include/test_device.h b/tests/riscv/p-extension/include/test_device.h index 44539d4cdffb..89d71ed5f779 100644 --- a/tests/riscv/p-extension/include/test_device.h +++ b/tests/riscv/p-extension/include/test_device.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/p-extension/include/testsuite.h b/tests/riscv/p-extension/include/testsuite.h index 6d65a2c78815..1147087179be 100644 --- a/tests/riscv/p-extension/include/testsuite.h +++ b/tests/riscv/p-extension/include/testsuite.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/rvv_ch12.inc b/tests/riscv/vector/case/rvv_ch12.inc index 63530350608b..7a1c3b32e4bc 100644 --- a/tests/riscv/vector/case/rvv_ch12.inc +++ b/tests/riscv/vector/case/rvv_ch12.inc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/rvv_ch14.inc b/tests/riscv/vector/case/rvv_ch14.inc index 32b1e3306b8a..7a49ffeb05c6 100644 --- a/tests/riscv/vector/case/rvv_ch14.inc +++ b/tests/riscv/vector/case/rvv_ch14.inc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/rvv_ch16_17.inc b/tests/riscv/vector/case/rvv_ch16_17.inc index 12059681cb44..c3dece1aca66 100644 --- a/tests/riscv/vector/case/rvv_ch16_17.inc +++ b/tests/riscv/vector/case/rvv_ch16_17.inc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/rvv_ch8.inc b/tests/riscv/vector/case/rvv_ch8.inc index 3d19d30c6cf8..1e9deefca3a3 100644 --- a/tests/riscv/vector/case/rvv_ch8.inc +++ b/tests/riscv/vector/case/rvv_ch8.inc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/rvv_insn.S b/tests/riscv/vector/case/rvv_insn.S index d1e2b50b2e44..7d5d54952f41 100644 --- a/tests/riscv/vector/case/rvv_insn.S +++ b/tests/riscv/vector/case/rvv_insn.S @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/rvv_insn.h b/tests/riscv/vector/case/rvv_insn.h index 9bd970a0ded3..ef7329e038b5 100644 --- a/tests/riscv/vector/case/rvv_insn.h +++ b/tests/riscv/vector/case/rvv_insn.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vaadd_vi.c b/tests/riscv/vector/case/vaadd_vi.c index e911af24759d..fcf469bb5a07 100644 --- a/tests/riscv/vector/case/vaadd_vi.c +++ b/tests/riscv/vector/case/vaadd_vi.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vaadd_vv.c b/tests/riscv/vector/case/vaadd_vv.c index ca5ffc06c7aa..54601140be86 100644 --- a/tests/riscv/vector/case/vaadd_vv.c +++ b/tests/riscv/vector/case/vaadd_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vaadd_vx.c b/tests/riscv/vector/case/vaadd_vx.c index ad48526d3056..1b2a02b22bcf 100644 --- a/tests/riscv/vector/case/vaadd_vx.c +++ b/tests/riscv/vector/case/vaadd_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vadc_vim.c b/tests/riscv/vector/case/vadc_vim.c index 8838cee9599f..aef44efb30f2 100644 --- a/tests/riscv/vector/case/vadc_vim.c +++ b/tests/riscv/vector/case/vadc_vim.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vadc_vvm.c b/tests/riscv/vector/case/vadc_vvm.c index b78c87e40c58..c3485aba9b4f 100644 --- a/tests/riscv/vector/case/vadc_vvm.c +++ b/tests/riscv/vector/case/vadc_vvm.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vadc_vxm.c b/tests/riscv/vector/case/vadc_vxm.c index 19e1d90f414b..51c0cda56ea9 100644 --- a/tests/riscv/vector/case/vadc_vxm.c +++ b/tests/riscv/vector/case/vadc_vxm.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vadd_vi.c b/tests/riscv/vector/case/vadd_vi.c index fd789d5326cc..eaa1501d8a63 100644 --- a/tests/riscv/vector/case/vadd_vi.c +++ b/tests/riscv/vector/case/vadd_vi.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vadd_vv.c b/tests/riscv/vector/case/vadd_vv.c index d820e9adc9e9..534a6bb515d6 100644 --- a/tests/riscv/vector/case/vadd_vv.c +++ b/tests/riscv/vector/case/vadd_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vadd_vx.c b/tests/riscv/vector/case/vadd_vx.c index 5ae9ffbd0fcb..16e4ef2a55a0 100644 --- a/tests/riscv/vector/case/vadd_vx.c +++ b/tests/riscv/vector/case/vadd_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vamoaddd.c b/tests/riscv/vector/case/vamoaddd.c index 3ffc812b8cd3..c27b12d2f0cb 100644 --- a/tests/riscv/vector/case/vamoaddd.c +++ b/tests/riscv/vector/case/vamoaddd.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vamoaddw.c b/tests/riscv/vector/case/vamoaddw.c index 93dd19e21d39..6a16d86a6292 100644 --- a/tests/riscv/vector/case/vamoaddw.c +++ b/tests/riscv/vector/case/vamoaddw.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vamoandd.c b/tests/riscv/vector/case/vamoandd.c index b5cec18411c8..b96c1da9c8f5 100644 --- a/tests/riscv/vector/case/vamoandd.c +++ b/tests/riscv/vector/case/vamoandd.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vamoandw.c b/tests/riscv/vector/case/vamoandw.c index 240853374e89..fdb94ec599df 100644 --- a/tests/riscv/vector/case/vamoandw.c +++ b/tests/riscv/vector/case/vamoandw.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vamomaxd.c b/tests/riscv/vector/case/vamomaxd.c index 374ba71bea64..09a0b66829d2 100644 --- a/tests/riscv/vector/case/vamomaxd.c +++ b/tests/riscv/vector/case/vamomaxd.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vamomaxud.c b/tests/riscv/vector/case/vamomaxud.c index 06353061eb88..afed4e1ac6cb 100644 --- a/tests/riscv/vector/case/vamomaxud.c +++ b/tests/riscv/vector/case/vamomaxud.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vamomaxuw.c b/tests/riscv/vector/case/vamomaxuw.c index ba9da995f23b..959a00dcbd5d 100644 --- a/tests/riscv/vector/case/vamomaxuw.c +++ b/tests/riscv/vector/case/vamomaxuw.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vamomaxw.c b/tests/riscv/vector/case/vamomaxw.c index d40ff1bbaa5a..b8db33508c01 100644 --- a/tests/riscv/vector/case/vamomaxw.c +++ b/tests/riscv/vector/case/vamomaxw.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vamomind.c b/tests/riscv/vector/case/vamomind.c index d6c2b6c2d943..d303536e8151 100644 --- a/tests/riscv/vector/case/vamomind.c +++ b/tests/riscv/vector/case/vamomind.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vamominud.c b/tests/riscv/vector/case/vamominud.c index 2b7775da76e2..460e0cd4f702 100644 --- a/tests/riscv/vector/case/vamominud.c +++ b/tests/riscv/vector/case/vamominud.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vamominuw.c b/tests/riscv/vector/case/vamominuw.c index ba79c3b715a7..82c5ce82b2ed 100644 --- a/tests/riscv/vector/case/vamominuw.c +++ b/tests/riscv/vector/case/vamominuw.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vamominw.c b/tests/riscv/vector/case/vamominw.c index b0ab5771e118..5c2c6f6e1b6a 100644 --- a/tests/riscv/vector/case/vamominw.c +++ b/tests/riscv/vector/case/vamominw.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vamoord.c b/tests/riscv/vector/case/vamoord.c index 1027ce34a33e..f38ca61bf4e3 100644 --- a/tests/riscv/vector/case/vamoord.c +++ b/tests/riscv/vector/case/vamoord.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vamoorw.c b/tests/riscv/vector/case/vamoorw.c index c0f94be64664..9a2ad7e00b3d 100644 --- a/tests/riscv/vector/case/vamoorw.c +++ b/tests/riscv/vector/case/vamoorw.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vamoswapd.c b/tests/riscv/vector/case/vamoswapd.c index 59a56a0baa65..4d7614268000 100644 --- a/tests/riscv/vector/case/vamoswapd.c +++ b/tests/riscv/vector/case/vamoswapd.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vamoswapw.c b/tests/riscv/vector/case/vamoswapw.c index a6ac16d2cbf6..bd90716ad93e 100644 --- a/tests/riscv/vector/case/vamoswapw.c +++ b/tests/riscv/vector/case/vamoswapw.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vamoxord.c b/tests/riscv/vector/case/vamoxord.c index 66baae31cb75..89a4d930d5ea 100644 --- a/tests/riscv/vector/case/vamoxord.c +++ b/tests/riscv/vector/case/vamoxord.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vamoxorw.c b/tests/riscv/vector/case/vamoxorw.c index 7e170c9a73cc..d96b0c5c0341 100644 --- a/tests/riscv/vector/case/vamoxorw.c +++ b/tests/riscv/vector/case/vamoxorw.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vand_vi.c b/tests/riscv/vector/case/vand_vi.c index d0246c23ae93..da8e78fe73ae 100644 --- a/tests/riscv/vector/case/vand_vi.c +++ b/tests/riscv/vector/case/vand_vi.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vand_vv.c b/tests/riscv/vector/case/vand_vv.c index 164e5f112aff..791dbe8403a0 100644 --- a/tests/riscv/vector/case/vand_vv.c +++ b/tests/riscv/vector/case/vand_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vand_vx.c b/tests/riscv/vector/case/vand_vx.c index d067c12a9865..6340b199da8b 100644 --- a/tests/riscv/vector/case/vand_vx.c +++ b/tests/riscv/vector/case/vand_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vasub_vv.c b/tests/riscv/vector/case/vasub_vv.c index 0e2b9a559f32..71ac316453d0 100644 --- a/tests/riscv/vector/case/vasub_vv.c +++ b/tests/riscv/vector/case/vasub_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vasub_vx.c b/tests/riscv/vector/case/vasub_vx.c index 7f1289bda2f5..299932fb0752 100644 --- a/tests/riscv/vector/case/vasub_vx.c +++ b/tests/riscv/vector/case/vasub_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vcompress_vm.c b/tests/riscv/vector/case/vcompress_vm.c index 5c2aac8188a4..1bf3a7d99819 100644 --- a/tests/riscv/vector/case/vcompress_vm.c +++ b/tests/riscv/vector/case/vcompress_vm.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vdiv_vv.c b/tests/riscv/vector/case/vdiv_vv.c index d4211a06c399..6217d8cd79b3 100644 --- a/tests/riscv/vector/case/vdiv_vv.c +++ b/tests/riscv/vector/case/vdiv_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vdiv_vx.c b/tests/riscv/vector/case/vdiv_vx.c index dc07f22a9c9a..cc259340c232 100644 --- a/tests/riscv/vector/case/vdiv_vx.c +++ b/tests/riscv/vector/case/vdiv_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vdivu_vv.c b/tests/riscv/vector/case/vdivu_vv.c index 7afc0da5ca06..d15738c01f84 100644 --- a/tests/riscv/vector/case/vdivu_vv.c +++ b/tests/riscv/vector/case/vdivu_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vdivu_vx.c b/tests/riscv/vector/case/vdivu_vx.c index 74bc153e865b..53927dfd57a9 100644 --- a/tests/riscv/vector/case/vdivu_vx.c +++ b/tests/riscv/vector/case/vdivu_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vext_x_v.c b/tests/riscv/vector/case/vext_x_v.c index 359f181c4d59..908d844fa283 100644 --- a/tests/riscv/vector/case/vext_x_v.c +++ b/tests/riscv/vector/case/vext_x_v.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfadd_vf.c b/tests/riscv/vector/case/vfadd_vf.c index 22c8510b28c1..c8e3bb63bdfb 100644 --- a/tests/riscv/vector/case/vfadd_vf.c +++ b/tests/riscv/vector/case/vfadd_vf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfadd_vv.c b/tests/riscv/vector/case/vfadd_vv.c index f7376704663f..b70ed7fd42f5 100644 --- a/tests/riscv/vector/case/vfadd_vv.c +++ b/tests/riscv/vector/case/vfadd_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfclass_v.c b/tests/riscv/vector/case/vfclass_v.c index c5960d65c2b6..020cca58e18f 100644 --- a/tests/riscv/vector/case/vfclass_v.c +++ b/tests/riscv/vector/case/vfclass_v.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfcvt_f_x_v.c b/tests/riscv/vector/case/vfcvt_f_x_v.c index d1a910cd6f1d..c96273926abd 100644 --- a/tests/riscv/vector/case/vfcvt_f_x_v.c +++ b/tests/riscv/vector/case/vfcvt_f_x_v.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfcvt_f_xu_v.c b/tests/riscv/vector/case/vfcvt_f_xu_v.c index 7649669f55cb..786e299db5de 100644 --- a/tests/riscv/vector/case/vfcvt_f_xu_v.c +++ b/tests/riscv/vector/case/vfcvt_f_xu_v.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfcvt_x_f_v.c b/tests/riscv/vector/case/vfcvt_x_f_v.c index ab260ca96c68..a9b5544c37f8 100644 --- a/tests/riscv/vector/case/vfcvt_x_f_v.c +++ b/tests/riscv/vector/case/vfcvt_x_f_v.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfcvt_xu_f_v.c b/tests/riscv/vector/case/vfcvt_xu_f_v.c index abf99dcd5c2a..dfc83a7daa9c 100644 --- a/tests/riscv/vector/case/vfcvt_xu_f_v.c +++ b/tests/riscv/vector/case/vfcvt_xu_f_v.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfdiv_vf.c b/tests/riscv/vector/case/vfdiv_vf.c index 795d69c743ee..8fe568f29092 100644 --- a/tests/riscv/vector/case/vfdiv_vf.c +++ b/tests/riscv/vector/case/vfdiv_vf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfdiv_vv.c b/tests/riscv/vector/case/vfdiv_vv.c index a7b71f474e18..60aac6c06e2c 100644 --- a/tests/riscv/vector/case/vfdiv_vv.c +++ b/tests/riscv/vector/case/vfdiv_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfmacc_vf.c b/tests/riscv/vector/case/vfmacc_vf.c index 2f38be09cdc9..6d31c3a39ada 100644 --- a/tests/riscv/vector/case/vfmacc_vf.c +++ b/tests/riscv/vector/case/vfmacc_vf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfmacc_vv.c b/tests/riscv/vector/case/vfmacc_vv.c index ca75fb7f1a20..d7c023baad07 100644 --- a/tests/riscv/vector/case/vfmacc_vv.c +++ b/tests/riscv/vector/case/vfmacc_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfmadd_vf.c b/tests/riscv/vector/case/vfmadd_vf.c index 6a9173499785..72906bd2e430 100644 --- a/tests/riscv/vector/case/vfmadd_vf.c +++ b/tests/riscv/vector/case/vfmadd_vf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfmadd_vv.c b/tests/riscv/vector/case/vfmadd_vv.c index 15044ebbd35e..3ef12688cf53 100644 --- a/tests/riscv/vector/case/vfmadd_vv.c +++ b/tests/riscv/vector/case/vfmadd_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfmax_vf.c b/tests/riscv/vector/case/vfmax_vf.c index b98cdcf70b1f..07f7c7aeae02 100644 --- a/tests/riscv/vector/case/vfmax_vf.c +++ b/tests/riscv/vector/case/vfmax_vf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfmax_vv.c b/tests/riscv/vector/case/vfmax_vv.c index aaf00895dbd7..f1d670390c09 100644 --- a/tests/riscv/vector/case/vfmax_vv.c +++ b/tests/riscv/vector/case/vfmax_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfmerge_vfm.c b/tests/riscv/vector/case/vfmerge_vfm.c index 95b48e7d3805..5e075e462e8c 100644 --- a/tests/riscv/vector/case/vfmerge_vfm.c +++ b/tests/riscv/vector/case/vfmerge_vfm.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfmin_vf.c b/tests/riscv/vector/case/vfmin_vf.c index 33ef6d55e4f3..a4d52bacd223 100644 --- a/tests/riscv/vector/case/vfmin_vf.c +++ b/tests/riscv/vector/case/vfmin_vf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfmin_vv.c b/tests/riscv/vector/case/vfmin_vv.c index 6815ea9e14ae..dbbfe842bddd 100644 --- a/tests/riscv/vector/case/vfmin_vv.c +++ b/tests/riscv/vector/case/vfmin_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfmsac_vf.c b/tests/riscv/vector/case/vfmsac_vf.c index 1564048553bc..165597ff4a80 100644 --- a/tests/riscv/vector/case/vfmsac_vf.c +++ b/tests/riscv/vector/case/vfmsac_vf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfmsac_vv.c b/tests/riscv/vector/case/vfmsac_vv.c index 14aac09737de..08420d7dfe9f 100644 --- a/tests/riscv/vector/case/vfmsac_vv.c +++ b/tests/riscv/vector/case/vfmsac_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfmsub_vf.c b/tests/riscv/vector/case/vfmsub_vf.c index 47765f95cae9..cb90cdbeab12 100644 --- a/tests/riscv/vector/case/vfmsub_vf.c +++ b/tests/riscv/vector/case/vfmsub_vf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfmsub_vv.c b/tests/riscv/vector/case/vfmsub_vv.c index e72d797d8d1f..f43e28fa4d28 100644 --- a/tests/riscv/vector/case/vfmsub_vv.c +++ b/tests/riscv/vector/case/vfmsub_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfmul_vf.c b/tests/riscv/vector/case/vfmul_vf.c index e6a2aa6b822c..2478369ba631 100644 --- a/tests/riscv/vector/case/vfmul_vf.c +++ b/tests/riscv/vector/case/vfmul_vf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfmul_vv.c b/tests/riscv/vector/case/vfmul_vv.c index a6da1cb4e5f2..0d55a803d62f 100644 --- a/tests/riscv/vector/case/vfmul_vv.c +++ b/tests/riscv/vector/case/vfmul_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfmv_f_s.c b/tests/riscv/vector/case/vfmv_f_s.c index f12697ff0a2a..5709512837d7 100644 --- a/tests/riscv/vector/case/vfmv_f_s.c +++ b/tests/riscv/vector/case/vfmv_f_s.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfmv_s_f.c b/tests/riscv/vector/case/vfmv_s_f.c index 5654c0db1b72..502470ea50a6 100644 --- a/tests/riscv/vector/case/vfmv_s_f.c +++ b/tests/riscv/vector/case/vfmv_s_f.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfmv_v_f.c b/tests/riscv/vector/case/vfmv_v_f.c index 16e4c79d310d..d2f62f8638f7 100644 --- a/tests/riscv/vector/case/vfmv_v_f.c +++ b/tests/riscv/vector/case/vfmv_v_f.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfncvt_f_f_v.c b/tests/riscv/vector/case/vfncvt_f_f_v.c index 863e39c3d4cc..969c5429c50b 100644 --- a/tests/riscv/vector/case/vfncvt_f_f_v.c +++ b/tests/riscv/vector/case/vfncvt_f_f_v.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfncvt_f_x_v.c b/tests/riscv/vector/case/vfncvt_f_x_v.c index 0d39001439c5..96be9327fd14 100644 --- a/tests/riscv/vector/case/vfncvt_f_x_v.c +++ b/tests/riscv/vector/case/vfncvt_f_x_v.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfncvt_f_xu_v.c b/tests/riscv/vector/case/vfncvt_f_xu_v.c index 61b4dc5d0ec4..6c4cd17940a6 100644 --- a/tests/riscv/vector/case/vfncvt_f_xu_v.c +++ b/tests/riscv/vector/case/vfncvt_f_xu_v.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfncvt_x_f_v.c b/tests/riscv/vector/case/vfncvt_x_f_v.c index 53a923cc7317..db4b5789176d 100644 --- a/tests/riscv/vector/case/vfncvt_x_f_v.c +++ b/tests/riscv/vector/case/vfncvt_x_f_v.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfncvt_xu_f_v.c b/tests/riscv/vector/case/vfncvt_xu_f_v.c index 83c03ff6e8f4..5f344865904d 100644 --- a/tests/riscv/vector/case/vfncvt_xu_f_v.c +++ b/tests/riscv/vector/case/vfncvt_xu_f_v.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfnmacc_vf.c b/tests/riscv/vector/case/vfnmacc_vf.c index 02c1286d70cc..e3f2a3f9fa0c 100644 --- a/tests/riscv/vector/case/vfnmacc_vf.c +++ b/tests/riscv/vector/case/vfnmacc_vf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfnmacc_vv.c b/tests/riscv/vector/case/vfnmacc_vv.c index 7ae0840eedf1..6a9b29f66a23 100644 --- a/tests/riscv/vector/case/vfnmacc_vv.c +++ b/tests/riscv/vector/case/vfnmacc_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfnmadd_vf.c b/tests/riscv/vector/case/vfnmadd_vf.c index 88d6f6b14e1f..24aa6562d861 100644 --- a/tests/riscv/vector/case/vfnmadd_vf.c +++ b/tests/riscv/vector/case/vfnmadd_vf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfnmadd_vv.c b/tests/riscv/vector/case/vfnmadd_vv.c index 966fc5560f34..129035e57f10 100644 --- a/tests/riscv/vector/case/vfnmadd_vv.c +++ b/tests/riscv/vector/case/vfnmadd_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfnmsac_vf.c b/tests/riscv/vector/case/vfnmsac_vf.c index f147f9149056..de20c137cd61 100644 --- a/tests/riscv/vector/case/vfnmsac_vf.c +++ b/tests/riscv/vector/case/vfnmsac_vf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfnmsac_vv.c b/tests/riscv/vector/case/vfnmsac_vv.c index 00a382ac47b5..19b5fc1aeb09 100644 --- a/tests/riscv/vector/case/vfnmsac_vv.c +++ b/tests/riscv/vector/case/vfnmsac_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfnmsub_vf.c b/tests/riscv/vector/case/vfnmsub_vf.c index 7f0358abc390..258afb9b357b 100644 --- a/tests/riscv/vector/case/vfnmsub_vf.c +++ b/tests/riscv/vector/case/vfnmsub_vf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfnmsub_vv.c b/tests/riscv/vector/case/vfnmsub_vv.c index 8769436124f7..4c4807e4bb86 100644 --- a/tests/riscv/vector/case/vfnmsub_vv.c +++ b/tests/riscv/vector/case/vfnmsub_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfrdiv_vf.c b/tests/riscv/vector/case/vfrdiv_vf.c index a64e026dc9af..25675372feb0 100644 --- a/tests/riscv/vector/case/vfrdiv_vf.c +++ b/tests/riscv/vector/case/vfrdiv_vf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfredmax_vs.c b/tests/riscv/vector/case/vfredmax_vs.c index 30911878213f..abe3eb553bea 100644 --- a/tests/riscv/vector/case/vfredmax_vs.c +++ b/tests/riscv/vector/case/vfredmax_vs.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfredmin_vs.c b/tests/riscv/vector/case/vfredmin_vs.c index 55b2ef1eb3d9..498b96cff49b 100644 --- a/tests/riscv/vector/case/vfredmin_vs.c +++ b/tests/riscv/vector/case/vfredmin_vs.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfredosum_vs.c b/tests/riscv/vector/case/vfredosum_vs.c index 6667f7ad14b7..61ab4b35f1d0 100644 --- a/tests/riscv/vector/case/vfredosum_vs.c +++ b/tests/riscv/vector/case/vfredosum_vs.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfredsum_vs.c b/tests/riscv/vector/case/vfredsum_vs.c index c339169c0079..63d2545385ce 100644 --- a/tests/riscv/vector/case/vfredsum_vs.c +++ b/tests/riscv/vector/case/vfredsum_vs.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfrsub_vf.c b/tests/riscv/vector/case/vfrsub_vf.c index 78e4ad60d0da..23c99c786706 100644 --- a/tests/riscv/vector/case/vfrsub_vf.c +++ b/tests/riscv/vector/case/vfrsub_vf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfsgnj_vf.c b/tests/riscv/vector/case/vfsgnj_vf.c index 412bb6265662..ad6b454e415e 100644 --- a/tests/riscv/vector/case/vfsgnj_vf.c +++ b/tests/riscv/vector/case/vfsgnj_vf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfsgnj_vv.c b/tests/riscv/vector/case/vfsgnj_vv.c index 6c9daa5a22ec..8089d5a39c25 100644 --- a/tests/riscv/vector/case/vfsgnj_vv.c +++ b/tests/riscv/vector/case/vfsgnj_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfsgnjn_vf.c b/tests/riscv/vector/case/vfsgnjn_vf.c index 66d7a5abafb5..f7dba8763ff0 100644 --- a/tests/riscv/vector/case/vfsgnjn_vf.c +++ b/tests/riscv/vector/case/vfsgnjn_vf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfsgnjn_vv.c b/tests/riscv/vector/case/vfsgnjn_vv.c index 3f4d61a14129..f50d381bea94 100644 --- a/tests/riscv/vector/case/vfsgnjn_vv.c +++ b/tests/riscv/vector/case/vfsgnjn_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfsgnjx_vf.c b/tests/riscv/vector/case/vfsgnjx_vf.c index 56a65b7cf3d3..81f87f442791 100644 --- a/tests/riscv/vector/case/vfsgnjx_vf.c +++ b/tests/riscv/vector/case/vfsgnjx_vf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfsgnjx_vv.c b/tests/riscv/vector/case/vfsgnjx_vv.c index bd2f87ea3d8d..9ea42e4ce2ad 100644 --- a/tests/riscv/vector/case/vfsgnjx_vv.c +++ b/tests/riscv/vector/case/vfsgnjx_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfsqrt_v.c b/tests/riscv/vector/case/vfsqrt_v.c index bf6ca5ef84f3..22a283800930 100644 --- a/tests/riscv/vector/case/vfsqrt_v.c +++ b/tests/riscv/vector/case/vfsqrt_v.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfsub_vf.c b/tests/riscv/vector/case/vfsub_vf.c index 56371856cc4a..2b1f60c038d6 100644 --- a/tests/riscv/vector/case/vfsub_vf.c +++ b/tests/riscv/vector/case/vfsub_vf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfsub_vv.c b/tests/riscv/vector/case/vfsub_vv.c index 7055d2315ac0..30e8d5b81baf 100644 --- a/tests/riscv/vector/case/vfsub_vv.c +++ b/tests/riscv/vector/case/vfsub_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfwadd_vf.c b/tests/riscv/vector/case/vfwadd_vf.c index 95b8323120ee..003b33ddeb46 100644 --- a/tests/riscv/vector/case/vfwadd_vf.c +++ b/tests/riscv/vector/case/vfwadd_vf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfwadd_vv.c b/tests/riscv/vector/case/vfwadd_vv.c index d3ed5a8d77db..2e8681a167cc 100644 --- a/tests/riscv/vector/case/vfwadd_vv.c +++ b/tests/riscv/vector/case/vfwadd_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfwadd_wf.c b/tests/riscv/vector/case/vfwadd_wf.c index 20c36753e600..081b871eaa8a 100644 --- a/tests/riscv/vector/case/vfwadd_wf.c +++ b/tests/riscv/vector/case/vfwadd_wf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfwadd_wv.c b/tests/riscv/vector/case/vfwadd_wv.c index 6f52a333c3df..b6d2bdb3f3c3 100644 --- a/tests/riscv/vector/case/vfwadd_wv.c +++ b/tests/riscv/vector/case/vfwadd_wv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfwcvt_f_f_v.c b/tests/riscv/vector/case/vfwcvt_f_f_v.c index 91565b8f1156..d5c56ca0bb47 100644 --- a/tests/riscv/vector/case/vfwcvt_f_f_v.c +++ b/tests/riscv/vector/case/vfwcvt_f_f_v.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfwcvt_f_x_v.c b/tests/riscv/vector/case/vfwcvt_f_x_v.c index 1f5e61c984e8..0188f9455d6e 100644 --- a/tests/riscv/vector/case/vfwcvt_f_x_v.c +++ b/tests/riscv/vector/case/vfwcvt_f_x_v.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfwcvt_f_xu_v.c b/tests/riscv/vector/case/vfwcvt_f_xu_v.c index 76b209fefc7a..718d5f6b5ee7 100644 --- a/tests/riscv/vector/case/vfwcvt_f_xu_v.c +++ b/tests/riscv/vector/case/vfwcvt_f_xu_v.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfwcvt_x_f_v.c b/tests/riscv/vector/case/vfwcvt_x_f_v.c index 835bc0a80b59..2639b9f2be1b 100644 --- a/tests/riscv/vector/case/vfwcvt_x_f_v.c +++ b/tests/riscv/vector/case/vfwcvt_x_f_v.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfwcvt_xu_f_v.c b/tests/riscv/vector/case/vfwcvt_xu_f_v.c index 8874ee01b6ed..fa9c54dc22b2 100644 --- a/tests/riscv/vector/case/vfwcvt_xu_f_v.c +++ b/tests/riscv/vector/case/vfwcvt_xu_f_v.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfwmacc_vf.c b/tests/riscv/vector/case/vfwmacc_vf.c index cbd229cb0bb9..6df7ca453dce 100644 --- a/tests/riscv/vector/case/vfwmacc_vf.c +++ b/tests/riscv/vector/case/vfwmacc_vf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfwmacc_vv.c b/tests/riscv/vector/case/vfwmacc_vv.c index af5e87fb7572..2b65dfb976eb 100644 --- a/tests/riscv/vector/case/vfwmacc_vv.c +++ b/tests/riscv/vector/case/vfwmacc_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfwmsac_vf.c b/tests/riscv/vector/case/vfwmsac_vf.c index be89430bb36e..19dd44484a1d 100644 --- a/tests/riscv/vector/case/vfwmsac_vf.c +++ b/tests/riscv/vector/case/vfwmsac_vf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfwmsac_vv.c b/tests/riscv/vector/case/vfwmsac_vv.c index 57cb6e29789f..3cea5c61510d 100644 --- a/tests/riscv/vector/case/vfwmsac_vv.c +++ b/tests/riscv/vector/case/vfwmsac_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfwmul_vf.c b/tests/riscv/vector/case/vfwmul_vf.c index cfffd9f4e961..84643d2da0f3 100644 --- a/tests/riscv/vector/case/vfwmul_vf.c +++ b/tests/riscv/vector/case/vfwmul_vf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfwmul_vv.c b/tests/riscv/vector/case/vfwmul_vv.c index 6463ac8d4222..6c95b13561b2 100644 --- a/tests/riscv/vector/case/vfwmul_vv.c +++ b/tests/riscv/vector/case/vfwmul_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfwnmacc_vf.c b/tests/riscv/vector/case/vfwnmacc_vf.c index 2af3761fb9de..6ded788ced5a 100644 --- a/tests/riscv/vector/case/vfwnmacc_vf.c +++ b/tests/riscv/vector/case/vfwnmacc_vf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfwnmacc_vv.c b/tests/riscv/vector/case/vfwnmacc_vv.c index 706aa1dc5a12..ed4a9d3fe37a 100644 --- a/tests/riscv/vector/case/vfwnmacc_vv.c +++ b/tests/riscv/vector/case/vfwnmacc_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfwnmsac_vf.c b/tests/riscv/vector/case/vfwnmsac_vf.c index 6f82669f43c0..46542b0c022d 100644 --- a/tests/riscv/vector/case/vfwnmsac_vf.c +++ b/tests/riscv/vector/case/vfwnmsac_vf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfwnmsac_vv.c b/tests/riscv/vector/case/vfwnmsac_vv.c index 6e6ecfc657a2..e8d1b9b261fb 100644 --- a/tests/riscv/vector/case/vfwnmsac_vv.c +++ b/tests/riscv/vector/case/vfwnmsac_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfwredosum_vs.c b/tests/riscv/vector/case/vfwredosum_vs.c index a5a586255fa8..f8ca98eb0a81 100644 --- a/tests/riscv/vector/case/vfwredosum_vs.c +++ b/tests/riscv/vector/case/vfwredosum_vs.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfwredsum_vs.c b/tests/riscv/vector/case/vfwredsum_vs.c index cb999d9dc030..8de48161a275 100644 --- a/tests/riscv/vector/case/vfwredsum_vs.c +++ b/tests/riscv/vector/case/vfwredsum_vs.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfwsub_vf.c b/tests/riscv/vector/case/vfwsub_vf.c index 2f08fae35f49..477461b8c32c 100644 --- a/tests/riscv/vector/case/vfwsub_vf.c +++ b/tests/riscv/vector/case/vfwsub_vf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfwsub_vv.c b/tests/riscv/vector/case/vfwsub_vv.c index d50006b0fc0a..549c19bf7919 100644 --- a/tests/riscv/vector/case/vfwsub_vv.c +++ b/tests/riscv/vector/case/vfwsub_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfwsub_wf.c b/tests/riscv/vector/case/vfwsub_wf.c index be23139a0703..24c6e5882b75 100644 --- a/tests/riscv/vector/case/vfwsub_wf.c +++ b/tests/riscv/vector/case/vfwsub_wf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vfwsub_wv.c b/tests/riscv/vector/case/vfwsub_wv.c index 80c57008346b..0beaf60c7638 100644 --- a/tests/riscv/vector/case/vfwsub_wv.c +++ b/tests/riscv/vector/case/vfwsub_wv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vid_v.c b/tests/riscv/vector/case/vid_v.c index 66ca5ca9c5dd..dbd4b67f20fa 100644 --- a/tests/riscv/vector/case/vid_v.c +++ b/tests/riscv/vector/case/vid_v.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/viota_m.c b/tests/riscv/vector/case/viota_m.c index a77d3b2eb20e..73af9bef09c4 100644 --- a/tests/riscv/vector/case/viota_m.c +++ b/tests/riscv/vector/case/viota_m.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlb.c b/tests/riscv/vector/case/vlb.c index 63f7e25a03f3..e072aeb81341 100644 --- a/tests/riscv/vector/case/vlb.c +++ b/tests/riscv/vector/case/vlb.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlbff.c b/tests/riscv/vector/case/vlbff.c index 6f4d36878338..c382aee870a5 100644 --- a/tests/riscv/vector/case/vlbff.c +++ b/tests/riscv/vector/case/vlbff.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlbu.c b/tests/riscv/vector/case/vlbu.c index cbb146cac911..538800c916cb 100644 --- a/tests/riscv/vector/case/vlbu.c +++ b/tests/riscv/vector/case/vlbu.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlbuff.c b/tests/riscv/vector/case/vlbuff.c index ba0086f7a1c7..c5a8c6fc506f 100644 --- a/tests/riscv/vector/case/vlbuff.c +++ b/tests/riscv/vector/case/vlbuff.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vle.c b/tests/riscv/vector/case/vle.c index 41ddcdf3f3de..1c235ad1338e 100644 --- a/tests/riscv/vector/case/vle.c +++ b/tests/riscv/vector/case/vle.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vleff.c b/tests/riscv/vector/case/vleff.c index dc5f24a48c0b..4de1bf9382d2 100644 --- a/tests/riscv/vector/case/vleff.c +++ b/tests/riscv/vector/case/vleff.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlh.c b/tests/riscv/vector/case/vlh.c index 8a13d318ac96..a72f76f71440 100644 --- a/tests/riscv/vector/case/vlh.c +++ b/tests/riscv/vector/case/vlh.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlhff.c b/tests/riscv/vector/case/vlhff.c index f89ae4f99cd0..ccb3f664f527 100644 --- a/tests/riscv/vector/case/vlhff.c +++ b/tests/riscv/vector/case/vlhff.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlhu.c b/tests/riscv/vector/case/vlhu.c index ac008f73494f..f7d019e5d4dd 100644 --- a/tests/riscv/vector/case/vlhu.c +++ b/tests/riscv/vector/case/vlhu.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlhuff.c b/tests/riscv/vector/case/vlhuff.c index 57510ad5235f..ac5fae60e5a7 100644 --- a/tests/riscv/vector/case/vlhuff.c +++ b/tests/riscv/vector/case/vlhuff.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlsb.c b/tests/riscv/vector/case/vlsb.c index 39926c01991f..ec33a8b85d76 100644 --- a/tests/riscv/vector/case/vlsb.c +++ b/tests/riscv/vector/case/vlsb.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlsbu.c b/tests/riscv/vector/case/vlsbu.c index c46b585bb042..152c6652f42b 100644 --- a/tests/riscv/vector/case/vlsbu.c +++ b/tests/riscv/vector/case/vlsbu.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlse.c b/tests/riscv/vector/case/vlse.c index c713b571059d..00227320b75f 100644 --- a/tests/riscv/vector/case/vlse.c +++ b/tests/riscv/vector/case/vlse.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlseg2b.c b/tests/riscv/vector/case/vlseg2b.c index d5bb6a4bffa2..757604e033b4 100644 --- a/tests/riscv/vector/case/vlseg2b.c +++ b/tests/riscv/vector/case/vlseg2b.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlseg2bff.c b/tests/riscv/vector/case/vlseg2bff.c index e198541a44ab..d22d799cc8c3 100644 --- a/tests/riscv/vector/case/vlseg2bff.c +++ b/tests/riscv/vector/case/vlseg2bff.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlseg2bu.c b/tests/riscv/vector/case/vlseg2bu.c index ec8faaeb7c3e..efd72ade0e3d 100644 --- a/tests/riscv/vector/case/vlseg2bu.c +++ b/tests/riscv/vector/case/vlseg2bu.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlseg2buff.c b/tests/riscv/vector/case/vlseg2buff.c index b13459c23bfe..6f650fa6f4f6 100644 --- a/tests/riscv/vector/case/vlseg2buff.c +++ b/tests/riscv/vector/case/vlseg2buff.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlseg2e.c b/tests/riscv/vector/case/vlseg2e.c index 15a2968e10ac..7fbda0ab529c 100644 --- a/tests/riscv/vector/case/vlseg2e.c +++ b/tests/riscv/vector/case/vlseg2e.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlseg2eff.c b/tests/riscv/vector/case/vlseg2eff.c index 4551c220c0e7..bc56f0cffa4b 100644 --- a/tests/riscv/vector/case/vlseg2eff.c +++ b/tests/riscv/vector/case/vlseg2eff.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlseg2h.c b/tests/riscv/vector/case/vlseg2h.c index c7eed73361f2..92cbff709e25 100644 --- a/tests/riscv/vector/case/vlseg2h.c +++ b/tests/riscv/vector/case/vlseg2h.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlseg2hff.c b/tests/riscv/vector/case/vlseg2hff.c index 88e8db98b0c9..ec127bcec46c 100644 --- a/tests/riscv/vector/case/vlseg2hff.c +++ b/tests/riscv/vector/case/vlseg2hff.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlseg2hu.c b/tests/riscv/vector/case/vlseg2hu.c index bce0ca302064..7aa475e4d3ab 100644 --- a/tests/riscv/vector/case/vlseg2hu.c +++ b/tests/riscv/vector/case/vlseg2hu.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlseg2huff.c b/tests/riscv/vector/case/vlseg2huff.c index b8f50e07c765..f314067c44e3 100644 --- a/tests/riscv/vector/case/vlseg2huff.c +++ b/tests/riscv/vector/case/vlseg2huff.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlseg2w.c b/tests/riscv/vector/case/vlseg2w.c index 067f05dabe6a..936c6d09008c 100644 --- a/tests/riscv/vector/case/vlseg2w.c +++ b/tests/riscv/vector/case/vlseg2w.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlseg2wff.c b/tests/riscv/vector/case/vlseg2wff.c index 4ecb5d45aeb2..b657b819a1a5 100644 --- a/tests/riscv/vector/case/vlseg2wff.c +++ b/tests/riscv/vector/case/vlseg2wff.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlseg2wu.c b/tests/riscv/vector/case/vlseg2wu.c index 6fd251c5a29f..679f6ecd105b 100644 --- a/tests/riscv/vector/case/vlseg2wu.c +++ b/tests/riscv/vector/case/vlseg2wu.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlseg2wuff.c b/tests/riscv/vector/case/vlseg2wuff.c index 17e3accaa9c5..bbfea0eb3939 100644 --- a/tests/riscv/vector/case/vlseg2wuff.c +++ b/tests/riscv/vector/case/vlseg2wuff.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlsh.c b/tests/riscv/vector/case/vlsh.c index 69755d41b925..48478d06e1e9 100644 --- a/tests/riscv/vector/case/vlsh.c +++ b/tests/riscv/vector/case/vlsh.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlshu.c b/tests/riscv/vector/case/vlshu.c index 04e8aae8349b..bf23a7074b09 100644 --- a/tests/riscv/vector/case/vlshu.c +++ b/tests/riscv/vector/case/vlshu.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlsseg2b.c b/tests/riscv/vector/case/vlsseg2b.c index b44390d84311..d3fa1a88e21e 100644 --- a/tests/riscv/vector/case/vlsseg2b.c +++ b/tests/riscv/vector/case/vlsseg2b.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlsseg2bu.c b/tests/riscv/vector/case/vlsseg2bu.c index e924d8659a8e..8451da08acbe 100644 --- a/tests/riscv/vector/case/vlsseg2bu.c +++ b/tests/riscv/vector/case/vlsseg2bu.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlsseg2e.c b/tests/riscv/vector/case/vlsseg2e.c index 52410ef61dce..79ba7330dea6 100644 --- a/tests/riscv/vector/case/vlsseg2e.c +++ b/tests/riscv/vector/case/vlsseg2e.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlsseg2h.c b/tests/riscv/vector/case/vlsseg2h.c index e8498a7f1d57..46504403134c 100644 --- a/tests/riscv/vector/case/vlsseg2h.c +++ b/tests/riscv/vector/case/vlsseg2h.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlsseg2hu.c b/tests/riscv/vector/case/vlsseg2hu.c index 134b4ff641cd..79c47bf33f79 100644 --- a/tests/riscv/vector/case/vlsseg2hu.c +++ b/tests/riscv/vector/case/vlsseg2hu.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlsseg2w.c b/tests/riscv/vector/case/vlsseg2w.c index 1a822a60915c..b986cc751157 100644 --- a/tests/riscv/vector/case/vlsseg2w.c +++ b/tests/riscv/vector/case/vlsseg2w.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlsseg2wu.c b/tests/riscv/vector/case/vlsseg2wu.c index e072cb425a4b..dc2f1d118830 100644 --- a/tests/riscv/vector/case/vlsseg2wu.c +++ b/tests/riscv/vector/case/vlsseg2wu.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlsw.c b/tests/riscv/vector/case/vlsw.c index 75d4d9b2cefc..2dabc069c299 100644 --- a/tests/riscv/vector/case/vlsw.c +++ b/tests/riscv/vector/case/vlsw.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlswu.c b/tests/riscv/vector/case/vlswu.c index f487afac3865..ef8bb90a4542 100644 --- a/tests/riscv/vector/case/vlswu.c +++ b/tests/riscv/vector/case/vlswu.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlw.c b/tests/riscv/vector/case/vlw.c index bb7f5ce2ba41..3f0dcf9224de 100644 --- a/tests/riscv/vector/case/vlw.c +++ b/tests/riscv/vector/case/vlw.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlwff.c b/tests/riscv/vector/case/vlwff.c index d6bfe9bf54ed..779d98e02511 100644 --- a/tests/riscv/vector/case/vlwff.c +++ b/tests/riscv/vector/case/vlwff.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlwu.c b/tests/riscv/vector/case/vlwu.c index 7175e356a91a..69c6604333f9 100644 --- a/tests/riscv/vector/case/vlwu.c +++ b/tests/riscv/vector/case/vlwu.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlwuff.c b/tests/riscv/vector/case/vlwuff.c index 7775b6e4a323..1b39786e5362 100644 --- a/tests/riscv/vector/case/vlwuff.c +++ b/tests/riscv/vector/case/vlwuff.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlxb.c b/tests/riscv/vector/case/vlxb.c index 0afdf62cb7a3..b62a4b3ccf56 100644 --- a/tests/riscv/vector/case/vlxb.c +++ b/tests/riscv/vector/case/vlxb.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlxbu.c b/tests/riscv/vector/case/vlxbu.c index 12cab0d85e9a..99d262ec355a 100644 --- a/tests/riscv/vector/case/vlxbu.c +++ b/tests/riscv/vector/case/vlxbu.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlxe.c b/tests/riscv/vector/case/vlxe.c index b2150c7dbeca..b54764218981 100644 --- a/tests/riscv/vector/case/vlxe.c +++ b/tests/riscv/vector/case/vlxe.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlxh.c b/tests/riscv/vector/case/vlxh.c index 1d8fb30bf2f3..6158378c3bee 100644 --- a/tests/riscv/vector/case/vlxh.c +++ b/tests/riscv/vector/case/vlxh.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlxhu.c b/tests/riscv/vector/case/vlxhu.c index 57eda8144792..a47acb2ec723 100644 --- a/tests/riscv/vector/case/vlxhu.c +++ b/tests/riscv/vector/case/vlxhu.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlxseg2b.c b/tests/riscv/vector/case/vlxseg2b.c index c1ee0f2d5b4c..3de4ce2a47e8 100644 --- a/tests/riscv/vector/case/vlxseg2b.c +++ b/tests/riscv/vector/case/vlxseg2b.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlxseg2bu.c b/tests/riscv/vector/case/vlxseg2bu.c index 678d3badb753..e7243c5a91f2 100644 --- a/tests/riscv/vector/case/vlxseg2bu.c +++ b/tests/riscv/vector/case/vlxseg2bu.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlxseg2e.c b/tests/riscv/vector/case/vlxseg2e.c index b27d28a52c1f..f1bd9c03a07d 100644 --- a/tests/riscv/vector/case/vlxseg2e.c +++ b/tests/riscv/vector/case/vlxseg2e.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlxseg2h.c b/tests/riscv/vector/case/vlxseg2h.c index 408312fcb036..3b3ab4cd3c91 100644 --- a/tests/riscv/vector/case/vlxseg2h.c +++ b/tests/riscv/vector/case/vlxseg2h.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlxseg2hu.c b/tests/riscv/vector/case/vlxseg2hu.c index c2d9c57c3ed6..287c203b2627 100644 --- a/tests/riscv/vector/case/vlxseg2hu.c +++ b/tests/riscv/vector/case/vlxseg2hu.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlxseg2w.c b/tests/riscv/vector/case/vlxseg2w.c index 167fc9b8b8dc..f1177020baae 100644 --- a/tests/riscv/vector/case/vlxseg2w.c +++ b/tests/riscv/vector/case/vlxseg2w.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlxseg2wu.c b/tests/riscv/vector/case/vlxseg2wu.c index ef64e7a2e7f4..1b4727a7bf72 100644 --- a/tests/riscv/vector/case/vlxseg2wu.c +++ b/tests/riscv/vector/case/vlxseg2wu.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlxw.c b/tests/riscv/vector/case/vlxw.c index 3fe7e72ed707..bde06f3c3d2d 100644 --- a/tests/riscv/vector/case/vlxw.c +++ b/tests/riscv/vector/case/vlxw.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vlxwu.c b/tests/riscv/vector/case/vlxwu.c index 2029bb856793..02e62ec1a0c1 100644 --- a/tests/riscv/vector/case/vlxwu.c +++ b/tests/riscv/vector/case/vlxwu.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmacc_vv.c b/tests/riscv/vector/case/vmacc_vv.c index 9c0d8105d8fc..dd090ed3425c 100644 --- a/tests/riscv/vector/case/vmacc_vv.c +++ b/tests/riscv/vector/case/vmacc_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmacc_vx.c b/tests/riscv/vector/case/vmacc_vx.c index a7afe5c56b45..46e0a473d1a3 100644 --- a/tests/riscv/vector/case/vmacc_vx.c +++ b/tests/riscv/vector/case/vmacc_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmadc_vim.c b/tests/riscv/vector/case/vmadc_vim.c index 69e61464d53a..5d7b3404d369 100644 --- a/tests/riscv/vector/case/vmadc_vim.c +++ b/tests/riscv/vector/case/vmadc_vim.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmadc_vvm.c b/tests/riscv/vector/case/vmadc_vvm.c index 2490d7e09eaa..defd213547d7 100644 --- a/tests/riscv/vector/case/vmadc_vvm.c +++ b/tests/riscv/vector/case/vmadc_vvm.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmadc_vxm.c b/tests/riscv/vector/case/vmadc_vxm.c index c169a57edd1c..b6411de218c8 100644 --- a/tests/riscv/vector/case/vmadc_vxm.c +++ b/tests/riscv/vector/case/vmadc_vxm.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmadd_vv.c b/tests/riscv/vector/case/vmadd_vv.c index 54b637fd802e..cb0973281b29 100644 --- a/tests/riscv/vector/case/vmadd_vv.c +++ b/tests/riscv/vector/case/vmadd_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmadd_vx.c b/tests/riscv/vector/case/vmadd_vx.c index 1aada84647f9..9c35b9abd5ca 100644 --- a/tests/riscv/vector/case/vmadd_vx.c +++ b/tests/riscv/vector/case/vmadd_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmand_mm.c b/tests/riscv/vector/case/vmand_mm.c index 54cfa4d8b661..65790391736a 100644 --- a/tests/riscv/vector/case/vmand_mm.c +++ b/tests/riscv/vector/case/vmand_mm.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmandnot_mm.c b/tests/riscv/vector/case/vmandnot_mm.c index f66754c2b4cb..420f7d11d520 100644 --- a/tests/riscv/vector/case/vmandnot_mm.c +++ b/tests/riscv/vector/case/vmandnot_mm.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmax_vv.c b/tests/riscv/vector/case/vmax_vv.c index 2de680e65efa..a5613aa0b383 100644 --- a/tests/riscv/vector/case/vmax_vv.c +++ b/tests/riscv/vector/case/vmax_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmax_vx.c b/tests/riscv/vector/case/vmax_vx.c index 50f4ca3a0489..da670cafd033 100644 --- a/tests/riscv/vector/case/vmax_vx.c +++ b/tests/riscv/vector/case/vmax_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmaxu_vv.c b/tests/riscv/vector/case/vmaxu_vv.c index bd2c35f34755..5705aba27960 100644 --- a/tests/riscv/vector/case/vmaxu_vv.c +++ b/tests/riscv/vector/case/vmaxu_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmaxu_vx.c b/tests/riscv/vector/case/vmaxu_vx.c index 7e04438c13ec..32fe1ed67778 100644 --- a/tests/riscv/vector/case/vmaxu_vx.c +++ b/tests/riscv/vector/case/vmaxu_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmerge_vim.c b/tests/riscv/vector/case/vmerge_vim.c index 35b5ca1b1920..5aa54d09bda8 100644 --- a/tests/riscv/vector/case/vmerge_vim.c +++ b/tests/riscv/vector/case/vmerge_vim.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmerge_vvm.c b/tests/riscv/vector/case/vmerge_vvm.c index a058c9a5726b..33d6b9b69261 100644 --- a/tests/riscv/vector/case/vmerge_vvm.c +++ b/tests/riscv/vector/case/vmerge_vvm.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmerge_vxm.c b/tests/riscv/vector/case/vmerge_vxm.c index 26ec67404325..768ca2b08754 100644 --- a/tests/riscv/vector/case/vmerge_vxm.c +++ b/tests/riscv/vector/case/vmerge_vxm.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmfeq_vf.c b/tests/riscv/vector/case/vmfeq_vf.c index 7e920bd6662a..c42f38a519cd 100644 --- a/tests/riscv/vector/case/vmfeq_vf.c +++ b/tests/riscv/vector/case/vmfeq_vf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmfeq_vv.c b/tests/riscv/vector/case/vmfeq_vv.c index b94111fd824f..37a73aefae49 100644 --- a/tests/riscv/vector/case/vmfeq_vv.c +++ b/tests/riscv/vector/case/vmfeq_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmfge_vf.c b/tests/riscv/vector/case/vmfge_vf.c index 9cb8bad35e86..c79f74b67ff3 100644 --- a/tests/riscv/vector/case/vmfge_vf.c +++ b/tests/riscv/vector/case/vmfge_vf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmfgt_vf.c b/tests/riscv/vector/case/vmfgt_vf.c index 85e0821e5c02..72e8f726785f 100644 --- a/tests/riscv/vector/case/vmfgt_vf.c +++ b/tests/riscv/vector/case/vmfgt_vf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmfirst_m.c b/tests/riscv/vector/case/vmfirst_m.c index 7cec0e72c90b..c142b79739dd 100644 --- a/tests/riscv/vector/case/vmfirst_m.c +++ b/tests/riscv/vector/case/vmfirst_m.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmfle_vf.c b/tests/riscv/vector/case/vmfle_vf.c index 73b8511385d8..d4a355377090 100644 --- a/tests/riscv/vector/case/vmfle_vf.c +++ b/tests/riscv/vector/case/vmfle_vf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmfle_vv.c b/tests/riscv/vector/case/vmfle_vv.c index e250f06f2726..9c0a14ce9bae 100644 --- a/tests/riscv/vector/case/vmfle_vv.c +++ b/tests/riscv/vector/case/vmfle_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmflt_vf.c b/tests/riscv/vector/case/vmflt_vf.c index 047cb7b19bc8..f90ca75e71da 100644 --- a/tests/riscv/vector/case/vmflt_vf.c +++ b/tests/riscv/vector/case/vmflt_vf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmflt_vv.c b/tests/riscv/vector/case/vmflt_vv.c index 6323d19e4d11..462566f107b1 100644 --- a/tests/riscv/vector/case/vmflt_vv.c +++ b/tests/riscv/vector/case/vmflt_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmfne_vf.c b/tests/riscv/vector/case/vmfne_vf.c index d47e7d25ef1a..9ef1e6ba5573 100644 --- a/tests/riscv/vector/case/vmfne_vf.c +++ b/tests/riscv/vector/case/vmfne_vf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmfne_vv.c b/tests/riscv/vector/case/vmfne_vv.c index ab4ed4728814..2bfb529b1a01 100644 --- a/tests/riscv/vector/case/vmfne_vv.c +++ b/tests/riscv/vector/case/vmfne_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmford_vf.c b/tests/riscv/vector/case/vmford_vf.c index 3c1c1ea451df..3e20594f8dbc 100644 --- a/tests/riscv/vector/case/vmford_vf.c +++ b/tests/riscv/vector/case/vmford_vf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmford_vv.c b/tests/riscv/vector/case/vmford_vv.c index 95ae86c46d1c..f5f34f91212a 100644 --- a/tests/riscv/vector/case/vmford_vv.c +++ b/tests/riscv/vector/case/vmford_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmin_vv.c b/tests/riscv/vector/case/vmin_vv.c index 964e78d348f1..b6140f193632 100644 --- a/tests/riscv/vector/case/vmin_vv.c +++ b/tests/riscv/vector/case/vmin_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmin_vx.c b/tests/riscv/vector/case/vmin_vx.c index 160b4b481e46..ea5b83fd6da4 100644 --- a/tests/riscv/vector/case/vmin_vx.c +++ b/tests/riscv/vector/case/vmin_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vminu_vv.c b/tests/riscv/vector/case/vminu_vv.c index 1bd1c86c64a1..2796cc6230b6 100644 --- a/tests/riscv/vector/case/vminu_vv.c +++ b/tests/riscv/vector/case/vminu_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vminu_vx.c b/tests/riscv/vector/case/vminu_vx.c index 60f59beec1f1..880526e8df34 100644 --- a/tests/riscv/vector/case/vminu_vx.c +++ b/tests/riscv/vector/case/vminu_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmnand_mm.c b/tests/riscv/vector/case/vmnand_mm.c index 9a1460636462..d0664379a357 100644 --- a/tests/riscv/vector/case/vmnand_mm.c +++ b/tests/riscv/vector/case/vmnand_mm.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmnor_mm.c b/tests/riscv/vector/case/vmnor_mm.c index 40f11ab36990..16f9782bc9f2 100644 --- a/tests/riscv/vector/case/vmnor_mm.c +++ b/tests/riscv/vector/case/vmnor_mm.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmor_mm.c b/tests/riscv/vector/case/vmor_mm.c index 22dd90a6e7ca..4f1c9cf0ec45 100644 --- a/tests/riscv/vector/case/vmor_mm.c +++ b/tests/riscv/vector/case/vmor_mm.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmornot_mm.c b/tests/riscv/vector/case/vmornot_mm.c index f4ef3f97f2e6..ed65fe2a8f50 100644 --- a/tests/riscv/vector/case/vmornot_mm.c +++ b/tests/riscv/vector/case/vmornot_mm.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmpopc_m.c b/tests/riscv/vector/case/vmpopc_m.c index a057d068d4c4..c0761c0b9e18 100644 --- a/tests/riscv/vector/case/vmpopc_m.c +++ b/tests/riscv/vector/case/vmpopc_m.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmsbc_vvm.c b/tests/riscv/vector/case/vmsbc_vvm.c index 21a10aff906e..97644ebc5d78 100644 --- a/tests/riscv/vector/case/vmsbc_vvm.c +++ b/tests/riscv/vector/case/vmsbc_vvm.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmsbc_vxm.c b/tests/riscv/vector/case/vmsbc_vxm.c index 10f4fc092552..60c2ed7668a3 100644 --- a/tests/riscv/vector/case/vmsbc_vxm.c +++ b/tests/riscv/vector/case/vmsbc_vxm.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmsbf_m.c b/tests/riscv/vector/case/vmsbf_m.c index 7c4d7e64f22f..eff2aaca067d 100644 --- a/tests/riscv/vector/case/vmsbf_m.c +++ b/tests/riscv/vector/case/vmsbf_m.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmseq_vi.c b/tests/riscv/vector/case/vmseq_vi.c index b577ff407d35..d8727889aff3 100644 --- a/tests/riscv/vector/case/vmseq_vi.c +++ b/tests/riscv/vector/case/vmseq_vi.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmseq_vv.c b/tests/riscv/vector/case/vmseq_vv.c index 1a7d1ecf1cbd..5d6fdd94b8e5 100644 --- a/tests/riscv/vector/case/vmseq_vv.c +++ b/tests/riscv/vector/case/vmseq_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmseq_vx.c b/tests/riscv/vector/case/vmseq_vx.c index a2b78b10e577..cbd8f3d3f74b 100644 --- a/tests/riscv/vector/case/vmseq_vx.c +++ b/tests/riscv/vector/case/vmseq_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmsgt_vi.c b/tests/riscv/vector/case/vmsgt_vi.c index 63b3419171a3..a3fc82d99d5d 100644 --- a/tests/riscv/vector/case/vmsgt_vi.c +++ b/tests/riscv/vector/case/vmsgt_vi.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmsgt_vx.c b/tests/riscv/vector/case/vmsgt_vx.c index fc2d0eb8e31d..d8ac7600210a 100644 --- a/tests/riscv/vector/case/vmsgt_vx.c +++ b/tests/riscv/vector/case/vmsgt_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmsgtu_vi.c b/tests/riscv/vector/case/vmsgtu_vi.c index 9536da210117..c6340742031a 100644 --- a/tests/riscv/vector/case/vmsgtu_vi.c +++ b/tests/riscv/vector/case/vmsgtu_vi.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmsgtu_vx.c b/tests/riscv/vector/case/vmsgtu_vx.c index 1a7c251ad714..f9aa28676d0e 100644 --- a/tests/riscv/vector/case/vmsgtu_vx.c +++ b/tests/riscv/vector/case/vmsgtu_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmsif_m.c b/tests/riscv/vector/case/vmsif_m.c index 701552403ae5..735ee955c95e 100644 --- a/tests/riscv/vector/case/vmsif_m.c +++ b/tests/riscv/vector/case/vmsif_m.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmsle_vi.c b/tests/riscv/vector/case/vmsle_vi.c index b1fd3f419b88..9a619cd107a0 100644 --- a/tests/riscv/vector/case/vmsle_vi.c +++ b/tests/riscv/vector/case/vmsle_vi.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmsle_vv.c b/tests/riscv/vector/case/vmsle_vv.c index e1534fc4b502..43704d932a83 100644 --- a/tests/riscv/vector/case/vmsle_vv.c +++ b/tests/riscv/vector/case/vmsle_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmsle_vx.c b/tests/riscv/vector/case/vmsle_vx.c index f936959503d2..d8f7e713e337 100644 --- a/tests/riscv/vector/case/vmsle_vx.c +++ b/tests/riscv/vector/case/vmsle_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmsleu_vi.c b/tests/riscv/vector/case/vmsleu_vi.c index 6a2632b72f04..c98358454eb9 100644 --- a/tests/riscv/vector/case/vmsleu_vi.c +++ b/tests/riscv/vector/case/vmsleu_vi.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmsleu_vv.c b/tests/riscv/vector/case/vmsleu_vv.c index ad00c18194d6..2a73f63a4c50 100644 --- a/tests/riscv/vector/case/vmsleu_vv.c +++ b/tests/riscv/vector/case/vmsleu_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmsleu_vx.c b/tests/riscv/vector/case/vmsleu_vx.c index 36b19e718526..cec478a025f8 100644 --- a/tests/riscv/vector/case/vmsleu_vx.c +++ b/tests/riscv/vector/case/vmsleu_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmslt_vv.c b/tests/riscv/vector/case/vmslt_vv.c index 990898e0f63d..47a6eee7bae9 100644 --- a/tests/riscv/vector/case/vmslt_vv.c +++ b/tests/riscv/vector/case/vmslt_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmslt_vx.c b/tests/riscv/vector/case/vmslt_vx.c index 9cb4f71769f2..d2fc63be7808 100644 --- a/tests/riscv/vector/case/vmslt_vx.c +++ b/tests/riscv/vector/case/vmslt_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmsltu_vv.c b/tests/riscv/vector/case/vmsltu_vv.c index d2b02948fb70..74baa00aee0e 100644 --- a/tests/riscv/vector/case/vmsltu_vv.c +++ b/tests/riscv/vector/case/vmsltu_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmsltu_vx.c b/tests/riscv/vector/case/vmsltu_vx.c index f67a9d1fff7c..8e608ba75725 100644 --- a/tests/riscv/vector/case/vmsltu_vx.c +++ b/tests/riscv/vector/case/vmsltu_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmsne_vi.c b/tests/riscv/vector/case/vmsne_vi.c index 3e921b934d1f..7b2a5702128a 100644 --- a/tests/riscv/vector/case/vmsne_vi.c +++ b/tests/riscv/vector/case/vmsne_vi.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmsne_vv.c b/tests/riscv/vector/case/vmsne_vv.c index 28dcb62dd84c..cde90eac2757 100644 --- a/tests/riscv/vector/case/vmsne_vv.c +++ b/tests/riscv/vector/case/vmsne_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmsne_vx.c b/tests/riscv/vector/case/vmsne_vx.c index e92fcce6bc2d..7157d08ea7f1 100644 --- a/tests/riscv/vector/case/vmsne_vx.c +++ b/tests/riscv/vector/case/vmsne_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmsof_m.c b/tests/riscv/vector/case/vmsof_m.c index d24efd360df4..17c09485943b 100644 --- a/tests/riscv/vector/case/vmsof_m.c +++ b/tests/riscv/vector/case/vmsof_m.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmul_vv.c b/tests/riscv/vector/case/vmul_vv.c index 2da7c8725cb2..a39439a0d898 100644 --- a/tests/riscv/vector/case/vmul_vv.c +++ b/tests/riscv/vector/case/vmul_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmul_vx.c b/tests/riscv/vector/case/vmul_vx.c index 2c157684dceb..cf9bdceac47d 100644 --- a/tests/riscv/vector/case/vmul_vx.c +++ b/tests/riscv/vector/case/vmul_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmulh_vv.c b/tests/riscv/vector/case/vmulh_vv.c index 78b7640a46a9..098a12fbfc54 100644 --- a/tests/riscv/vector/case/vmulh_vv.c +++ b/tests/riscv/vector/case/vmulh_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmulh_vx.c b/tests/riscv/vector/case/vmulh_vx.c index 47013e18627a..a2228a514ef1 100644 --- a/tests/riscv/vector/case/vmulh_vx.c +++ b/tests/riscv/vector/case/vmulh_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmulhsu_vv.c b/tests/riscv/vector/case/vmulhsu_vv.c index 7c81afca4529..54686224bcc1 100644 --- a/tests/riscv/vector/case/vmulhsu_vv.c +++ b/tests/riscv/vector/case/vmulhsu_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmulhsu_vx.c b/tests/riscv/vector/case/vmulhsu_vx.c index 6f590c7e960b..bf30a820149f 100644 --- a/tests/riscv/vector/case/vmulhsu_vx.c +++ b/tests/riscv/vector/case/vmulhsu_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmulhu_vv.c b/tests/riscv/vector/case/vmulhu_vv.c index 1389b1243664..06090a7edcdd 100644 --- a/tests/riscv/vector/case/vmulhu_vv.c +++ b/tests/riscv/vector/case/vmulhu_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmulhu_vx.c b/tests/riscv/vector/case/vmulhu_vx.c index cb6bfbcf847c..6c2ddfffe56a 100644 --- a/tests/riscv/vector/case/vmulhu_vx.c +++ b/tests/riscv/vector/case/vmulhu_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmv_s_x.c b/tests/riscv/vector/case/vmv_s_x.c index 91eae40ec60d..c5cbda45d9ce 100644 --- a/tests/riscv/vector/case/vmv_s_x.c +++ b/tests/riscv/vector/case/vmv_s_x.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmv_vi.c b/tests/riscv/vector/case/vmv_vi.c index 6a812b835a6f..8008b7d36c26 100644 --- a/tests/riscv/vector/case/vmv_vi.c +++ b/tests/riscv/vector/case/vmv_vi.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmv_vv.c b/tests/riscv/vector/case/vmv_vv.c index 2d6b933439ee..b8dd10052e72 100644 --- a/tests/riscv/vector/case/vmv_vv.c +++ b/tests/riscv/vector/case/vmv_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmv_vx.c b/tests/riscv/vector/case/vmv_vx.c index e154896682ad..fa8d34e8db77 100644 --- a/tests/riscv/vector/case/vmv_vx.c +++ b/tests/riscv/vector/case/vmv_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmxnor_mm.c b/tests/riscv/vector/case/vmxnor_mm.c index 2d017bd3701c..7806c50813a4 100644 --- a/tests/riscv/vector/case/vmxnor_mm.c +++ b/tests/riscv/vector/case/vmxnor_mm.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vmxor_mm.c b/tests/riscv/vector/case/vmxor_mm.c index c757eb9d11a0..12db3423b745 100644 --- a/tests/riscv/vector/case/vmxor_mm.c +++ b/tests/riscv/vector/case/vmxor_mm.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vnclip_vi.c b/tests/riscv/vector/case/vnclip_vi.c index a63ccb658749..1aac582950af 100644 --- a/tests/riscv/vector/case/vnclip_vi.c +++ b/tests/riscv/vector/case/vnclip_vi.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vnclip_vv.c b/tests/riscv/vector/case/vnclip_vv.c index 69674f5ef48b..6734f54ef245 100644 --- a/tests/riscv/vector/case/vnclip_vv.c +++ b/tests/riscv/vector/case/vnclip_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vnclip_vx.c b/tests/riscv/vector/case/vnclip_vx.c index 992b7e52aaa8..91797820e084 100644 --- a/tests/riscv/vector/case/vnclip_vx.c +++ b/tests/riscv/vector/case/vnclip_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vnmsac_vv.c b/tests/riscv/vector/case/vnmsac_vv.c index 3d23d71d0bf0..602f6c5ab49b 100644 --- a/tests/riscv/vector/case/vnmsac_vv.c +++ b/tests/riscv/vector/case/vnmsac_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vnmsac_vx.c b/tests/riscv/vector/case/vnmsac_vx.c index c82e0a268fcf..e28eee19f8ee 100644 --- a/tests/riscv/vector/case/vnmsac_vx.c +++ b/tests/riscv/vector/case/vnmsac_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vnmsub_vv.c b/tests/riscv/vector/case/vnmsub_vv.c index c2949f07496b..1abf69579a50 100644 --- a/tests/riscv/vector/case/vnmsub_vv.c +++ b/tests/riscv/vector/case/vnmsub_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vnmsub_vx.c b/tests/riscv/vector/case/vnmsub_vx.c index 418f4945b926..d9f430ae6d27 100644 --- a/tests/riscv/vector/case/vnmsub_vx.c +++ b/tests/riscv/vector/case/vnmsub_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vnsra_vi.c b/tests/riscv/vector/case/vnsra_vi.c index 984e3824b405..d898148445b6 100644 --- a/tests/riscv/vector/case/vnsra_vi.c +++ b/tests/riscv/vector/case/vnsra_vi.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vnsra_vv.c b/tests/riscv/vector/case/vnsra_vv.c index 62bca54f45e3..8c39db2f795c 100644 --- a/tests/riscv/vector/case/vnsra_vv.c +++ b/tests/riscv/vector/case/vnsra_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vnsra_vx.c b/tests/riscv/vector/case/vnsra_vx.c index c91d306f4b3c..12bb7b7f2168 100644 --- a/tests/riscv/vector/case/vnsra_vx.c +++ b/tests/riscv/vector/case/vnsra_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vnsrl_vi.c b/tests/riscv/vector/case/vnsrl_vi.c index e8977c28829b..aacaa313bfae 100644 --- a/tests/riscv/vector/case/vnsrl_vi.c +++ b/tests/riscv/vector/case/vnsrl_vi.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vnsrl_vv.c b/tests/riscv/vector/case/vnsrl_vv.c index e8eb4984bbca..bcac7bb0e4ad 100644 --- a/tests/riscv/vector/case/vnsrl_vv.c +++ b/tests/riscv/vector/case/vnsrl_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vnsrl_vx.c b/tests/riscv/vector/case/vnsrl_vx.c index ca78549cbd7b..29facdb51e49 100644 --- a/tests/riscv/vector/case/vnsrl_vx.c +++ b/tests/riscv/vector/case/vnsrl_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vor_vi.c b/tests/riscv/vector/case/vor_vi.c index d521b2e99b69..47a74dcec96b 100644 --- a/tests/riscv/vector/case/vor_vi.c +++ b/tests/riscv/vector/case/vor_vi.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vor_vv.c b/tests/riscv/vector/case/vor_vv.c index f0f5fd418a9a..ac7fc29b66c1 100644 --- a/tests/riscv/vector/case/vor_vv.c +++ b/tests/riscv/vector/case/vor_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vor_vx.c b/tests/riscv/vector/case/vor_vx.c index 251c6d3729ee..3f5972af2dcb 100644 --- a/tests/riscv/vector/case/vor_vx.c +++ b/tests/riscv/vector/case/vor_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vredand_vs.c b/tests/riscv/vector/case/vredand_vs.c index 47f19439d619..314b6debf7b0 100644 --- a/tests/riscv/vector/case/vredand_vs.c +++ b/tests/riscv/vector/case/vredand_vs.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vredmax_vs.c b/tests/riscv/vector/case/vredmax_vs.c index 06996f6c20a8..a3a3f0d8e11f 100644 --- a/tests/riscv/vector/case/vredmax_vs.c +++ b/tests/riscv/vector/case/vredmax_vs.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vredmin_vs.c b/tests/riscv/vector/case/vredmin_vs.c index b6ed7f4c101b..1a2e1a27cd43 100644 --- a/tests/riscv/vector/case/vredmin_vs.c +++ b/tests/riscv/vector/case/vredmin_vs.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vredor_vs.c b/tests/riscv/vector/case/vredor_vs.c index 8e965530af93..c80ded61bb2c 100644 --- a/tests/riscv/vector/case/vredor_vs.c +++ b/tests/riscv/vector/case/vredor_vs.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vredsum_vs.c b/tests/riscv/vector/case/vredsum_vs.c index c116f6b4aa17..989822a4112f 100644 --- a/tests/riscv/vector/case/vredsum_vs.c +++ b/tests/riscv/vector/case/vredsum_vs.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vredxor_vs.c b/tests/riscv/vector/case/vredxor_vs.c index ef000773bea0..79a3c4fd6a6e 100644 --- a/tests/riscv/vector/case/vredxor_vs.c +++ b/tests/riscv/vector/case/vredxor_vs.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vrem_vv.c b/tests/riscv/vector/case/vrem_vv.c index 0b04bb89adae..122220053ebc 100644 --- a/tests/riscv/vector/case/vrem_vv.c +++ b/tests/riscv/vector/case/vrem_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vrem_vx.c b/tests/riscv/vector/case/vrem_vx.c index 1aa0245c513e..39c4f6dbf72e 100644 --- a/tests/riscv/vector/case/vrem_vx.c +++ b/tests/riscv/vector/case/vrem_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vremu_vv.c b/tests/riscv/vector/case/vremu_vv.c index 5f3b8112b78a..889e7c1faf30 100644 --- a/tests/riscv/vector/case/vremu_vv.c +++ b/tests/riscv/vector/case/vremu_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vremu_vx.c b/tests/riscv/vector/case/vremu_vx.c index 0c0946278723..21c80c1e15cc 100644 --- a/tests/riscv/vector/case/vremu_vx.c +++ b/tests/riscv/vector/case/vremu_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vrgather_vi.c b/tests/riscv/vector/case/vrgather_vi.c index f2dfda90aceb..6172ea367b2b 100644 --- a/tests/riscv/vector/case/vrgather_vi.c +++ b/tests/riscv/vector/case/vrgather_vi.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vrgather_vv.c b/tests/riscv/vector/case/vrgather_vv.c index dcaee5f80161..68da15c2245c 100644 --- a/tests/riscv/vector/case/vrgather_vv.c +++ b/tests/riscv/vector/case/vrgather_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vrgather_vx.c b/tests/riscv/vector/case/vrgather_vx.c index ddc20e7d4656..a24b476c5f4f 100644 --- a/tests/riscv/vector/case/vrgather_vx.c +++ b/tests/riscv/vector/case/vrgather_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vrsub_vi.c b/tests/riscv/vector/case/vrsub_vi.c index 2f244c18f1ff..fc235348966a 100644 --- a/tests/riscv/vector/case/vrsub_vi.c +++ b/tests/riscv/vector/case/vrsub_vi.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vrsub_vx.c b/tests/riscv/vector/case/vrsub_vx.c index 7dbbf0fa4941..62b615170e77 100644 --- a/tests/riscv/vector/case/vrsub_vx.c +++ b/tests/riscv/vector/case/vrsub_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsadd_vi.c b/tests/riscv/vector/case/vsadd_vi.c index 9b5da05d1e19..9e17a9b9a5c4 100644 --- a/tests/riscv/vector/case/vsadd_vi.c +++ b/tests/riscv/vector/case/vsadd_vi.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsadd_vv.c b/tests/riscv/vector/case/vsadd_vv.c index 6265a2492492..5b5dcca66476 100644 --- a/tests/riscv/vector/case/vsadd_vv.c +++ b/tests/riscv/vector/case/vsadd_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsadd_vx.c b/tests/riscv/vector/case/vsadd_vx.c index 4a3aec6744bc..cdca79539862 100644 --- a/tests/riscv/vector/case/vsadd_vx.c +++ b/tests/riscv/vector/case/vsadd_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsaddu_vi.c b/tests/riscv/vector/case/vsaddu_vi.c index ad9ea7f3d3d7..a4a79d10f4c0 100644 --- a/tests/riscv/vector/case/vsaddu_vi.c +++ b/tests/riscv/vector/case/vsaddu_vi.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsaddu_vv.c b/tests/riscv/vector/case/vsaddu_vv.c index f2a75aafde0b..cb36a0d2ffd0 100644 --- a/tests/riscv/vector/case/vsaddu_vv.c +++ b/tests/riscv/vector/case/vsaddu_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsaddu_vx.c b/tests/riscv/vector/case/vsaddu_vx.c index 73215dc4f814..ee687194e373 100644 --- a/tests/riscv/vector/case/vsaddu_vx.c +++ b/tests/riscv/vector/case/vsaddu_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsb.c b/tests/riscv/vector/case/vsb.c index 3311c0699fd7..7cd69ff7f8a2 100644 --- a/tests/riscv/vector/case/vsb.c +++ b/tests/riscv/vector/case/vsb.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsbc_vvm.c b/tests/riscv/vector/case/vsbc_vvm.c index 989c1f88572d..b62bb93460a2 100644 --- a/tests/riscv/vector/case/vsbc_vvm.c +++ b/tests/riscv/vector/case/vsbc_vvm.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsbc_vxm.c b/tests/riscv/vector/case/vsbc_vxm.c index 30499fedaf48..4101ea99232b 100644 --- a/tests/riscv/vector/case/vsbc_vxm.c +++ b/tests/riscv/vector/case/vsbc_vxm.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vse.c b/tests/riscv/vector/case/vse.c index 26ad25d7410e..2f37c93e6570 100644 --- a/tests/riscv/vector/case/vse.c +++ b/tests/riscv/vector/case/vse.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsh.c b/tests/riscv/vector/case/vsh.c index da95e3adf5cf..df6891e3c65b 100644 --- a/tests/riscv/vector/case/vsh.c +++ b/tests/riscv/vector/case/vsh.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vslide1down_vx.c b/tests/riscv/vector/case/vslide1down_vx.c index 3769c30dc5f6..edca455c1a1c 100644 --- a/tests/riscv/vector/case/vslide1down_vx.c +++ b/tests/riscv/vector/case/vslide1down_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vslide1up_vx.c b/tests/riscv/vector/case/vslide1up_vx.c index 7bd74d9a9412..ab4e6026a2d1 100644 --- a/tests/riscv/vector/case/vslide1up_vx.c +++ b/tests/riscv/vector/case/vslide1up_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vslidedown_vi.c b/tests/riscv/vector/case/vslidedown_vi.c index f6069163b0f9..9e147b42b0df 100644 --- a/tests/riscv/vector/case/vslidedown_vi.c +++ b/tests/riscv/vector/case/vslidedown_vi.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vslidedown_vx.c b/tests/riscv/vector/case/vslidedown_vx.c index 7e1b0cf03d1b..d034c411f0af 100644 --- a/tests/riscv/vector/case/vslidedown_vx.c +++ b/tests/riscv/vector/case/vslidedown_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vslideup_vi.c b/tests/riscv/vector/case/vslideup_vi.c index 1bf102e5100b..3277e3464961 100644 --- a/tests/riscv/vector/case/vslideup_vi.c +++ b/tests/riscv/vector/case/vslideup_vi.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vslideup_vx.c b/tests/riscv/vector/case/vslideup_vx.c index d24c7d1705f4..9985b1239f09 100644 --- a/tests/riscv/vector/case/vslideup_vx.c +++ b/tests/riscv/vector/case/vslideup_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsll_vi.c b/tests/riscv/vector/case/vsll_vi.c index 2799be96f8e3..97341737842c 100644 --- a/tests/riscv/vector/case/vsll_vi.c +++ b/tests/riscv/vector/case/vsll_vi.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsll_vv.c b/tests/riscv/vector/case/vsll_vv.c index bbdb303bebfb..fef10120eef2 100644 --- a/tests/riscv/vector/case/vsll_vv.c +++ b/tests/riscv/vector/case/vsll_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsll_vx.c b/tests/riscv/vector/case/vsll_vx.c index 02bb2f87d87f..3dc3bb9bda9a 100644 --- a/tests/riscv/vector/case/vsll_vx.c +++ b/tests/riscv/vector/case/vsll_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsmul_vv.c b/tests/riscv/vector/case/vsmul_vv.c index 9aca7ad8119a..ef32e9dd7699 100644 --- a/tests/riscv/vector/case/vsmul_vv.c +++ b/tests/riscv/vector/case/vsmul_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsmul_vx.c b/tests/riscv/vector/case/vsmul_vx.c index 4ae290086a57..bed4333d1fdc 100644 --- a/tests/riscv/vector/case/vsmul_vx.c +++ b/tests/riscv/vector/case/vsmul_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsra_vi.c b/tests/riscv/vector/case/vsra_vi.c index 2166e534311c..45d8c4741e2f 100644 --- a/tests/riscv/vector/case/vsra_vi.c +++ b/tests/riscv/vector/case/vsra_vi.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsra_vv.c b/tests/riscv/vector/case/vsra_vv.c index 5dac78896c99..d4119c9f5c6b 100644 --- a/tests/riscv/vector/case/vsra_vv.c +++ b/tests/riscv/vector/case/vsra_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsra_vx.c b/tests/riscv/vector/case/vsra_vx.c index b1f987407a98..e702d595794f 100644 --- a/tests/riscv/vector/case/vsra_vx.c +++ b/tests/riscv/vector/case/vsra_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsrl_vi.c b/tests/riscv/vector/case/vsrl_vi.c index 19caf0363d67..78ccc8670522 100644 --- a/tests/riscv/vector/case/vsrl_vi.c +++ b/tests/riscv/vector/case/vsrl_vi.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsrl_vv.c b/tests/riscv/vector/case/vsrl_vv.c index d96408467bfb..9348697b3d52 100644 --- a/tests/riscv/vector/case/vsrl_vv.c +++ b/tests/riscv/vector/case/vsrl_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsrl_vx.c b/tests/riscv/vector/case/vsrl_vx.c index 3c2e4273f2f9..21a423d1dd9b 100644 --- a/tests/riscv/vector/case/vsrl_vx.c +++ b/tests/riscv/vector/case/vsrl_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vssb.c b/tests/riscv/vector/case/vssb.c index bf9bf0fceb42..fc8cbf69da67 100644 --- a/tests/riscv/vector/case/vssb.c +++ b/tests/riscv/vector/case/vssb.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsse.c b/tests/riscv/vector/case/vsse.c index b18d915b5fc6..c76271b8a576 100644 --- a/tests/riscv/vector/case/vsse.c +++ b/tests/riscv/vector/case/vsse.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsseg2b.c b/tests/riscv/vector/case/vsseg2b.c index 7c286efd15ea..520fc4f477cd 100644 --- a/tests/riscv/vector/case/vsseg2b.c +++ b/tests/riscv/vector/case/vsseg2b.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsseg2e.c b/tests/riscv/vector/case/vsseg2e.c index 01ec78597260..e50ccb097334 100644 --- a/tests/riscv/vector/case/vsseg2e.c +++ b/tests/riscv/vector/case/vsseg2e.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsseg2h.c b/tests/riscv/vector/case/vsseg2h.c index acb7300b8628..926766ee53ae 100644 --- a/tests/riscv/vector/case/vsseg2h.c +++ b/tests/riscv/vector/case/vsseg2h.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsseg2w.c b/tests/riscv/vector/case/vsseg2w.c index 53407951a899..d98e2217f977 100644 --- a/tests/riscv/vector/case/vsseg2w.c +++ b/tests/riscv/vector/case/vsseg2w.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vssh.c b/tests/riscv/vector/case/vssh.c index 792b72a0e282..18c71dcc5e1d 100644 --- a/tests/riscv/vector/case/vssh.c +++ b/tests/riscv/vector/case/vssh.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vssra_vi.c b/tests/riscv/vector/case/vssra_vi.c index 4e914d8e9af4..491c83860ef5 100644 --- a/tests/riscv/vector/case/vssra_vi.c +++ b/tests/riscv/vector/case/vssra_vi.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vssra_vv.c b/tests/riscv/vector/case/vssra_vv.c index 18842f65061c..d3b02e1918d4 100644 --- a/tests/riscv/vector/case/vssra_vv.c +++ b/tests/riscv/vector/case/vssra_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vssra_vx.c b/tests/riscv/vector/case/vssra_vx.c index e23072ea790f..8ffa2dac333c 100644 --- a/tests/riscv/vector/case/vssra_vx.c +++ b/tests/riscv/vector/case/vssra_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vssrl_vi.c b/tests/riscv/vector/case/vssrl_vi.c index 24fff33e281f..df9c8fad3782 100644 --- a/tests/riscv/vector/case/vssrl_vi.c +++ b/tests/riscv/vector/case/vssrl_vi.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vssrl_vv.c b/tests/riscv/vector/case/vssrl_vv.c index ca795fcf1c23..58fc185d2b1b 100644 --- a/tests/riscv/vector/case/vssrl_vv.c +++ b/tests/riscv/vector/case/vssrl_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vssseg2b.c b/tests/riscv/vector/case/vssseg2b.c index 1bd4dfe3e55a..2f41d9032bd3 100644 --- a/tests/riscv/vector/case/vssseg2b.c +++ b/tests/riscv/vector/case/vssseg2b.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vssseg2e.c b/tests/riscv/vector/case/vssseg2e.c index d9b57e10dfe4..6d8c4a1bcc72 100644 --- a/tests/riscv/vector/case/vssseg2e.c +++ b/tests/riscv/vector/case/vssseg2e.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vssseg2h.c b/tests/riscv/vector/case/vssseg2h.c index e0e9cf2e4133..406f75801428 100644 --- a/tests/riscv/vector/case/vssseg2h.c +++ b/tests/riscv/vector/case/vssseg2h.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vssseg2w.c b/tests/riscv/vector/case/vssseg2w.c index afaa9fbd3a2d..a54b4ab9450d 100644 --- a/tests/riscv/vector/case/vssseg2w.c +++ b/tests/riscv/vector/case/vssseg2w.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vssub_vv.c b/tests/riscv/vector/case/vssub_vv.c index 9e1c47727ada..7b57e604005f 100644 --- a/tests/riscv/vector/case/vssub_vv.c +++ b/tests/riscv/vector/case/vssub_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vssub_vx.c b/tests/riscv/vector/case/vssub_vx.c index 377c9c1dff50..19ade366a915 100644 --- a/tests/riscv/vector/case/vssub_vx.c +++ b/tests/riscv/vector/case/vssub_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vssw.c b/tests/riscv/vector/case/vssw.c index e2f68eb2a588..265a4204d9ae 100644 --- a/tests/riscv/vector/case/vssw.c +++ b/tests/riscv/vector/case/vssw.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsub_vv.c b/tests/riscv/vector/case/vsub_vv.c index 8628db6332d5..8362cdcb0bae 100644 --- a/tests/riscv/vector/case/vsub_vv.c +++ b/tests/riscv/vector/case/vsub_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsub_vx.c b/tests/riscv/vector/case/vsub_vx.c index 8f0a517702f9..ee1f9149d17b 100644 --- a/tests/riscv/vector/case/vsub_vx.c +++ b/tests/riscv/vector/case/vsub_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsw.c b/tests/riscv/vector/case/vsw.c index d49433ef0c19..91de02896133 100644 --- a/tests/riscv/vector/case/vsw.c +++ b/tests/riscv/vector/case/vsw.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsxb.c b/tests/riscv/vector/case/vsxb.c index 5bf022feeab7..72692461a59f 100644 --- a/tests/riscv/vector/case/vsxb.c +++ b/tests/riscv/vector/case/vsxb.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsxe.c b/tests/riscv/vector/case/vsxe.c index 2c867c309afc..9cad0e80156f 100644 --- a/tests/riscv/vector/case/vsxe.c +++ b/tests/riscv/vector/case/vsxe.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsxh.c b/tests/riscv/vector/case/vsxh.c index 14f7fe4c8db0..afd7de652e92 100644 --- a/tests/riscv/vector/case/vsxh.c +++ b/tests/riscv/vector/case/vsxh.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsxseg2b.c b/tests/riscv/vector/case/vsxseg2b.c index 60618051ca5b..12efddf2182a 100644 --- a/tests/riscv/vector/case/vsxseg2b.c +++ b/tests/riscv/vector/case/vsxseg2b.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsxseg2e.c b/tests/riscv/vector/case/vsxseg2e.c index c84421dd8393..bacec74d0ed2 100644 --- a/tests/riscv/vector/case/vsxseg2e.c +++ b/tests/riscv/vector/case/vsxseg2e.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsxseg2h.c b/tests/riscv/vector/case/vsxseg2h.c index a9b8b2652638..1a70b196cd5f 100644 --- a/tests/riscv/vector/case/vsxseg2h.c +++ b/tests/riscv/vector/case/vsxseg2h.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsxseg2w.c b/tests/riscv/vector/case/vsxseg2w.c index 6a7eca48e054..e83912f81cb0 100644 --- a/tests/riscv/vector/case/vsxseg2w.c +++ b/tests/riscv/vector/case/vsxseg2w.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vsxw.c b/tests/riscv/vector/case/vsxw.c index ba642734e687..7c35c0a21d7e 100644 --- a/tests/riscv/vector/case/vsxw.c +++ b/tests/riscv/vector/case/vsxw.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwadd_vv.c b/tests/riscv/vector/case/vwadd_vv.c index 5eb9988aecfa..0674ae4840a1 100644 --- a/tests/riscv/vector/case/vwadd_vv.c +++ b/tests/riscv/vector/case/vwadd_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwadd_vx.c b/tests/riscv/vector/case/vwadd_vx.c index c0addd82c227..e7f3dbe31e9d 100644 --- a/tests/riscv/vector/case/vwadd_vx.c +++ b/tests/riscv/vector/case/vwadd_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwadd_wv.c b/tests/riscv/vector/case/vwadd_wv.c index bdd16b1e58b7..be9977d7290f 100644 --- a/tests/riscv/vector/case/vwadd_wv.c +++ b/tests/riscv/vector/case/vwadd_wv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwadd_wx.c b/tests/riscv/vector/case/vwadd_wx.c index 4f37209b852c..97ef4a96bbf2 100644 --- a/tests/riscv/vector/case/vwadd_wx.c +++ b/tests/riscv/vector/case/vwadd_wx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwaddu_vv.c b/tests/riscv/vector/case/vwaddu_vv.c index 46bbf654ad74..f8a85550bba5 100644 --- a/tests/riscv/vector/case/vwaddu_vv.c +++ b/tests/riscv/vector/case/vwaddu_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwaddu_vx.c b/tests/riscv/vector/case/vwaddu_vx.c index eba4e104c43b..907ba51491b6 100644 --- a/tests/riscv/vector/case/vwaddu_vx.c +++ b/tests/riscv/vector/case/vwaddu_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwaddu_wv.c b/tests/riscv/vector/case/vwaddu_wv.c index d0040ea1a578..ee7f673e5872 100644 --- a/tests/riscv/vector/case/vwaddu_wv.c +++ b/tests/riscv/vector/case/vwaddu_wv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwaddu_wx.c b/tests/riscv/vector/case/vwaddu_wx.c index 1320f4e8048d..bed96ceab699 100644 --- a/tests/riscv/vector/case/vwaddu_wx.c +++ b/tests/riscv/vector/case/vwaddu_wx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwmacc_vv.c b/tests/riscv/vector/case/vwmacc_vv.c index 0ef2804319cd..f6b1167d24b9 100644 --- a/tests/riscv/vector/case/vwmacc_vv.c +++ b/tests/riscv/vector/case/vwmacc_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwmacc_vx.c b/tests/riscv/vector/case/vwmacc_vx.c index c194d0e2e301..168fb0635180 100644 --- a/tests/riscv/vector/case/vwmacc_vx.c +++ b/tests/riscv/vector/case/vwmacc_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwmaccsu_vv.c b/tests/riscv/vector/case/vwmaccsu_vv.c index 22faff130917..aea29749bff6 100644 --- a/tests/riscv/vector/case/vwmaccsu_vv.c +++ b/tests/riscv/vector/case/vwmaccsu_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwmaccsu_vx.c b/tests/riscv/vector/case/vwmaccsu_vx.c index 33cc3696f67c..bd7e5a62c02b 100644 --- a/tests/riscv/vector/case/vwmaccsu_vx.c +++ b/tests/riscv/vector/case/vwmaccsu_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwmaccu_vv.c b/tests/riscv/vector/case/vwmaccu_vv.c index cc4c144bb51f..f656f96d10d5 100644 --- a/tests/riscv/vector/case/vwmaccu_vv.c +++ b/tests/riscv/vector/case/vwmaccu_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwmaccu_vx.c b/tests/riscv/vector/case/vwmaccu_vx.c index 0e8995ecf221..4a744a6428ed 100644 --- a/tests/riscv/vector/case/vwmaccu_vx.c +++ b/tests/riscv/vector/case/vwmaccu_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwmaccus_vx.c b/tests/riscv/vector/case/vwmaccus_vx.c index 1e925022df3f..0b6b365c2485 100644 --- a/tests/riscv/vector/case/vwmaccus_vx.c +++ b/tests/riscv/vector/case/vwmaccus_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwmul_vv.c b/tests/riscv/vector/case/vwmul_vv.c index 3479d4380463..722bb9eebe52 100644 --- a/tests/riscv/vector/case/vwmul_vv.c +++ b/tests/riscv/vector/case/vwmul_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwmul_vx.c b/tests/riscv/vector/case/vwmul_vx.c index ce4fbb6ecb17..bc92a2352c15 100644 --- a/tests/riscv/vector/case/vwmul_vx.c +++ b/tests/riscv/vector/case/vwmul_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwmulsu_vv.c b/tests/riscv/vector/case/vwmulsu_vv.c index 4ffbb132b092..447dc6e5be66 100644 --- a/tests/riscv/vector/case/vwmulsu_vv.c +++ b/tests/riscv/vector/case/vwmulsu_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwmulsu_vx.c b/tests/riscv/vector/case/vwmulsu_vx.c index 8b3aeabae369..1bed76d4db4c 100644 --- a/tests/riscv/vector/case/vwmulsu_vx.c +++ b/tests/riscv/vector/case/vwmulsu_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwmulu_vv.c b/tests/riscv/vector/case/vwmulu_vv.c index 4e4684eec755..79a0b25d4d97 100644 --- a/tests/riscv/vector/case/vwmulu_vv.c +++ b/tests/riscv/vector/case/vwmulu_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwmulu_vx.c b/tests/riscv/vector/case/vwmulu_vx.c index 254b3918fb13..9afeba3bca1c 100644 --- a/tests/riscv/vector/case/vwmulu_vx.c +++ b/tests/riscv/vector/case/vwmulu_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwredsum_vs.c b/tests/riscv/vector/case/vwredsum_vs.c index 6ff8c17b5177..78a06f964c19 100644 --- a/tests/riscv/vector/case/vwredsum_vs.c +++ b/tests/riscv/vector/case/vwredsum_vs.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwsmacc_vv.c b/tests/riscv/vector/case/vwsmacc_vv.c index 6c914a1506a4..e040c8132be7 100644 --- a/tests/riscv/vector/case/vwsmacc_vv.c +++ b/tests/riscv/vector/case/vwsmacc_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwsmacc_vx.c b/tests/riscv/vector/case/vwsmacc_vx.c index 5c808f226099..cec98b9609dc 100644 --- a/tests/riscv/vector/case/vwsmacc_vx.c +++ b/tests/riscv/vector/case/vwsmacc_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwsmaccsu_vv.c b/tests/riscv/vector/case/vwsmaccsu_vv.c index 69484473d314..59afbc2678c7 100644 --- a/tests/riscv/vector/case/vwsmaccsu_vv.c +++ b/tests/riscv/vector/case/vwsmaccsu_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwsmaccsu_vx.c b/tests/riscv/vector/case/vwsmaccsu_vx.c index 8399d2059b7c..661baee2eb47 100644 --- a/tests/riscv/vector/case/vwsmaccsu_vx.c +++ b/tests/riscv/vector/case/vwsmaccsu_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwsmaccu_vv.c b/tests/riscv/vector/case/vwsmaccu_vv.c index c16d448ef29e..6773e3550e44 100644 --- a/tests/riscv/vector/case/vwsmaccu_vv.c +++ b/tests/riscv/vector/case/vwsmaccu_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwsmaccu_vx.c b/tests/riscv/vector/case/vwsmaccu_vx.c index 2e02f9a6a74c..886d97a30cde 100644 --- a/tests/riscv/vector/case/vwsmaccu_vx.c +++ b/tests/riscv/vector/case/vwsmaccu_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwsmaccus_vx.c b/tests/riscv/vector/case/vwsmaccus_vx.c index ef48eccb9e3e..97cbfae0f11b 100644 --- a/tests/riscv/vector/case/vwsmaccus_vx.c +++ b/tests/riscv/vector/case/vwsmaccus_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwsub_vv.c b/tests/riscv/vector/case/vwsub_vv.c index 266739f55233..9e99ae601711 100644 --- a/tests/riscv/vector/case/vwsub_vv.c +++ b/tests/riscv/vector/case/vwsub_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwsub_vx.c b/tests/riscv/vector/case/vwsub_vx.c index 74173ddbd962..71e3b3bb8e00 100644 --- a/tests/riscv/vector/case/vwsub_vx.c +++ b/tests/riscv/vector/case/vwsub_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwsub_wv.c b/tests/riscv/vector/case/vwsub_wv.c index 29c97ad67136..b9a82ddbb628 100644 --- a/tests/riscv/vector/case/vwsub_wv.c +++ b/tests/riscv/vector/case/vwsub_wv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwsub_wx.c b/tests/riscv/vector/case/vwsub_wx.c index e613efa7b1a2..ce6bade49f1a 100644 --- a/tests/riscv/vector/case/vwsub_wx.c +++ b/tests/riscv/vector/case/vwsub_wx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwsubu_vv.c b/tests/riscv/vector/case/vwsubu_vv.c index d56735c03809..524fefb39b51 100644 --- a/tests/riscv/vector/case/vwsubu_vv.c +++ b/tests/riscv/vector/case/vwsubu_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwsubu_vx.c b/tests/riscv/vector/case/vwsubu_vx.c index bc80d367c38a..5ba5b976eac9 100644 --- a/tests/riscv/vector/case/vwsubu_vx.c +++ b/tests/riscv/vector/case/vwsubu_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwsubu_wv.c b/tests/riscv/vector/case/vwsubu_wv.c index 7c63a74b7f46..06b8969c62a2 100644 --- a/tests/riscv/vector/case/vwsubu_wv.c +++ b/tests/riscv/vector/case/vwsubu_wv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vwsubu_wx.c b/tests/riscv/vector/case/vwsubu_wx.c index b8c351866338..ce5540239e93 100644 --- a/tests/riscv/vector/case/vwsubu_wx.c +++ b/tests/riscv/vector/case/vwsubu_wx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vxor_vi.c b/tests/riscv/vector/case/vxor_vi.c index c458b816f4c1..49ab990f2942 100644 --- a/tests/riscv/vector/case/vxor_vi.c +++ b/tests/riscv/vector/case/vxor_vi.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vxor_vv.c b/tests/riscv/vector/case/vxor_vv.c index 72f9b1a58585..db2eedd866cd 100644 --- a/tests/riscv/vector/case/vxor_vv.c +++ b/tests/riscv/vector/case/vxor_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vector/case/vxor_vx.c b/tests/riscv/vector/case/vxor_vx.c index 42fb642673fe..e3931735a07c 100644 --- a/tests/riscv/vector/case/vxor_vx.c +++ b/tests/riscv/vector/case/vxor_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vtheadv/case/rvv_insn.S b/tests/riscv/vtheadv/case/rvv_insn.S index 3c47504d1545..403a4e4392dd 100644 --- a/tests/riscv/vtheadv/case/rvv_insn.S +++ b/tests/riscv/vtheadv/case/rvv_insn.S @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vtheadv/case/rvv_insn.h b/tests/riscv/vtheadv/case/rvv_insn.h index 2e4846c15397..fbf55a8e67ec 100644 --- a/tests/riscv/vtheadv/case/rvv_insn.h +++ b/tests/riscv/vtheadv/case/rvv_insn.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vtheadv/case/vmaqa_vv.c b/tests/riscv/vtheadv/case/vmaqa_vv.c index 235ce67bdc64..b0d170d9d1d3 100644 --- a/tests/riscv/vtheadv/case/vmaqa_vv.c +++ b/tests/riscv/vtheadv/case/vmaqa_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vtheadv/case/vmaqa_vx.c b/tests/riscv/vtheadv/case/vmaqa_vx.c index e6265f4c130a..6fa46e369079 100644 --- a/tests/riscv/vtheadv/case/vmaqa_vx.c +++ b/tests/riscv/vtheadv/case/vmaqa_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vtheadv/case/vmaqasu_vv.c b/tests/riscv/vtheadv/case/vmaqasu_vv.c index c28e530e2099..4e2b72fb9742 100644 --- a/tests/riscv/vtheadv/case/vmaqasu_vv.c +++ b/tests/riscv/vtheadv/case/vmaqasu_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vtheadv/case/vmaqasu_vx.c b/tests/riscv/vtheadv/case/vmaqasu_vx.c index 7bd2de9517e3..30fecb9a05b8 100644 --- a/tests/riscv/vtheadv/case/vmaqasu_vx.c +++ b/tests/riscv/vtheadv/case/vmaqasu_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vtheadv/case/vmaqau_vv.c b/tests/riscv/vtheadv/case/vmaqau_vv.c index 97fc0629add4..042b499ab174 100644 --- a/tests/riscv/vtheadv/case/vmaqau_vv.c +++ b/tests/riscv/vtheadv/case/vmaqau_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vtheadv/case/vmaqau_vx.c b/tests/riscv/vtheadv/case/vmaqau_vx.c index 0e1849c2a613..efe5f41afe29 100644 --- a/tests/riscv/vtheadv/case/vmaqau_vx.c +++ b/tests/riscv/vtheadv/case/vmaqau_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vtheadv/case/vmaqaus_vx.c b/tests/riscv/vtheadv/case/vmaqaus_vx.c index 17bda1f497a9..ce7235852bd9 100644 --- a/tests/riscv/vtheadv/case/vmaqaus_vx.c +++ b/tests/riscv/vtheadv/case/vmaqaus_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vtheadv/case/vpmaqa_vv.c b/tests/riscv/vtheadv/case/vpmaqa_vv.c index 7f5395ac1cd1..805d2f47775f 100644 --- a/tests/riscv/vtheadv/case/vpmaqa_vv.c +++ b/tests/riscv/vtheadv/case/vpmaqa_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vtheadv/case/vpmaqa_vx.c b/tests/riscv/vtheadv/case/vpmaqa_vx.c index 06f863d133d5..d61cdb432cc4 100644 --- a/tests/riscv/vtheadv/case/vpmaqa_vx.c +++ b/tests/riscv/vtheadv/case/vpmaqa_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vtheadv/case/vpmaqasu_vv.c b/tests/riscv/vtheadv/case/vpmaqasu_vv.c index 7214281d02a6..2afc63e13ee1 100644 --- a/tests/riscv/vtheadv/case/vpmaqasu_vv.c +++ b/tests/riscv/vtheadv/case/vpmaqasu_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vtheadv/case/vpmaqasu_vx.c b/tests/riscv/vtheadv/case/vpmaqasu_vx.c index 3561d672a0b0..dc83336d2f86 100644 --- a/tests/riscv/vtheadv/case/vpmaqasu_vx.c +++ b/tests/riscv/vtheadv/case/vpmaqasu_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vtheadv/case/vpmaqau_vv.c b/tests/riscv/vtheadv/case/vpmaqau_vv.c index 3b085778b115..02ce8236a405 100644 --- a/tests/riscv/vtheadv/case/vpmaqau_vv.c +++ b/tests/riscv/vtheadv/case/vpmaqau_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vtheadv/case/vpmaqau_vx.c b/tests/riscv/vtheadv/case/vpmaqau_vx.c index cafcc7503299..72ee2f23f162 100644 --- a/tests/riscv/vtheadv/case/vpmaqau_vx.c +++ b/tests/riscv/vtheadv/case/vpmaqau_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vtheadv/case/vpmaqaus_vx.c b/tests/riscv/vtheadv/case/vpmaqaus_vx.c index acfab17eaca2..81fd02843940 100644 --- a/tests/riscv/vtheadv/case/vpmaqaus_vx.c +++ b/tests/riscv/vtheadv/case/vpmaqaus_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vtheadv/case/vpnclip_wv.c b/tests/riscv/vtheadv/case/vpnclip_wv.c index 78b39628e740..9becbde7576d 100644 --- a/tests/riscv/vtheadv/case/vpnclip_wv.c +++ b/tests/riscv/vtheadv/case/vpnclip_wv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vtheadv/case/vpnclip_wx.c b/tests/riscv/vtheadv/case/vpnclip_wx.c index 9509871510d3..06dc1dec6ffd 100644 --- a/tests/riscv/vtheadv/case/vpnclip_wx.c +++ b/tests/riscv/vtheadv/case/vpnclip_wx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vtheadv/case/vpnclipu_wv.c b/tests/riscv/vtheadv/case/vpnclipu_wv.c index 168e666feaa1..808a05cd9e75 100644 --- a/tests/riscv/vtheadv/case/vpnclipu_wv.c +++ b/tests/riscv/vtheadv/case/vpnclipu_wv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vtheadv/case/vpnclipu_wx.c b/tests/riscv/vtheadv/case/vpnclipu_wx.c index 3c413ba78d19..c08e86310c4d 100644 --- a/tests/riscv/vtheadv/case/vpnclipu_wx.c +++ b/tests/riscv/vtheadv/case/vpnclipu_wx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vtheadv/case/vpwadd_vv.c b/tests/riscv/vtheadv/case/vpwadd_vv.c index 9bc0634b5b21..1243eb269f2e 100644 --- a/tests/riscv/vtheadv/case/vpwadd_vv.c +++ b/tests/riscv/vtheadv/case/vpwadd_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vtheadv/case/vpwadd_vx.c b/tests/riscv/vtheadv/case/vpwadd_vx.c index 881a70218301..8e3abbb66aa5 100644 --- a/tests/riscv/vtheadv/case/vpwadd_vx.c +++ b/tests/riscv/vtheadv/case/vpwadd_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vtheadv/case/vpwaddu_vv.c b/tests/riscv/vtheadv/case/vpwaddu_vv.c index 51441fb0d37f..312559fc21a1 100644 --- a/tests/riscv/vtheadv/case/vpwaddu_vv.c +++ b/tests/riscv/vtheadv/case/vpwaddu_vv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/riscv/vtheadv/case/vpwaddu_vx.c b/tests/riscv/vtheadv/case/vpwaddu_vx.c index 46b3b6cf77e0..ec338b6dc596 100644 --- a/tests/riscv/vtheadv/case/vpwaddu_vx.c +++ b/tests/riscv/vtheadv/case/vpwaddu_vx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 T-Head Semiconductor Co., Ltd. All rights reserved. + * Copyright (c) 2021 C-SKY Microsystems Co., Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public