diff options
author | Andrew Waterman <waterman@cs.berkeley.edu> | 2015-01-09 17:57:12 -0800 |
---|---|---|
committer | Andrew Waterman <waterman@cs.berkeley.edu> | 2015-01-09 17:57:12 -0800 |
commit | 160bdaa323bc8f8e651f9f546822336cf17d92f5 (patch) | |
tree | 25de76bbc455f970f57f135f2de4e0cc3865ca9b /isa/rv64uv | |
parent | 350b03e6dd18616146cf43b9d5daa98db059822b (diff) | |
download | riscv-tests-160bdaa323bc8f8e651f9f546822336cf17d92f5.zip riscv-tests-160bdaa323bc8f8e651f9f546822336cf17d92f5.tar.gz riscv-tests-160bdaa323bc8f8e651f9f546822336cf17d92f5.tar.bz2 |
Add LICENSE
Diffstat (limited to 'isa/rv64uv')
70 files changed, 140 insertions, 0 deletions
diff --git a/isa/rv64uv/amoadd_d.S b/isa/rv64uv/amoadd_d.S index 64386b2..a90fb10 100644 --- a/isa/rv64uv/amoadd_d.S +++ b/isa/rv64uv/amoadd_d.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # amoadd_d.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/amoadd_w.S b/isa/rv64uv/amoadd_w.S index 3fcf25f..c0005b0 100644 --- a/isa/rv64uv/amoadd_w.S +++ b/isa/rv64uv/amoadd_w.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # amoadd_w.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/amoand_d.S b/isa/rv64uv/amoand_d.S index f997ab0..e9e835d 100644 --- a/isa/rv64uv/amoand_d.S +++ b/isa/rv64uv/amoand_d.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # amoand_d.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/amoand_w.S b/isa/rv64uv/amoand_w.S index 7cc39ea..2dcb343 100644 --- a/isa/rv64uv/amoand_w.S +++ b/isa/rv64uv/amoand_w.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # amoand_w.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/amomax_d.S b/isa/rv64uv/amomax_d.S index c376b0e..321a43f 100644 --- a/isa/rv64uv/amomax_d.S +++ b/isa/rv64uv/amomax_d.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # amomax_d.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/amomax_w.S b/isa/rv64uv/amomax_w.S index ec1c098..e49d4ed 100644 --- a/isa/rv64uv/amomax_w.S +++ b/isa/rv64uv/amomax_w.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # amomax_w.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/amomaxu_d.S b/isa/rv64uv/amomaxu_d.S index 696fb85..77162e5 100644 --- a/isa/rv64uv/amomaxu_d.S +++ b/isa/rv64uv/amomaxu_d.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # amomaxu_d.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/amomaxu_w.S b/isa/rv64uv/amomaxu_w.S index 3d7fd63..83250eb 100644 --- a/isa/rv64uv/amomaxu_w.S +++ b/isa/rv64uv/amomaxu_w.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # amomaxu_w.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/amomin_d.S b/isa/rv64uv/amomin_d.S index 5215c3b..2921884 100644 --- a/isa/rv64uv/amomin_d.S +++ b/isa/rv64uv/amomin_d.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # amomin_d.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/amomin_w.S b/isa/rv64uv/amomin_w.S index 0b822fa..18d71b7 100644 --- a/isa/rv64uv/amomin_w.S +++ b/isa/rv64uv/amomin_w.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # amomin_w.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/amominu_d.S b/isa/rv64uv/amominu_d.S index 4c0b31f..ed61a99 100644 --- a/isa/rv64uv/amominu_d.S +++ b/isa/rv64uv/amominu_d.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # amominu_d.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/amominu_w.S b/isa/rv64uv/amominu_w.S index 1cc8b24..4e9544b 100644 --- a/isa/rv64uv/amominu_w.S +++ b/isa/rv64uv/amominu_w.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # amominu_w.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/amoor_d.S b/isa/rv64uv/amoor_d.S index 833f056..a7bdf52 100644 --- a/isa/rv64uv/amoor_d.S +++ b/isa/rv64uv/amoor_d.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # amoor_d.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/amoor_w.S b/isa/rv64uv/amoor_w.S index c948c32..db1f275 100644 --- a/isa/rv64uv/amoor_w.S +++ b/isa/rv64uv/amoor_w.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # amoor_w.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/amoswap_d.S b/isa/rv64uv/amoswap_d.S index 0e3db8f..8b2aa87 100644 --- a/isa/rv64uv/amoswap_d.S +++ b/isa/rv64uv/amoswap_d.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # amoswap_d.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/amoswap_w.S b/isa/rv64uv/amoswap_w.S index 6a5b1fb..dd1a837 100644 --- a/isa/rv64uv/amoswap_w.S +++ b/isa/rv64uv/amoswap_w.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # amoswap_w.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/amoxor_d.S b/isa/rv64uv/amoxor_d.S index 7f84fd5..78cb310 100644 --- a/isa/rv64uv/amoxor_d.S +++ b/isa/rv64uv/amoxor_d.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # amoxor_d.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/amoxor_w.S b/isa/rv64uv/amoxor_w.S index 602634d..6eee508 100644 --- a/isa/rv64uv/amoxor_w.S +++ b/isa/rv64uv/amoxor_w.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # amoxor_w.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/beq.S b/isa/rv64uv/beq.S index c2f7a56..8c7bce4 100644 --- a/isa/rv64uv/beq.S +++ b/isa/rv64uv/beq.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # beq.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/bge.S b/isa/rv64uv/bge.S index 165dbe8..6763a1c 100644 --- a/isa/rv64uv/bge.S +++ b/isa/rv64uv/bge.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # bge.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/bgeu.S b/isa/rv64uv/bgeu.S index 551456f..527e446 100644 --- a/isa/rv64uv/bgeu.S +++ b/isa/rv64uv/bgeu.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # bgeu.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/blt.S b/isa/rv64uv/blt.S index 787d64d..575b85c 100644 --- a/isa/rv64uv/blt.S +++ b/isa/rv64uv/blt.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # blt.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/bltu.S b/isa/rv64uv/bltu.S index c187efd..d499531 100644 --- a/isa/rv64uv/bltu.S +++ b/isa/rv64uv/bltu.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # bltu.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/bne.S b/isa/rv64uv/bne.S index ab31b6d..6b01d9b 100644 --- a/isa/rv64uv/bne.S +++ b/isa/rv64uv/bne.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # bne.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/data_d.h b/isa/rv64uv/data_d.h index 9e351af..98a3eb2 100644 --- a/isa/rv64uv/data_d.h +++ b/isa/rv64uv/data_d.h @@ -1,3 +1,5 @@ +# See LICENSE for license details. + .dword 0xd1dd560bfe643843 .dword 0xc8ad10b2feb2c113 .dword 0xa6ce19b8a92a9e4a diff --git a/isa/rv64uv/data_fd.h b/isa/rv64uv/data_fd.h index 3f32ec3..b6405a9 100644 --- a/isa/rv64uv/data_fd.h +++ b/isa/rv64uv/data_fd.h @@ -1,3 +1,5 @@ +# See LICENSE for license details. + .double 3.82442188112e-88 .double 9.43371972728e-26 .double 3.93277941308e+246 diff --git a/isa/rv64uv/data_fw.h b/isa/rv64uv/data_fw.h index cfeba20..e1c8041 100644 --- a/isa/rv64uv/data_fw.h +++ b/isa/rv64uv/data_fw.h @@ -1,3 +1,5 @@ +# See LICENSE for license details. + .align 2 .float 5527.22204077 .float 1.5241163985e-09 diff --git a/isa/rv64uv/data_w.h b/isa/rv64uv/data_w.h index 32d5865..52b072e 100644 --- a/isa/rv64uv/data_w.h +++ b/isa/rv64uv/data_w.h @@ -1,3 +1,5 @@ +# See LICENSE for license details. + .align 2 .word 0x3ceb3ff3 .word 0x8b529b44 diff --git a/isa/rv64uv/fcvt.S b/isa/rv64uv/fcvt.S index cb8e98c..642ec35 100644 --- a/isa/rv64uv/fcvt.S +++ b/isa/rv64uv/fcvt.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # fcvt.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/fence.S b/isa/rv64uv/fence.S index 5e8072c..1a50807 100644 --- a/isa/rv64uv/fence.S +++ b/isa/rv64uv/fence.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # fence.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/fld.S b/isa/rv64uv/fld.S index 37e05e0..8c87387 100644 --- a/isa/rv64uv/fld.S +++ b/isa/rv64uv/fld.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # fld.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/flw.S b/isa/rv64uv/flw.S index 0284489..6d6353c 100644 --- a/isa/rv64uv/flw.S +++ b/isa/rv64uv/flw.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # flw.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/fma.S b/isa/rv64uv/fma.S index c4489ae..454d736 100644 --- a/isa/rv64uv/fma.S +++ b/isa/rv64uv/fma.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # fma.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/fma_many.S b/isa/rv64uv/fma_many.S index 698742d..b72b670 100644 --- a/isa/rv64uv/fma_many.S +++ b/isa/rv64uv/fma_many.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # fma.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/fmovn.S b/isa/rv64uv/fmovn.S index 6c54b5e..4442370 100644 --- a/isa/rv64uv/fmovn.S +++ b/isa/rv64uv/fmovn.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # fmovn.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/fmovz.S b/isa/rv64uv/fmovz.S index 4f55cdc..76583f5 100644 --- a/isa/rv64uv/fmovz.S +++ b/isa/rv64uv/fmovz.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # fmovz.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/fsd.S b/isa/rv64uv/fsd.S index c871e09..c1dd229 100644 --- a/isa/rv64uv/fsd.S +++ b/isa/rv64uv/fsd.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # fsd.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/fsw.S b/isa/rv64uv/fsw.S index 7c78df5..9539a77 100644 --- a/isa/rv64uv/fsw.S +++ b/isa/rv64uv/fsw.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # fsw.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/imul.S b/isa/rv64uv/imul.S index 554374d..ebfb77d 100644 --- a/isa/rv64uv/imul.S +++ b/isa/rv64uv/imul.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # imul.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/keepcfg.S b/isa/rv64uv/keepcfg.S index b507405..552b1c4 100644 --- a/isa/rv64uv/keepcfg.S +++ b/isa/rv64uv/keepcfg.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # utidx.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/lb.S b/isa/rv64uv/lb.S index 471199a..2e79c13 100644 --- a/isa/rv64uv/lb.S +++ b/isa/rv64uv/lb.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # lb.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/lbu.S b/isa/rv64uv/lbu.S index 2aa5ee8..fd04fdf 100644 --- a/isa/rv64uv/lbu.S +++ b/isa/rv64uv/lbu.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # lbu.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/ld.S b/isa/rv64uv/ld.S index 0794192..e0f12fd 100644 --- a/isa/rv64uv/ld.S +++ b/isa/rv64uv/ld.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # ld.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/lh.S b/isa/rv64uv/lh.S index a24146c..62a1029 100644 --- a/isa/rv64uv/lh.S +++ b/isa/rv64uv/lh.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # lh.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/lhu.S b/isa/rv64uv/lhu.S index e20d56d..a2de42b 100644 --- a/isa/rv64uv/lhu.S +++ b/isa/rv64uv/lhu.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # lhu.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/lw.S b/isa/rv64uv/lw.S index b40ec47..4986984 100644 --- a/isa/rv64uv/lw.S +++ b/isa/rv64uv/lw.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # lw.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/lwu.S b/isa/rv64uv/lwu.S index 0b3591a..502662a 100644 --- a/isa/rv64uv/lwu.S +++ b/isa/rv64uv/lwu.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # lwu.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/movn.S b/isa/rv64uv/movn.S index df9b838..97b6261 100644 --- a/isa/rv64uv/movn.S +++ b/isa/rv64uv/movn.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # movn.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/movz.S b/isa/rv64uv/movz.S index 790edce..8680ac6 100644 --- a/isa/rv64uv/movz.S +++ b/isa/rv64uv/movz.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # movz.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/sb.S b/isa/rv64uv/sb.S index b9954ed..645da07 100644 --- a/isa/rv64uv/sb.S +++ b/isa/rv64uv/sb.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # sb.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/sd.S b/isa/rv64uv/sd.S index 5ec8051..7fb0e8f 100644 --- a/isa/rv64uv/sd.S +++ b/isa/rv64uv/sd.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # sd.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/sh.S b/isa/rv64uv/sh.S index 0177010..c87f070 100644 --- a/isa/rv64uv/sh.S +++ b/isa/rv64uv/sh.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # sh.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/sw.S b/isa/rv64uv/sw.S index 6196720..efad38c 100644 --- a/isa/rv64uv/sw.S +++ b/isa/rv64uv/sw.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # sw.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/utidx.S b/isa/rv64uv/utidx.S index a672776..564bf19 100644 --- a/isa/rv64uv/utidx.S +++ b/isa/rv64uv/utidx.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # utidx.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/vfmsv_d.S b/isa/rv64uv/vfmsv_d.S index e355eb8..97a14e3 100644 --- a/isa/rv64uv/vfmsv_d.S +++ b/isa/rv64uv/vfmsv_d.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # vfmsv_d.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/vfmsv_s.S b/isa/rv64uv/vfmsv_s.S index 8b566fd..cf5f881 100644 --- a/isa/rv64uv/vfmsv_s.S +++ b/isa/rv64uv/vfmsv_s.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # vfmsv_s.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/vfmvv.S b/isa/rv64uv/vfmvv.S index cb97dee..c1acfc4 100644 --- a/isa/rv64uv/vfmvv.S +++ b/isa/rv64uv/vfmvv.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # vfmvv.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/vmsv.S b/isa/rv64uv/vmsv.S index 773188d..fe16651 100644 --- a/isa/rv64uv/vmsv.S +++ b/isa/rv64uv/vmsv.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # vmsv.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/vmvv.S b/isa/rv64uv/vmvv.S index b546f05..c3529f1 100644 --- a/isa/rv64uv/vmvv.S +++ b/isa/rv64uv/vmvv.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # vmvv.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/vsetcfg.S b/isa/rv64uv/vsetcfg.S index f0f532e..00ff1ac 100644 --- a/isa/rv64uv/vsetcfg.S +++ b/isa/rv64uv/vsetcfg.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # vsetcfg.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/vsetcfgi.S b/isa/rv64uv/vsetcfgi.S index 18f3294..bb9a9cc 100644 --- a/isa/rv64uv/vsetcfgi.S +++ b/isa/rv64uv/vsetcfgi.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # vsetcfgi.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/vsetvl.S b/isa/rv64uv/vsetvl.S index 1897ebf..e78020f 100644 --- a/isa/rv64uv/vsetvl.S +++ b/isa/rv64uv/vsetvl.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # vsetvl.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/vvadd_branch.S b/isa/rv64uv/vvadd_branch.S index 4c3fefe..e95dc82 100644 --- a/isa/rv64uv/vvadd_branch.S +++ b/isa/rv64uv/vvadd_branch.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # vvadd_branch.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/vvadd_d.S b/isa/rv64uv/vvadd_d.S index e1acea7..d17e6e0 100644 --- a/isa/rv64uv/vvadd_d.S +++ b/isa/rv64uv/vvadd_d.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # vvadd_d.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/vvadd_fd.S b/isa/rv64uv/vvadd_fd.S index a9961af..6a7c4b2 100644 --- a/isa/rv64uv/vvadd_fd.S +++ b/isa/rv64uv/vvadd_fd.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # vvadd_fd.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/vvadd_fw.S b/isa/rv64uv/vvadd_fw.S index e40fd01..2dcf9ff 100644 --- a/isa/rv64uv/vvadd_fw.S +++ b/isa/rv64uv/vvadd_fw.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # vvadd_fw.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/vvadd_packed.S b/isa/rv64uv/vvadd_packed.S index 5a5760d..fb02a72 100644 --- a/isa/rv64uv/vvadd_packed.S +++ b/isa/rv64uv/vvadd_packed.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # vvadd_packed.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/vvadd_w.S b/isa/rv64uv/vvadd_w.S index 9fbcf49..842f265 100644 --- a/isa/rv64uv/vvadd_w.S +++ b/isa/rv64uv/vvadd_w.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # vvadd_w.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/vvmul_d.S b/isa/rv64uv/vvmul_d.S index ae995c9..433b80e 100644 --- a/isa/rv64uv/vvmul_d.S +++ b/isa/rv64uv/vvmul_d.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # vvmul_d.S #----------------------------------------------------------------------------- diff --git a/isa/rv64uv/wakeup.S b/isa/rv64uv/wakeup.S index 958f668..357682a 100644 --- a/isa/rv64uv/wakeup.S +++ b/isa/rv64uv/wakeup.S @@ -1,3 +1,5 @@ +# See LICENSE for license details. + #***************************************************************************** # wakeup.S #----------------------------------------------------------------------------- |