|
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 |
|
|
ac1322d66b
|
changes to ternary functions for Multiply-Add Instructions
|
2025-03-31 10:18:10 +02:00 |
|
|
b3f189145f
|
adds funct3 to vector functions
|
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 |
|
|
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 |
|
|
2b85748279
|
adds load_store_index to 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 |
|
|
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 |
|
|
2bb2e56310
|
adds dependencies for K ISA (Cryptography)
|
2025-03-31 09:54:26 +02:00 |
|
|
a0eeae7dd6
|
corrects template for new arch_if changes
|
2025-03-30 19:12:22 +02:00 |
|
|
cbe4c2d62f
|
adds comment to indicate purpose of arch state members
|
2025-03-19 12:03:12 +01:00 |
|
|
9a2df32d57
|
updates templates
|
2024-12-28 13:07:07 +01:00 |
|
|
21e1f791ad
|
corrects sysc integration template and corresponding file
|
2024-12-06 09:49:02 +01:00 |
|
|
be6f5791fa
|
adds update to cyclecount after each instr for asmjit
|
2024-11-26 20:26:18 +01:00 |
|
|
b45b3589fa
|
updates templates to immediately trap when gen_trap is called
|
2024-09-27 20:03:51 +02:00 |
|
|
bb4e2766d1
|
applies clang-format
|
2024-08-17 16:12:57 +02:00 |
|
|
de79adc50d
|
updates debugger hook to stop before fetching instructions
this relates to https://github.com/Minres/DBT-RISE-RISCV/issues/8 :
Debugger loses control when trap vector fetch fails
and https://github.com/Minres/DBT-RISE-RISCV/issues/7 : Two debugger
single-steps are required at reset vector
|
2024-08-17 12:39:54 +02:00 |
|
|
0f15032210
|
removes gen_wait as wait can be called like any other extern function
|
2024-08-14 15:25:06 +02:00 |
|
|
efc11d87a5
|
updates template with fcsr check, adds extra braces on If Statements
|
2024-08-14 14:32:58 +02:00 |
|
|
c15cdb0955
|
expands return values of jit creating functions to inhibit endless trapping
|
2024-08-14 11:49:59 +02:00 |
|
|
b5341700aa
|
updates template and adds braces when using conditions
|
2024-08-13 08:55:14 +02:00 |
|
|
0b5062d21c
|
adds fp_functions here to remove dependencies in dbt-rise-core
|
2024-08-09 11:56:32 +02:00 |
|
|
fbca690b3b
|
replaces gen_wait, updates template to include fp_functions when necessary
|
2024-08-08 12:57:08 +02:00 |
|
|
235a7e6e24
|
updates template
|
2024-08-08 11:08:28 +02:00 |
|
|
9c51d6eade
|
improves interp, only calls decode once per instr
|
2024-08-07 09:20:11 +02:00 |
|
|
2878dca6b5
|
updates templates
|
2024-08-06 08:32:05 +02:00 |
|
|
933f08494c
|
removes C++17 dependency from asmjit backend
|
2024-08-04 17:41:49 +02:00 |
|
|
39d2518fdd
|
checkin: tgc5f builds and runs through
|
2024-07-31 12:30:41 +02:00 |
|
|
04b7a09b19
|
updates date in templates
|
2024-07-25 17:25:12 +02:00 |
|
|
72b11beac5
|
moves decoder to dbt-rise-core
|
2024-07-25 10:13:38 +02:00 |
|
|
c6b99cd155
|
introduces new decoder to interp backend
|
2024-07-24 12:28:35 +02:00 |
|
|
0d6bf924ed
|
changes jh.globals from map to vector
|
2024-07-23 15:45:51 +02:00 |
|
|
86de536c8f
|
changes jh globals to seperate riscv specifics
|
2024-07-23 14:35:31 +02:00 |
|
|
051dd5e2d3
|
updates templates for decoder in seperate class, adds again generated templates
|
2024-07-23 13:46:10 +02:00 |
|
|
60808c8649
|
corrects template since util fns are no longer vm_base members
|
2024-07-23 11:29:56 +02:00 |
|
|
0432803d82
|
updates templates and vm impls for better LAST_BRANCH handling
|
2024-07-22 09:04:17 +02:00 |
|
|
d42d2ce533
|
corrects illegal instruction for llvm
|
2024-07-18 14:04:23 +02:00 |
|
|
e1b6cab890
|
removes setting of NEXT_PC to max when trapping in llvm and asmjit, adds default disass to llvm
|
2024-07-18 12:02:40 +02:00 |
|
|
8361f88718
|
removes setting of NEXT_PC to max if trap
|
2024-07-18 11:37:53 +02:00 |
|
|
2ec7ea4b41
|
removes leftover gen_sync in asmjit
|
2024-07-17 22:39:12 +02:00 |
|
|
b24965d321
|
corrects gen_sync update order, improves illegal instruction
|
2024-07-17 20:52:01 +02:00 |
|
|
244bf6d2f2
|
corrects gen_sync before trap check, improves illegal_instruction
|
2024-07-17 20:25:49 +02:00 |
|