RE: [PATCH 01/22] arm: move builtin function codes into general numberspace

2023-05-02 Thread Kyrylo Tkachov via Gcc-patches
Hi Christophe, > -Original Message- > From: Christophe Lyon > Sent: Tuesday, April 18, 2023 2:46 PM > To: gcc-patches@gcc.gnu.org; Kyrylo Tkachov ; > Richard Earnshaw ; Richard Sandiford > > Cc: Christophe Lyon > Subject: [PATCH 01/22] arm: move builtin fun

[PATCH 01/22] arm: move builtin function codes into general numberspace

2023-04-18 Thread Christophe Lyon via Gcc-patches
This patch introduces a separate numberspace for general arm builtin function codes. The intent of this patch is to separate the space of function codes that may be assigned to general builtins and future MVE intrinsic functions by using the first bit of each function code to differentiate them. Th