[PATCH][AArch64]Implement newly added AArch64 ACLE functions for ld1	and st1
    Hao Liu 
    Hao.Liu at arm.com
       
    Wed Nov 13 20:35:42 PST 2013
    
    
  
Hi Tim and reviewers,
 
The new ACLE document has added many functions about ld1/st1 with 2/3/4
vectors. Such as 
       "void vst1_s8_x2(int8_t * ptr, int8x8x2_t val)". 
I've implemented them and matched them to the corresponding instructions in
the backend.
The patches are in attachment and are showed at
http://llvm-reviews.chandlerc.com/D2175.
 
Review, please.
 
Thanks,
-Hao
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131114/d98159ea/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ld1st1_xN.llvm.patch
Type: application/octet-stream
Size: 89842 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131114/d98159ea/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ld1st1_xN.clang.patch
Type: application/octet-stream
Size: 38180 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131114/d98159ea/attachment-0001.obj>
    
    
More information about the llvm-commits
mailing list