[PATCH] perf/annotate/powerpc: Fix branch instruction with multiple operands

2017-05-25 Thread Ravi Bangoria
Perf annotate is dropping the cr* fields from branch instructions. Fix it by adding support to display branch instructions having multiple operands. Objdump of int_sqrt: 20.36 | c04d2694: subf r10,r10,r3 | c04d2698: v bgtcr6,c04d26a0 1.82

[PATCH] perf/annotate/powerpc: Fix branch instruction with multiple operands

2017-05-25 Thread Ravi Bangoria
Perf annotate is dropping the cr* fields from branch instructions. Fix it by adding support to display branch instructions having multiple operands. Objdump of int_sqrt: 20.36 | c04d2694: subf r10,r10,r3 | c04d2698: v bgtcr6,c04d26a0 1.82 |