David Howells wrote:
> Why are you using bitfield instructions on the m68k arch? why not use just
> simple bit instructions (or and/or/xor where masking)? All the flags are
> single bit width fields.
These are two bytes longer as well, right now I'm doing this:
tstw %d0
jeq do_signal_return
tstb %d0
jne do_delayed_trace
using btst or andw this would be four bytes longer.
bye, Roman
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/