From 3f9052b863ae10e7c1a30ac9acdb6b82db0aa03a Mon Sep 17 00:00:00 2001 From: "Andrew M. B. Boktor" Date: Sat, 26 May 2012 21:30:09 -0800 Subject: I forgot that this is needed to calculate the offset since the offset is defined as multiple of access width Back out revision 8 from //depot/gpgpu_sim_research/fermi/distribution/cuobjdump_to_ptxplus/sass.y [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12781] --- cuobjdump_to_ptxplus/sass.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cuobjdump_to_ptxplus/sass.y b/cuobjdump_to_ptxplus/sass.y index 9779e0c..3009aa1 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 + | memorylocation opTypes { printf($2); g_instList->getListEnd().addTypeModifier($2);} | memorylocation | immediateValue | extraModifier -- cgit v1.3