diff options
| author | Andrew M. B. Boktor <[email protected]> | 2012-05-26 18:53:29 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:47:31 -0700 |
| commit | e71a7e772f2116923c417dfd17130d222e46921d (patch) | |
| tree | 0b46790f8c0b828d5e9aa0d99197742a40f9b1c3 /cuobjdump_to_ptxplus | |
| parent | 76509c2b8aca4224f1ccbef5e92237e3d94b14d6 (diff) | |
Not acting on type modifiers for memory operands
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12775]
Diffstat (limited to 'cuobjdump_to_ptxplus')
| -rw-r--r-- | cuobjdump_to_ptxplus/sass.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cuobjdump_to_ptxplus/sass.y b/cuobjdump_to_ptxplus/sass.y index 3009aa1..9779e0c 100644 --- a/cuobjdump_to_ptxplus/sass.y +++ b/cuobjdump_to_ptxplus/sass.y @@ -315,7 +315,7 @@ operand : registerlocation | PIPE registerlocation PIPE { g_instList->getListEnd().addBaseModifier(".abs"); } | TILDE registerlocation | LEFTBRACKET instructionPredicate RIGHTBRACKET - | memorylocation opTypes { printf($2); g_instList->getListEnd().addTypeModifier($2);} + | memorylocation opTypes | memorylocation | immediateValue | extraModifier |
