Page MenuHomeFreeBSD

libmd aarch64: Use ands instead of bics to round down the length
ClosedPublic

Authored by jhb on Sat, Feb 7, 3:46 PM.
Tags
None
Referenced Files
F145836274: D55155.diff
Wed, Feb 25, 1:44 AM
Unknown Object (File)
Mon, Feb 23, 11:59 AM
Unknown Object (File)
Fri, Feb 20, 5:02 PM
Unknown Object (File)
Mon, Feb 16, 4:41 PM
Unknown Object (File)
Mon, Feb 16, 4:24 PM
Unknown Object (File)
Mon, Feb 16, 4:24 PM
Unknown Object (File)
Mon, Feb 16, 4:24 PM
Unknown Object (File)
Mon, Feb 16, 11:05 AM
Subscribers

Details

Summary

GNU as does not accept bics with two register operands but instead
requires three register operands. However, clang assembles the bics
instruction to ands anyway, so just use ands directly.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable