[PATCH] Allow encoded 8-bit floating point constants in ARM vmov instructions

Renato Golin renato.golin at linaro.org
Wed Dec 18 10:03:08 PST 2013


On 18 December 2013 17:44, David Peixotto <dpeixott at codeaurora.org> wrote:

> I tried with both gcc (4.6) and armasm (5.03) and neither accept an
> encoded fp constant (e.g. 0x70) as an operand to vmov.f* instructions.
>

Hum, that's odd, I thought you said gcc accepted them...


1. Support encoded fp constants in vmov.f* functions. This option is what
> my current patch does.
>

I can't see why we couldn't support this, since we already support it
partially.

cheers,
--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131218/1a63086c/attachment.html>


More information about the llvm-commits mailing list