diff options
| author | sspenst <[email protected]> | 2016-07-04 16:25:11 -0700 |
|---|---|---|
| committer | sspenst <[email protected]> | 2016-07-04 16:25:11 -0700 |
| commit | 91b2afe09dbeb0fa1c5eb57cd4b416a5eb24bf60 (patch) | |
| tree | 7e9023a8f2c9f884234f02b8e717cc10d99e42c6 /src/cuda-sim/opcodes.def | |
| parent | 2683b8bd7ba9950e0aa174915ef9ff64e0a20421 (diff) | |
Initial SST recognition from PTX parser
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 2ee6976..0c0eda9 100644 --- a/src/cuda-sim/opcodes.def +++ b/src/cuda-sim/opcodes.def @@ -103,6 +103,7 @@ OP_DEF(SHR_OP,shr_impl,"shr",1,1) OP_DEF(SIN_OP,sin_impl,"sin",1,4) OP_DEF(SLCT_OP,slct_impl,"slct",1,1) OP_DEF(SQRT_OP,sqrt_impl,"sqrt",1,4) +OP_DEF(SST_OP,sst_impl,"sst",1,1) OP_DEF(SSY_OP,ssy_impl,"ssy",0,3) OP_DEF(ST_OP,st_impl,"st",0,5) OP_DEF(SUB_OP,sub_impl,"sub",1,1) |
