summaryrefslogtreecommitdiff
path: root/src/cuda-sim/opcodes.def
diff options
context:
space:
mode:
authorsspenst <[email protected]>2016-08-04 13:09:41 -0700
committersspenst <[email protected]>2016-08-04 13:09:41 -0700
commitfeda07a5e0053ef2f2bfa382f5ba9a7a0b6c6bf5 (patch)
tree22be33d4b51a6d04dd32aac7ea8b199f213e0f17 /src/cuda-sim/opcodes.def
parente08fc0294fe919a198477b771a414c5102430188 (diff)
A thread executing BSMAD is now able to access information from all threads in its warp
Diffstat (limited to 'src/cuda-sim/opcodes.def')
-rw-r--r--src/cuda-sim/opcodes.def3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cuda-sim/opcodes.def b/src/cuda-sim/opcodes.def
index 1af04ea..d0e6f25 100644
--- a/src/cuda-sim/opcodes.def
+++ b/src/cuda-sim/opcodes.def
@@ -52,6 +52,9 @@ OP_DEF(BRA_OP,bra_impl,"bra",0,3)
OP_DEF(BRX_OP,brx_impl,"brx",0,3)
OP_DEF(BREV_OP,brev_impl,"brev",1,1)
OP_DEF(BRKPT_OP,brkpt_impl,"brkpt",1,9)
+OP_W_DEF(BSMAD_OP,bsmad_impl,"bsmad",0,1)
+OP_DEF(BSMUL_OP,bsmul_impl,"bsmul",1,1)
+OP_DEF(BUF_OP,buf_impl,"buf",0,5)
OP_DEF(CALL_OP,call_impl,"call",1,3)
OP_DEF(CALLP_OP,callp_impl,"callp",1,3)
OP_DEF(CLZ_OP,clz_impl,"clz",1,1)