Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
target-xtensa: fix big-endian BBS/BBC implementation
Quote from ISA, 2.1: For most Xtensa instructions, bit numbering is irrelevant; only the BBC and BBS instructions assign bit numbers to values on which the processor operates. The BBC/BBS instructions use big-endian bit ordering (0 is the most-significant bit) on a big-endian processor configuration. Signed-off-by: Max Filippov <[email protected]> Signed-off-by: Blue Swirl <[email protected]> (cherry picked from commit 7ff7563) Signed-off-by: Michael Roth <[email protected]>
- Loading branch information