summaryrefslogtreecommitdiff
path: root/src/cuda-sim/opcodes.def
diff options
context:
space:
mode:
authorAkshay Jain <[email protected]>2018-03-22 03:53:50 -0400
committerAkshay Jain <[email protected]>2018-03-22 03:53:50 -0400
commit2d8d4455aa710914e87c5611cbb71f9330cdbc73 (patch)
treeab2859bc0497aff5f115905a306b0f7bef2d326e /src/cuda-sim/opcodes.def
parente87f15a76c5b3225911850fcdb4074c16682ae50 (diff)
Change 180 by jain156@akshayj-lt1 on 2017/03/30 11:48:07
Added Memory Access breakdown statistics. Divided INST stats into INST type and INST Mem accesses.
Diffstat (limited to 'src/cuda-sim/opcodes.def')
-rw-r--r--src/cuda-sim/opcodes.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cuda-sim/opcodes.def b/src/cuda-sim/opcodes.def
index e1b1422..ccf64d8 100644
--- a/src/cuda-sim/opcodes.def
+++ b/src/cuda-sim/opcodes.def
@@ -35,7 +35,9 @@ 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)