https://codereview.chromium.org/196473021/diff/1/src/a64/macro-assembler-a64.cc#newcode2467
src/a64/macro-assembler-a64.cc:2467: Cbz(bulk_length, &short_copy);
On 2014/03/18 12:51:14, ulan wrote:
> You probably wanted to use flags set by Bics.

Yes. Fixed that.

Actually, following our current rule of thumb, we prefer not setting the flags
with BIC, and using CBZ.

https://codereview.chromium.org/196473021/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to