Move builtin functions implementation to nds32-intrinsic.c module.
commit2d272c9f8b0c760cd40e1d414f0b72488fa7b99d
authorjasonwucj <jasonwucj@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Jul 2014 07:26:10 +0000 (4 07:26 +0000)
committerjasonwucj <jasonwucj@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Jul 2014 07:26:10 +0000 (4 07:26 +0000)
treea9f5b75bb1eb4286dedbef8e0443bd79afc28875
parentfd1dccd62cceb1258475b3930e2fb9d7349af1e1
Move builtin functions implementation to nds32-intrinsic.c module.

gcc/
* config/nds32/nds32.c
(nds32_expand_builtin_null_ftype_reg): Move to ...
(nds32_expand_builtin_reg_ftype_imm): Move to ...
(nds32_expand_builtin_null_ftype_reg_imm): Move to ...
(nds32_init_builtins): Move implementation to ...
(nds32_expand_builtin): Move implementation to ...
* config/nds32/nds32-intrinsic.c: ... here.
* config/nds32/nds32-protos.h (nds32_init_builtins_impl): Declare.
(nds32_expand_builtin_impl): Declare.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212282 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/nds32/nds32-intrinsic.c
gcc/config/nds32/nds32-protos.h
gcc/config/nds32/nds32.c