summaryrefslogtreecommitdiff
path: root/src/cuda-sim/opcodes.h
diff options
context:
space:
mode:
authorgpgpu-sim <[email protected]>2016-09-06 06:43:14 -0700
committerGitHub <[email protected]>2016-09-06 06:43:14 -0700
commit3e9c0b4308ad32f381dc90f7763df46fa9ba721c (patch)
treed77c8320f986a1c64d2018a7e50d09f8e4dd6a40 /src/cuda-sim/opcodes.h
parentbab2a234abfadc50cb14dadb01c10595ce6ad1ef (diff)
parent0afe825c212560c3b473366d005a50c2568cad1a (diff)
Merge pull request #30 from sspenst/dev
shfl instruction implemented
Diffstat (limited to 'src/cuda-sim/opcodes.h')
-rw-r--r--src/cuda-sim/opcodes.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cuda-sim/opcodes.h b/src/cuda-sim/opcodes.h
index 871091c..aa133da 100644
--- a/src/cuda-sim/opcodes.h
+++ b/src/cuda-sim/opcodes.h
@@ -30,9 +30,11 @@
enum opcode_t {
#define OP_DEF(OP,FUNC,STR,DST,CLASSIFICATION) OP,
+#define OP_W_DEF(OP,FUNC,STR,DST,CLASSIFICATION) OP,
#include "opcodes.def"
- NUM_OPCODES
+ NUM_OPCODES
#undef OP_DEF
+#undef OP_W_DEF
};
enum special_regs {