summaryrefslogtreecommitdiff
path: root/src/cuda-sim/opcodes.def
diff options
context:
space:
mode:
authorsspenst <[email protected]>2016-08-09 19:20:02 -0700
committersspenst <[email protected]>2016-08-09 19:20:02 -0700
commit45f95f05a11e916933480422b9075767a4cfdf90 (patch)
treed15724d2439b2787c252b1b4d8b9b6ea6f254d8b /src/cuda-sim/opcodes.def
parent8c264f2e77fe628987416269a925bb9930a1b813 (diff)
Changed bsmad_impl to match Ahmed's output. Added latency and initiation_interval numbers for bsmad
Diffstat (limited to 'src/cuda-sim/opcodes.def')
-rw-r--r--src/cuda-sim/opcodes.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuda-sim/opcodes.def b/src/cuda-sim/opcodes.def
index 021eed8..b363dca 100644
--- a/src/cuda-sim/opcodes.def
+++ b/src/cuda-sim/opcodes.def
@@ -52,7 +52,7 @@ 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_W_DEF(BSMAD_OP,bsmad_impl,"bsmad",1,1)
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)