https://bugs.kde.org/show_bug.cgi?id=369175

--- Comment #11 from Will Schmidt <will_schm...@vnet.ibm.com> ---
(In reply to Mark Wielaard from comment #9)
> Assuming that is with remote vgdb attached then you should be able to get
> the generated IR and assembly with:
>  monitor v.translate 0x00000000100016dc 0b00100001
> 
> (See the manual or valgrind --help-debug for the explanation of the
> --trace-flags)

Ok.   So given this: 
Program received signal SIGSEGV, Segmentation fault.
0x00000000100016d8 in test_bcdadd () at test_isa_2_07_part1.c:710
710          __asm__ __volatile__ ("bcdadd. %0, %1, %2, 0" : "=v" (vec_out):
"v" (vec_inA),"v" (vec_inB));
I did the monitor command against the ... 16d8 addr.
(gdb) monitor v.translate 0x00000000100016d8 0b00100001

The output is larger than I had expected...    attaching it momentarily.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to