<p dir="ltr"><br>
> It should have the older "MOV (imm)" instructions though, shouldn't<br>
> it? They seem to support 8-bits in both ARM and Thumb.<br>
><br>
> I'm not even that sure 8-bit loads *should* be supported. We're<br>
> unlikely to allocate entries on an 8-bit granularity which means we<br>
> can set the rest of the pool entry so that "ldr r0,[wherever]" would<br>
> be just as effective and probably no more expensive than the ldrb.</p>
<p dir="ltr">Exactly my point. It seems odd and sub-optimal to me that you would ever have 8-bit pool entry. Emitting it is probably a bug. </p>