|
From: Julian S. <js...@ac...> - 2016-10-19 16:45:05
|
This was fixed in VEX r3206, generalised for any shift amount from 0 to 31 inclusive. J > When using GCC 5.2 I am seeing this assembly generated in some cases: > > add.w reg, sp, reg, lsl #4 > > The current limit is 3 though, so it was causing it to be caught as an unhandled instruction. > > Patch attached to bump the number from 3 to 4. |