summaryrefslogtreecommitdiff
path: root/src/cuda-sim/opcodes.def
diff options
context:
space:
mode:
authorsspenst <[email protected]>2016-08-05 10:16:29 -0700
committersspenst <[email protected]>2016-08-05 10:16:29 -0700
commit9a6b68c5b11fbdb239d25afe60e5135bc2afa88d (patch)
tree3da088dd12534a858d414b14c2247aa381145d8d /src/cuda-sim/opcodes.def
parentfeda07a5e0053ef2f2bfa382f5ba9a7a0b6c6bf5 (diff)
bsmad gives the correct output in the small cases I have tried, still need to complete the TODOs noted in bsmad_impl
Diffstat (limited to 'src/cuda-sim/opcodes.def')
-rw-r--r--src/cuda-sim/opcodes.def2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cuda-sim/opcodes.def b/src/cuda-sim/opcodes.def
index d0e6f25..021eed8 100644
--- a/src/cuda-sim/opcodes.def
+++ b/src/cuda-sim/opcodes.def
@@ -53,8 +53,6 @@ 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)