This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[power7-meissner, ibm-gcc-4_3-branch] Add power7 conversion ops, rewrite builtin function decl handling


This update addss the power7 conversion insns.  In order to support the vector
double floating point convert to/from vector double integer intstructions, I
needed to add V2DI vector mode, though there is no other V2DI support in the
machine.  In adding all of the new builtins, I got tired of having to create
many new function argument types, so I rewrote the functions creating the
builtin functions to use a hash table and create the types dynamically.

I also updated the ibm-gcc-4_3-branch with these changes as well.

-- 
Michael Meissner, IBM
4 Technology Place Drive, MS 2203A, Westford, MA, 01886, USA
meissner@linux.vnet.ibm.com

Attachment: gcc-power7.patch35
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]