Displaying 3 results from an estimated 3 matches for "dui0348c".
2012 Sep 21
0
[LLVMdev] Question about LLVM NEON intrinsics
...; Is it a BUG ? If yes I'm happy to get some directions on how I can fix it. If not I would like to know how to determine valid type for a given LLVM intrinsics.
I may be wrong, but I don't think there is such a load intrinsic...
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0348c/BABDCGGF.html
--
cheers,
--renato
http://systemcall.org/
2012 Sep 21
5
[LLVMdev] Question about LLVM NEON intrinsics
Hi all,
I would like to know if LLVM Neon intrinsics are designed to support only 'Legal' types for NEON units.
Using llc -march=arm -mcpu=cortex-a9 vmax4.ll -o vmax4.s on following ll code:
; ModuleID = 'vmax.ll'
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-n32"
target triple =
2012 Sep 21
2
[LLVMdev] RE : Question about LLVM NEON intrinsics
...; Is it a BUG ? If yes I'm happy to get some directions on how I can fix it. If not I would like to know how to determine valid type for a given LLVM intrinsics.
I may be wrong, but I don't think there is such a load intrinsic...
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0348c/BABDCGGF.html
--
cheers,
--renato
http://systemcall.org/