On 08/10/10 10:41 AM, James Carlson wrote:
Kuriakose Kuruvilla wrote:
              %xmm0  0x5f4d4d585f4d4d585f4d4d585f4d4d58
              %ymm0
0x5f4d4d595f4d4d595f4d4d595f4d4d595f4d4d585f4d4d585f4d4d585f4d4d58

This is probably more of a code review comment than an architectural
issue, but I would expect mdb $x to print out _either_ the xmm* set _or_
the ymm* set, and not both.  The xmm* set is just a portion of the ymm*
data, so there's no need to print it twice.  (This is for the same
reason we don't print al, ax, eax, and rax all at once, but rather just
the largest available.)


You are right, James.

We will change the mdb output to print only the YMMs when they are present.

Please let me know if you have any other comments.

Thanks
/kuriakose
_______________________________________________
opensolaris-arc mailing list
opensolaris-arc@opensolaris.org

Reply via email to