Displaying 3 results from an estimated 3 matches for "4d77d09c".
2013 Dec 18
2
[LLVMdev] LLVM ARM VMLA instruction
Hi,
Hi,
I was going through Code of LLVM instruction code generation for ARM. I
came across VMLA instruction hazards (Floating point multiply and
accumulate). I was comparing assembly code emitted by LLVM and GCC, where i
saw that GCC was happily using VMLA instruction for floating point while
LLVM never used it, instead it used a pair of VMUL and VADD instruction.
I wanted to know if there is
2013 Dec 18
0
[LLVMdev] LLVM ARM VMLA instruction
> I was going through Code of LLVM instruction code generation for ARM. I came
> across VMLA instruction hazards (Floating point multiply and accumulate). I
> was comparing assembly code emitted by LLVM and GCC, where i saw that GCC
> was happily using VMLA instruction for floating point while LLVM never used
> it, instead it used a pair of VMUL and VADD instruction.
It looks like
2013 Dec 18
2
[LLVMdev] LLVM ARM VMLA instruction
...ask), cortex-a9, cortex-a12, cortex-a15 or
> krait I believe.
>
Hi Tim,
Cortex A8 and A9 use VFPv3. A7, A12 and A15 use VFPv4.
cheers,
--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131218/4d77d09c/attachment.html>