summaryrefslogtreecommitdiff
path: root/src/cuda-sim/opcodes.def
diff options
context:
space:
mode:
authortgrogers <[email protected]>2018-10-07 21:41:35 -0400
committertgrogers <[email protected]>2018-10-07 21:41:35 -0400
commitafb28556c4f08e4daca17525e7e377d9aaec0ee5 (patch)
treeab1d03b510b4fabe8138c0fdf2ed9bf8cb473582 /src/cuda-sim/opcodes.def
parent2ca656ae40436929f3d1261acabbd1c13db8470a (diff)
Unrolling Aksahy's stats - as they seem to be really screwing things up.
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 ccf64d8..e1b1422 100644
--- a/src/cuda-sim/opcodes.def
+++ b/src/cuda-sim/opcodes.def
@@ -35,9 +35,7 @@ SFU 4
Mem(except Tex) 5
Tex 6
Nop 7
-Breakpoint 9
Other 10
-Scalar video 11
*/
OP_DEF(ABS_OP,abs_impl,"abs",1,1)
OP_DEF(ADD_OP,add_impl,"add",1,1)