[ARM] Update ARM bitops to operate on unsigned long quantities.
This cset removes some complexity that arose due to the endian issues caused by using byte accesses in the bitops. Since bitops are now guaranteed to operate on unsigned long quantities, we can now use word operations. This means that bitops bit 0 naturally falls into word 0 bit 0.
Showing
Please register or sign in to comment