diff options
| author | Jonathan <[email protected]> | 2018-06-04 16:53:23 -0700 |
|---|---|---|
| committer | Jonathan <[email protected]> | 2018-06-04 16:53:23 -0700 |
| commit | 73fea7152926dbc41cf008a4ed3402cc1feeefa7 (patch) | |
| tree | 29dfb7ba55669240336cd191ff9661f5234c0dc7 /src/cuda-sim/opcodes.def | |
| parent | 2278609c8e279e7dfba49211256e818e3152318b (diff) | |
parses through all ptx files, TODO: need to impl dp4a
Diffstat (limited to 'src/cuda-sim/opcodes.def')
| -rw-r--r-- | src/cuda-sim/opcodes.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cuda-sim/opcodes.def b/src/cuda-sim/opcodes.def index e1b1422..2dbfb78 100644 --- a/src/cuda-sim/opcodes.def +++ b/src/cuda-sim/opcodes.def @@ -60,6 +60,7 @@ OP_DEF(COS_OP,cos_impl,"cos",1,4) OP_DEF(CVT_OP,cvt_impl,"cvt",1,1) OP_DEF(CVTA_OP,cvta_impl,"cvta",1,1) OP_DEF(DIV_OP,div_impl,"div",1,1) +OP_DEF(DP4A_OP,dp4a_impl,"dp4a",1,1) OP_DEF(EX2_OP,ex2_impl,"ex2",1,4) OP_DEF(EXIT_OP,exit_impl,"exit",1,3) OP_DEF(FMA_OP,fma_impl,"fma",1,2) |
