Commit Graph

237 Commits

Author SHA1 Message Date
alex 9b7a9fa273 updates indexed load to use vreg_views 2025-03-31 10:19:14 +02:00
alex e24c1874c4 Changes load_store to use vreg_views aswell 2025-03-31 10:19:14 +02:00
alex 221d2ee38c adds whole register moves 2025-03-31 10:19:14 +02:00
alex 877cad27ba adds gather instructions 2025-03-31 10:19:14 +02:00
alex a26505cb5c adds more functions, up to slide 2025-03-31 10:19:13 +02:00
alex c1277b6528 adds mask_mask logical instructions 2025-03-31 10:19:13 +02:00
alex 63889b02e7 adds widening reductions 2025-03-31 10:19:13 +02:00
alex f049d8cbb3 adds Integer Reduction Instructions 2025-03-31 10:19:13 +02:00
alex 28ac169cfe adds narrowing fixed point instructions 2025-03-31 10:19:13 +02:00
alex a6f24db83a adds vssrl and vssra 2025-03-31 10:19:13 +02:00
alex e1911bc450 adds vsmul, widens functions parameters for sat_vector operations 2025-03-31 10:19:13 +02:00
alex 75d96bf18d small cleanup, adds first fixed point instrs 2025-03-31 10:19:13 +02:00
alex 77807fec01 adds merge and move instructions 2025-03-31 10:18:10 +02:00
alex 6852d1d299 adds Vector Widening Integer Multiply-Add Instructions 2025-03-31 10:18:10 +02:00
alex ac1322d66b changes to ternary functions for Multiply-Add Instructions 2025-03-31 10:18:10 +02:00
alex 9ba9d2432c adds Vector Widening Integer Multiply Instructions 2025-03-31 10:18:10 +02:00
alex c9b7962cd3 adds Vector Integer Divide Instructions 2025-03-31 10:18:10 +02:00
alex ab31fd27c9 adds single width integer instructins, also small cleanup 2025-03-31 10:18:10 +02:00
alex b3f189145f adds funct3 to vector functions 2025-03-31 10:18:10 +02:00
alex dd4416ab15 adds min/max instructions 2025-03-31 10:18:10 +02:00
alex 0027946f90 renames mask operations to distinguish from vector integer compare instructions 2025-03-31 10:18:09 +02:00
alex feaff8c4a5 adds support for narrowing shifts 2025-03-31 10:18:09 +02:00
alex af3e76cc98 adds integer extension and add/substract with carry vector instructions 2025-03-31 10:18:09 +02:00
alex b1ceac2c2a small correction for vector_functions 2025-03-31 10:18:09 +02:00
alex b5862039e7 changes order of operands to more closely resemble assembly 2025-03-31 10:18:09 +02:00
alex 51f3802394 adds vector_imm instructions to vector_functions, makes size of all involved registers a template parameter 2025-03-31 10:18:09 +02:00
alex 6ce0d97e81 general improvements to vector_functions, adds functions to process arithmetic instructions (working add) 2025-03-31 10:18:09 +02:00
alex 69c8fda5d2 corrects oversight in vector_functions 2025-03-31 10:18:09 +02:00
alex c1f9328528 corrects vector_functions 2025-03-31 10:18:09 +02:00
alex 2b85748279 adds load_store_index to vector_functions 2025-03-31 10:18:09 +02:00
alex f7aa51b12e adds small optimization, clarifies variables in vector_functions 2025-03-31 10:18:09 +02:00
alex 3428745a00 small corrections in vector functions 2025-03-31 10:18:09 +02:00
alex 512b79a3e7 makes elem_count an explicit parameter for the softvector functions rather than calculating it from vtype 2025-03-31 10:18:08 +02:00
alex 7a048f8b93 changes wording of returned index to better reflect what it means, cleans up a bit 2025-03-31 10:18:08 +02:00
alex 6f4daf91ed adds explicit RFS to assertions 2025-03-31 10:18:08 +02:00
alex 947d353bbf adds working vector (unit) stride (segmented) loads and stores 2025-03-31 10:18:08 +02:00
alex b95f518c91 updates templates for interp to make extension specific includes conditonal 2025-03-31 10:18:08 +02:00
alex 4cef0f57c1 updates templates and adds newly generated files 2025-03-31 10:18:05 +02:00
alex 9e390971d4 corrects include guard comment for fp_functions 2025-03-31 09:54:26 +02:00
alex 2bb2e56310 adds dependencies for K ISA (Cryptography) 2025-03-31 09:54:26 +02:00
eyck 54233b448d moves mmu related code into mmu unit 2025-03-16 08:50:01 +01:00
eyck fb0f6255e9 replaces virtual functions with memory pointers (kind of) 2025-03-11 08:31:25 +01:00
eyck 57d5ea92be moves common functionality to base class 2025-03-10 16:00:26 +01:00
eyck 383d762abc applies clang-format and updates SystemC HTIF implementation 2025-03-06 12:10:12 +01:00
eyck 53de21eef9 adds generator changed output 2025-02-12 20:45:04 +01:00
alex be0f783af8 adds cycle increment to tcc 2024-12-28 13:06:46 +01:00
alex 1089800682 updates vm_impls and core.h to work with new vm_base 2024-12-28 08:24:09 +01:00
alex be6f5791fa adds update to cyclecount after each instr for asmjit 2024-11-26 20:26:18 +01:00
alex ad60449073 updates generated cores 2024-09-27 20:04:58 +02:00
alex 5f9d0beafb corrects softfloat to comply with RVD ACT 2024-09-23 22:22:57 +02:00