diff options
| author | Tim Rogers <[email protected]> | 2020-07-12 23:07:43 -0400 |
|---|---|---|
| committer | Tim Rogers <[email protected]> | 2020-07-12 23:07:43 -0400 |
| commit | 4192a5df8c400d9fc19d15a9eaca74191e45d08e (patch) | |
| tree | ad6787a77c25f47a47faa7f195da9a011ff18bdc /src/cuda-sim/opcodes.def | |
| parent | 4d64f31587569d4e8800aa81ececb9e809817d78 (diff) | |
| parent | 78a52b027e7ca30860fdf8366c08c0590f857810 (diff) | |
Merge remote-tracking branch 'gpgpu/dev' into dev-4.x
Diffstat (limited to 'src/cuda-sim/opcodes.def')
| -rw-r--r-- | src/cuda-sim/opcodes.def | 1 |
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) |
