diff options
| author | Andrew M. B. Boktor <[email protected]> | 2012-07-10 23:00:30 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:47:33 -0700 |
| commit | dc45f0ec4b16144c248fb86acc905fbb5b627300 (patch) | |
| tree | 9a67669f23b30b79602c94c43190fdd7435aa74a /src/cuda-sim/opcodes.def | |
| parent | 6f99ffb9b171495df7ef0725f8a8cbffb8d9591c (diff) | |
Fix for bug #154-internal and #8-external
Adding support for double destination to mad instruction
Fixing broken madp instruction
Adding a patch to cuobjdump_to_ptxplus to work around the C3 problem (Documented in bug #154 internal).
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13349]
Diffstat (limited to 'src/cuda-sim/opcodes.def')
| -rw-r--r-- | src/cuda-sim/opcodes.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuda-sim/opcodes.def b/src/cuda-sim/opcodes.def index 46e6d94..0087d1e 100644 --- a/src/cuda-sim/opcodes.def +++ b/src/cuda-sim/opcodes.def @@ -68,7 +68,7 @@ OP_DEF(LDU_OP,ldu_impl,"ldu",1,5) OP_DEF(LG2_OP,lg2_impl,"lg2",1,4) OP_DEF(MAD24_OP,mad24_impl,"mad24",1,2) OP_DEF(MAD_OP,mad_impl,"mad",1,2) -OP_DEF(MADP_OP,mad_impl,"mad",1,2) +OP_DEF(MADP_OP,madp_impl,"madp",1,2) OP_DEF(MAX_OP,max_impl,"max",1,1) OP_DEF(MEMBAR_OP,membar_impl,"membar",1,3) OP_DEF(MIN_OP,min_impl,"min",1,1) |
