search for: cihdiaci

Displaying 4 results from an estimated 4 matches for "cihdiaci".

2013 Oct 02
5
[LLVMdev] Implementing the ARM NEON Intrinsics for PowerPC
...r simple vector operations like vector addition, multiplication, etc. so for these I imagine the implementation would consist of just outputting the correct instruction. However, for NEON instructions like the reciprocal step (see http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0489c/CIHDIACI.html) it is unlikely that there is a corresponding PowerPC vector instruction, so these will need to be emulated, yes. - Stan On 2 October 2013 04:14, Hal Finkel <hfinkel at anl.gov> wrote: > Stan, > > Do you mean that you want to emulate the ARM NEON intrinsics on PowerPC? >...
2013 Oct 02
0
[LLVMdev] Implementing the ARM NEON Intrinsics for PowerPC
Stan, Do you mean that you want to emulate the ARM NEON intrinsics on PowerPC? -Hal ----- Original Message ----- > > > Hello LLVM Devs, > > > Thanks for helping me previously to cross-compile for ARM, I managed > to get a working toolchain and am currently having fun compiling > different toy problems and running them on a pandaboard. > > As part of my
2013 Oct 01
3
[LLVMdev] Implementing the ARM NEON Intrinsics for PowerPC
Hello LLVM Devs, Thanks for helping me previously to cross-compile for ARM, I managed to get a working toolchain and am currently having fun compiling different toy problems and running them on a pandaboard. As part of my research I am trying to implement the ARM NEON Intrinsics in the PowerPC LLVM backend. I am still at the beginning of my efforts and am not yet familiar with either the ARM or
2013 Oct 02
0
[LLVMdev] Implementing the ARM NEON Intrinsics for PowerPC
...ations like vector > addition, multiplication, etc. so for these I imagine the implementation > would consist of just outputting the correct instruction. However, for NEON > instructions like the reciprocal step (see > http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0489c/CIHDIACI.html) > it > is unlikely that there is a corresponding PowerPC vector instruction, so > these will need to be emulated, yes. > > - Stan > > > On 2 October 2013 04:14, Hal Finkel <hfinkel at anl.gov> wrote: > > > Stan, > > > > Do you mean that...