summaryrefslogtreecommitdiff
path: root/src/cuda-sim/opcodes.def
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2020-07-03 19:42:18 -0700
committerGitHub <[email protected]>2020-07-03 19:42:18 -0700
commit9d3caa1cb2c70a3be186d4704ecab0fe13277516 (patch)
treea9f379ae6ff144e8f3eccd3d510a36c2c0983edd /src/cuda-sim/opcodes.def
parent708a249f854cedb08b0b5e494f45f2371f0525a6 (diff)
parenta8f98c3d111c9238ad79908e690b22c5e43f1522 (diff)
Merge pull request #186 from lucylufei/francois-update
Add activemask, bfind, vmin, vmax implementations
Diffstat (limited to 'src/cuda-sim/opcodes.def')
-rw-r--r--src/cuda-sim/opcodes.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cuda-sim/opcodes.def b/src/cuda-sim/opcodes.def
index c4d6a83..f5bf156 100644
--- a/src/cuda-sim/opcodes.def
+++ b/src/cuda-sim/opcodes.def
@@ -129,6 +129,7 @@ OP_DEF(VSHL_OP,vshl_impl,"vshl",0,11)
OP_DEF(VSHR_OP,vshr_impl,"vshr",0,11)
OP_DEF(VSUB_OP,vsub_impl,"vsub",0,11)
OP_DEF(VOTE_OP,vote_impl,"vote",0,3)
+OP_DEF(ACTIVEMASK_OP,activemask_impl,"activemask",1,3)
OP_DEF(XOR_OP,xor_impl,"xor",1,1)
OP_DEF(NOP_OP,nop_impl,"nop",0,7)
OP_DEF(BREAK_OP,break_impl,"break",0,3)