diff options
| author | negargoli93 <[email protected]> | 2018-05-12 16:09:04 -0700 |
|---|---|---|
| committer | negargoli93 <[email protected]> | 2018-05-12 16:09:04 -0700 |
| commit | 68674d4ba230df0d3bf9f4e5b035f4cf9cfc185b (patch) | |
| tree | 3f87dc6aec0431b5393e95c3ff7e9b6bb18bd499 /src/abstract_hardware_model.h | |
| parent | 7c9b838bca837a3ccea5ea30f53c1cbd8e35252c (diff) | |
commit for eece527project
Diffstat (limited to 'src/abstract_hardware_model.h')
| -rw-r--r-- | src/abstract_hardware_model.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h index cdd9cf3..9dc58d4 100644 --- a/src/abstract_hardware_model.h +++ b/src/abstract_hardware_model.h @@ -750,7 +750,7 @@ public: }; // the maximum number of destination, source, or address uarch operands in a instruction -#define MAX_REG_OPERANDS 8 +#define MAX_REG_OPERANDS 32 struct dram_callback_t { dram_callback_t() { function=NULL; instruction=NULL; thread=NULL; } @@ -825,8 +825,8 @@ public: address_type reconvergence_pc; // -1 => not a branch, -2 => use function return address - unsigned out[4]; - unsigned in[4]; + unsigned out[8]; + unsigned in[8]; unsigned char is_vectorin; unsigned char is_vectorout; int pred; // predicate register number |
