- 2815d38 Add vmv.s.x test by Gregory Kielian · 3 years, 7 months ago
- 40976a7 Add comparison ops. by Henry Herman · 3 years, 6 months ago
- e21ef0b Add vnsra instruction and test. by Henry Herman · 3 years, 6 months ago
- 349c533 Add support for vnsrl and narrowing ops. by Henry Herman · 3 years, 6 months ago
- 6c20b6e Add vsra instruction and test. by Henry Herman · 3 years, 6 months ago
- dbe69bd Add vsrl instruction and test. by Henry Herman · 3 years, 6 months ago
- a217e14 Add vsll instruction and test. by Henry Herman · 3 years, 6 months ago
- 632ed43 sw:vec:tests: Add multi-register load/store tests by Cindy Liu · 3 years, 6 months ago
- 6f03704 Refactor templates to use a single strategy. by Henry Herman · 3 years, 6 months ago
- 816488f Merge "Remove tests with illegal vtype." by Henry Herman · 3 years, 6 months ago
- e723d68 Enable checks for illegal vtypes. by Henry Herman · 3 years, 6 months ago
- c9728ab Remove tests with illegal vtype. by Henry Herman · 3 years, 6 months ago
- db52fef Add vand tests covering vv, vx, and vi by Gregory Kielian · 3 years, 7 months ago
- 09375d0 Add vmax and vmaxu softrvv vv and vx test by Gregory Kielian · 3 years, 7 months ago
- 41b4fe4 Add softrvv_vxor test with template by Gregory Kielian · 3 years, 7 months ago
- 3f49752 Add softrvv vor vv, vi, vx by Gregory Kielian · 3 years, 7 months ago
- 0ccab46 Add support for vrem/vremu. by Henry Herman · 3 years, 7 months ago
- 942a8ec Add vdiv/vdivu test. by Henry Herman · 3 years, 7 months ago
- ce3c7ad Add support for vmul and vmulh. by Henry Herman · 3 years, 7 months ago
- 5a2c244 Merge "Move generator script to top-level directory." by Henry Herman · 3 years, 7 months ago
- 8953a19 Move generator script to top-level directory. by Henry Herman · 3 years, 7 months ago
- 1ba86d3 Merge "Add softrvv vmin implementation." by Henry Herman · 3 years, 7 months ago
- 9fcee53 Add softrvv vmin implementation. by Henry Herman · 3 years, 7 months ago
- 42973de tests:vsetvl: extend the test to over fractional LMUL by Cindy Liu · 3 years, 7 months ago
- 5d5402c tests:vle_vse: Enable fractional LMUL load/store tests by Cindy Liu · 3 years, 7 months ago
- 5f0b8eb tests:vle_vse: extend test converage to e16 and e32 by Cindy Liu · 3 years, 7 months ago
- 23b9c86 tests:vle_vse: Update the test to follow the framework in other tests by Cindy Liu · 3 years, 7 months ago
- 8ff651f Add vzext and vsext tests. by Henry Herman · 3 years, 7 months ago
- acacba1 Add vwadd/vwaddu/vwsub/vwsubu/vrsub tests. by Henry Herman · 3 years, 7 months ago
- ef4cba0 Merge changes from topic "widening" by Henry Herman · 3 years, 7 months ago
- e4f6245 Add support for unsigned instructions. by Henry Herman · 3 years, 7 months ago
- 18e407c Modify template to support widening instructions. by Henry Herman · 3 years, 7 months ago
- a64b635 Move test_runner.py so it can be used for softrvv. by Henry Herman · 3 years, 7 months ago
- b941380 Add test generator using python mako templates. by Henry Herman · 3 years, 7 months ago
- bce196f Merge "Modify vector_test_setup to accept list of vectors." by Henry Herman · 3 years, 7 months ago
- 6dd44be Merge "Add helper function to fill vectors." by Henry Herman · 3 years, 7 months ago
- c87d287 Modify vector_test_setup to accept list of vectors. by Henry Herman · 3 years, 7 months ago
- 104588c Add helper function to fill vectors. by Henry Herman · 3 years, 7 months ago
- 566b693 Add vand_vi unit test by Gregory Kielian · 3 years, 7 months ago
- 7934a09 Loop over vl instead of avl by Gregory Kielian · 3 years, 7 months ago
- 1a8f598 Merge "Fix missing _SEW_ in vmax_vx" by Gregory Kielian · 3 years, 7 months ago
- 5f957d8 Add vadd to softrvv and use for test verification. by Henry Herman · 3 years, 7 months ago
- 465f3c5 Modify MIPs and Quantum to speed of simulation. by Henry Herman · 3 years, 7 months ago
- 8d0914e Fix missing _SEW_ in vmax_vx by Gregory Kielian · 3 years, 7 months ago
- 9820668 Add vmax_vv unit test by Gregory Kielian · 3 years, 7 months ago
- fa4fda9 Add vmax_vx unit test by Gregory Kielian · 3 years, 7 months ago
- d4dbfce Make demo tests disabled by default by Gregory Kielian · 3 years, 7 months ago
- ec33b8a Merge "Pull common functions/consts into test_v_helpers.h" by Gregory Kielian · 3 years, 7 months ago
- 8f105fb Pull common functions/consts into test_v_helpers.h by Gregory Kielian · 3 years, 7 months ago
- d04a339 Merge "Pull vector comparison into test_v_helpers.h" by Gregory Kielian · 3 years, 7 months ago
- 5cb506f Merge changes from topic "add vadd unit tests" by Gregory Kielian · 3 years, 7 months ago
- 9b7bd8b Extend vsetvl test to vsetivli instructions by Cindy Liu · 3 years, 7 months ago
- 90cf53f Pull vector comparison into test_v_helpers.h by Gregory Kielian · 3 years, 7 months ago
- 283e5a9 Combine vadd_vi, vadd_vx, vadd_vv into one test by Gregory Kielian · 3 years, 7 months ago
- fc23c7d Add vadd_vv unit test by Gregory Kielian · 3 years, 7 months ago
- 5d34d51 Add vadd_vx unit test by Gregory Kielian · 3 years, 7 months ago
- a6c4801 Add vadd_vi unit test by Gregory Kielian · 3 years, 8 months ago
- 699c65e Cleanup vec_cc_binary macro by Cindy Liu · 3 years, 7 months ago
- da0a65e Merge changes I7e7dc515,I25723c65 by Henry Herman · 3 years, 7 months ago
- 6b1ef28 Move zero_registers function into test_v_helpers library. by Henry Herman · 3 years, 7 months ago
- a065eae Small fixes for vmv_v_i test by Gregory Kielian · 3 years, 8 months ago
- 9a3f418 Fix formatting on vle_vse, vsetvl and test_v_helpers. by Henry Herman · 3 years, 8 months ago
- 8ec83c3 Clean up GCC compiler warnings. by Henry Herman · 3 years, 8 months ago
- 81e7f62 Add test for vmv.v.i. by Henry Herman · 3 years, 8 months ago
- ae6ebc6 Add test for vmv.v.x. by Henry Herman · 3 years, 8 months ago
- 6fc9098 Add test for vmv, current support for vmv_v_v_i. by Henry Herman · 3 years, 8 months ago
- 0c44571 Change check for TIMEOUT to empty string test. by Henry Herman · 3 years, 8 months ago
- 1ce7643 Cleanup code for clang by Cindy Liu · 3 years, 8 months ago
- b2eab0a Merge "CTest support for QEMU/Renode." by Henry Herman · 3 years, 8 months ago
- 325f800 CTest support for QEMU/Renode. by Henry Herman · 3 years, 8 months ago
- e552134 vle_vse: Use ASSERT to shorten test time. by Henry Herman · 3 years, 8 months ago
- 74425d1 Update test names to follow standard naming convention. by Henry Herman · 3 years, 8 months ago
- e4fe606 Vec Tests: Update file structure to make project more manageable. by Henry Herman · 3 years, 8 months ago