|  | 08280a094f | allows assigning to mask_view elements | 2025-03-31 10:19:15 +02:00 |  | 
			
				
					|  | ae90adc854 | adds most fp functions | 2025-03-31 10:19:15 +02:00 |  | 
			
				
					|  | cd358198ad | expands floating point functions | 2025-03-31 10:19:14 +02:00 |  | 
			
				
					|  | 8746003d3e | adds floating point reduction instrs, widening are untested | 2025-03-31 10:19:14 +02:00 |  | 
			
				
					|  | 60d2b45a81 | adds floating point Permutation Instructions | 2025-03-31 10:19:14 +02:00 |  | 
			
				
					|  | 0264c5d66f | small cleanup | 2025-03-31 10:19:14 +02:00 |  | 
			
				
					|  | 528c2536af | removes unused declarations | 2025-03-31 10:19:14 +02:00 |  | 
			
				
					|  | 19e38ec898 | corrects bug | 2025-03-31 10:19:14 +02:00 |  | 
			
				
					|  | fd11ce18c4 | changes order of arguments to reflect assembly | 2025-03-31 10:19:14 +02:00 |  | 
			
				
					|  | 9b7a9fa273 | updates indexed load to use vreg_views | 2025-03-31 10:19:14 +02:00 |  | 
			
				
					|  | e24c1874c4 | Changes load_store to use vreg_views aswell | 2025-03-31 10:19:14 +02:00 |  | 
			
				
					|  | 221d2ee38c | adds whole register moves | 2025-03-31 10:19:14 +02:00 |  | 
			
				
					|  | 877cad27ba | adds gather instructions | 2025-03-31 10:19:14 +02:00 |  | 
			
				
					|  | a26505cb5c | adds more functions, up to slide | 2025-03-31 10:19:13 +02:00 |  | 
			
				
					|  | c1277b6528 | adds mask_mask logical instructions | 2025-03-31 10:19:13 +02:00 |  | 
			
				
					|  | 63889b02e7 | adds widening reductions | 2025-03-31 10:19:13 +02:00 |  | 
			
				
					|  | f049d8cbb3 | adds Integer Reduction Instructions | 2025-03-31 10:19:13 +02:00 |  | 
			
				
					|  | 28ac169cfe | adds narrowing fixed point instructions | 2025-03-31 10:19:13 +02:00 |  | 
			
				
					|  | a6f24db83a | adds vssrl and vssra | 2025-03-31 10:19:13 +02:00 |  | 
			
				
					|  | e1911bc450 | adds vsmul, widens functions parameters for sat_vector operations | 2025-03-31 10:19:13 +02:00 |  | 
			
				
					|  | 75d96bf18d | small cleanup, adds first fixed point instrs | 2025-03-31 10:19:13 +02:00 |  | 
			
				
					|  | e59458aa0e | adds the missing vector csrs to the architectural state | 2025-03-31 10:18:51 +02:00 |  | 
			
				
					|  | 77807fec01 | adds merge and move instructions | 2025-03-31 10:18:10 +02:00 |  | 
			
				
					|  | 6852d1d299 | adds  Vector Widening Integer Multiply-Add Instructions | 2025-03-31 10:18:10 +02:00 |  | 
			
				
					|  | ac1322d66b | changes to ternary functions for Multiply-Add Instructions | 2025-03-31 10:18:10 +02:00 |  | 
			
				
					|  | 9ba9d2432c | adds Vector Widening Integer Multiply Instructions | 2025-03-31 10:18:10 +02:00 |  | 
			
				
					|  | c9b7962cd3 | adds Vector Integer Divide Instructions | 2025-03-31 10:18:10 +02:00 |  | 
			
				
					|  | ab31fd27c9 | adds single width integer instructins, also small cleanup | 2025-03-31 10:18:10 +02:00 |  | 
			
				
					|  | b3f189145f | adds funct3 to vector functions | 2025-03-31 10:18:10 +02:00 |  | 
			
				
					|  | dd4416ab15 | adds min/max instructions | 2025-03-31 10:18:10 +02:00 |  | 
			
				
					|  | 0027946f90 | renames mask operations to distinguish from vector integer compare instructions | 2025-03-31 10:18:09 +02:00 |  | 
			
				
					|  | feaff8c4a5 | adds support for narrowing shifts | 2025-03-31 10:18:09 +02:00 |  | 
			
				
					|  | af3e76cc98 | adds integer extension and add/substract with carry vector instructions | 2025-03-31 10:18:09 +02:00 |  | 
			
				
					|  | b1ceac2c2a | small correction for vector_functions | 2025-03-31 10:18:09 +02:00 |  | 
			
				
					|  | b5862039e7 | changes order of operands to more closely resemble assembly | 2025-03-31 10:18:09 +02:00 |  | 
			
				
					|  | 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 |  | 
			
				
					|  | 6ce0d97e81 | general improvements to vector_functions, adds functions to process arithmetic instructions (working add) | 2025-03-31 10:18:09 +02:00 |  | 
			
				
					|  | 69c8fda5d2 | corrects oversight in vector_functions | 2025-03-31 10:18:09 +02:00 |  | 
			
				
					|  | c1f9328528 | corrects vector_functions | 2025-03-31 10:18:09 +02:00 |  | 
			
				
					|  | 2b85748279 | adds load_store_index to vector_functions | 2025-03-31 10:18:09 +02:00 |  | 
			
				
					|  | f7aa51b12e | adds small optimization, clarifies variables in vector_functions | 2025-03-31 10:18:09 +02:00 |  | 
			
				
					|  | 3428745a00 | small corrections in vector functions | 2025-03-31 10:18:09 +02:00 |  | 
			
				
					|  | 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 |  | 
			
				
					|  | 7a048f8b93 | changes wording of returned index to better reflect what it means, cleans up a bit | 2025-03-31 10:18:08 +02:00 |  | 
			
				
					|  | 6f4daf91ed | adds explicit RFS to assertions | 2025-03-31 10:18:08 +02:00 |  | 
			
				
					|  | 947d353bbf | adds working vector (unit) stride (segmented) loads and stores | 2025-03-31 10:18:08 +02:00 |  | 
			
				
					|  | b95f518c91 | updates templates for interp to make extension specific includes conditonal | 2025-03-31 10:18:08 +02:00 |  | 
			
				
					|  | 4cef0f57c1 | updates templates and adds newly generated files | 2025-03-31 10:18:05 +02:00 |  | 
			
				
					|  | 28af695592 | adds vector support to m and mu priv wrapper | 2025-03-31 10:16:01 +02:00 |  | 
			
				
					|  | f6cdd9d07c | adds vector csr to riscv_common | 2025-03-31 09:54:26 +02:00 |  |