|
From: Jordan M. C. <jc...@li...> - 2010-06-21 20:18:48
|
I have begun working on trying to implement some instructions currently not handled by Valgrind for the powerpc architecture involving such instructions as lfpdx where two parallel fpu are used to take in a quadword load data. So far I understand mostly how VEX translates the original code given but I would like to know if there is a way to dump the assembly information that VEX creates before it translates back to the assembly code for that specific hardware implementation. Is there some sort of debugger option that allows you to see what the dump information is right before it translates back to assembly for the given hardware? Thanks Jordan |