Disasm now translates xor x0,x0,x0 as a machine-generated bubble ("-").
authorChristopher Celio <celio@eecs.berkeley.edu>
Wed, 29 Jan 2014 01:06:27 +0000 (17:06 -0800)
committerChristopher Celio <celio@eecs.berkeley.edu>
Wed, 29 Jan 2014 01:06:27 +0000 (17:06 -0800)
commit0346522aa6ca2a91f2d32f824646febc6dff1fc8
treefa18cf27f63dffbdfa322a8ab13fa2ecfa84600b
parent9a9df0230ff3b0eba855d1184079806855b70ede
Disasm now translates xor x0,x0,x0 as a machine-generated bubble ("-").

  It is very convenient for pipeline trace viewing to differentiate
  between compiler NOPs and pipeline bubbles.
spike/disasm.cc