On 2013-06-06 09:18, Paulo Matos wrote:
So while I have:
tsteqb p0, r0, r1
which sets p0 to 0xff is r0 == r1, then the branch looks like
bl p0., ,
where
bl p0.0, L1
branches to L1 is bit 0 of p0 is set.
So I have cmp_qimode, etc but then only cbranchbi4.
You'll be better off with a cbranchqi
Hello,
My port seems to be slightly awkward in testing and branching compared to the
existing one in mainline.
All the comparisons in my port set a QImode (8bits) register (predicate
register), however branches branch on a single bit value of the predicate
register.
So while I have:
tsteqb p0,