Andrew D'Addesio fcd10cc52d arm: Cleanup br instruction handling
The cleaned up code fixes the following issues:
1. "bx pc" should always change to ARM mode (bits=32), never
   Thumb mode (bits=16), since PC is always even.
2. Use (addr & ~3LL) + pcdelta for all PC-relative arithmetic.

and removes checks for "b reg"/"bl reg"/"bx imm"/"bxj imm" as
these instructions don't exist.
2019-04-08 21:53:15 +02:00
..
2019-04-08 21:53:15 +02:00
2019-04-01 14:47:12 +02:00
2019-04-01 00:19:40 +02:00
2019-04-08 16:31:21 +02:00
2019-03-23 03:50:27 +01:00
2019-02-14 18:07:08 +01:00
2018-05-16 10:24:35 +02:00
2019-01-30 09:14:24 -06:00