• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1//===- HexagonIntrinsicsV5.td - V5 Instruction intrinsics --*- tablegen -*-===//
2//
3//                     The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9
10//Rdd[+]=vrmpybsu(Rss,Rtt)
11//Rdd[+]=vrmpybuu(Rss,Rtt)
12let Predicates = [HasV5]  in {
13def : T_PP_pat  <M5_vrmpybsu, int_hexagon_M5_vrmpybsu>;
14def : T_PP_pat  <M5_vrmpybuu, int_hexagon_M5_vrmpybuu>;
15
16def : T_PP_pat <M5_vdmpybsu, int_hexagon_M5_vdmpybsu>;
17
18def : T_PPP_pat <M5_vrmacbsu, int_hexagon_M5_vrmacbsu>;
19def : T_PPP_pat <M5_vrmacbuu, int_hexagon_M5_vrmacbuu>;
20//Rxx+=vdmpybsu(Rss,Rtt):sat
21def : T_PPP_pat <M5_vdmacbsu, int_hexagon_M5_vdmacbsu>;
22
23// Vector multiply bytes
24// Rdd=vmpyb[s]u(Rs,Rt)
25def : T_RR_pat <M5_vmpybsu, int_hexagon_M5_vmpybsu>;
26def : T_RR_pat <M5_vmpybuu, int_hexagon_M5_vmpybuu>;
27
28// Rxx+=vmpyb[s]u(Rs,Rt)
29def : T_PRR_pat <M5_vmacbsu, int_hexagon_M5_vmacbsu>;
30def : T_PRR_pat <M5_vmacbuu, int_hexagon_M5_vmacbuu>;
31
32// Rd=vaddhub(Rss,Rtt):sat
33def : T_PP_pat <A5_vaddhubs, int_hexagon_A5_vaddhubs>;
34}
35
36def : T_FF_pat<F2_sfadd, int_hexagon_F2_sfadd>;
37def : T_FF_pat<F2_sfsub, int_hexagon_F2_sfsub>;
38def : T_FF_pat<F2_sfmpy, int_hexagon_F2_sfmpy>;
39def : T_FF_pat<F2_sfmax, int_hexagon_F2_sfmax>;
40def : T_FF_pat<F2_sfmin, int_hexagon_F2_sfmin>;
41
42def : T_FF_pat<F2_sffixupn, int_hexagon_F2_sffixupn>;
43def : T_FF_pat<F2_sffixupd, int_hexagon_F2_sffixupd>;
44def : T_F_pat <F2_sffixupr, int_hexagon_F2_sffixupr>;
45
46def : T_Q_QQ_pat<C4_fastcorner9,     int_hexagon_C4_fastcorner9>;
47def : T_Q_QQ_pat<C4_fastcorner9_not, int_hexagon_C4_fastcorner9_not>;
48
49def : T_P_pat <S5_popcountp, int_hexagon_S5_popcountp>;
50def : T_PI_pat <S5_asrhub_sat, int_hexagon_S5_asrhub_sat>;
51
52def : T_PI_pat <S2_asr_i_p_rnd, int_hexagon_S2_asr_i_p_rnd>;
53def : T_PI_pat <S2_asr_i_p_rnd_goodsyntax,
54                int_hexagon_S2_asr_i_p_rnd_goodsyntax>;
55
56def : T_PI_pat <S5_asrhub_rnd_sat_goodsyntax,
57                int_hexagon_S5_asrhub_rnd_sat_goodsyntax>;
58
59def : T_PI_pat <S5_vasrhrnd_goodsyntax, int_hexagon_S5_vasrhrnd_goodsyntax>;
60
61def : T_FFF_pat <F2_sffma, int_hexagon_F2_sffma>;
62def : T_FFF_pat <F2_sffms, int_hexagon_F2_sffms>;
63def : T_FFF_pat <F2_sffma_lib, int_hexagon_F2_sffma_lib>;
64def : T_FFF_pat <F2_sffms_lib, int_hexagon_F2_sffms_lib>;
65def : T_FFFQ_pat <F2_sffma_sc, int_hexagon_F2_sffma_sc>;
66
67// Compare floating-point value
68def : T_Q_FF_pat <F2_sfcmpge, int_hexagon_F2_sfcmpge>;
69def : T_Q_FF_pat <F2_sfcmpuo, int_hexagon_F2_sfcmpuo>;
70def : T_Q_FF_pat <F2_sfcmpeq, int_hexagon_F2_sfcmpeq>;
71def : T_Q_FF_pat <F2_sfcmpgt, int_hexagon_F2_sfcmpgt>;
72
73def : T_Q_DD_pat <F2_dfcmpeq, int_hexagon_F2_dfcmpeq>;
74def : T_Q_DD_pat <F2_dfcmpgt, int_hexagon_F2_dfcmpgt>;
75def : T_Q_DD_pat <F2_dfcmpge, int_hexagon_F2_dfcmpge>;
76def : T_Q_DD_pat <F2_dfcmpuo, int_hexagon_F2_dfcmpuo>;
77
78// Create floating-point value
79def : T_I_pat <F2_sfimm_p, int_hexagon_F2_sfimm_p>;
80def : T_I_pat <F2_sfimm_n, int_hexagon_F2_sfimm_n>;
81def : T_I_pat <F2_dfimm_p, int_hexagon_F2_dfimm_p>;
82def : T_I_pat <F2_dfimm_n, int_hexagon_F2_dfimm_n>;
83
84def : T_Q_DI_pat <F2_dfclass, int_hexagon_F2_dfclass>;
85def : T_Q_FI_pat <F2_sfclass, int_hexagon_F2_sfclass>;
86def : T_F_pat <F2_conv_sf2df, int_hexagon_F2_conv_sf2df>;
87def : T_D_pat <F2_conv_df2sf, int_hexagon_F2_conv_df2sf>;
88def : T_R_pat <F2_conv_uw2sf, int_hexagon_F2_conv_uw2sf>;
89def : T_R_pat <F2_conv_uw2df, int_hexagon_F2_conv_uw2df>;
90def : T_R_pat <F2_conv_w2sf,  int_hexagon_F2_conv_w2sf>;
91def : T_R_pat <F2_conv_w2df,  int_hexagon_F2_conv_w2df>;
92def : T_P_pat <F2_conv_ud2sf, int_hexagon_F2_conv_ud2sf>;
93def : T_P_pat <F2_conv_ud2df, int_hexagon_F2_conv_ud2df>;
94def : T_P_pat <F2_conv_d2sf,  int_hexagon_F2_conv_d2sf>;
95def : T_P_pat <F2_conv_d2df,  int_hexagon_F2_conv_d2df>;
96def : T_F_pat <F2_conv_sf2uw, int_hexagon_F2_conv_sf2uw>;
97def : T_F_pat <F2_conv_sf2w,  int_hexagon_F2_conv_sf2w>;
98def : T_F_pat <F2_conv_sf2ud, int_hexagon_F2_conv_sf2ud>;
99def : T_F_pat <F2_conv_sf2d,  int_hexagon_F2_conv_sf2d>;
100def : T_D_pat <F2_conv_df2uw, int_hexagon_F2_conv_df2uw>;
101def : T_D_pat <F2_conv_df2w,  int_hexagon_F2_conv_df2w>;
102def : T_D_pat <F2_conv_df2ud, int_hexagon_F2_conv_df2ud>;
103def : T_D_pat <F2_conv_df2d,  int_hexagon_F2_conv_df2d>;
104def : T_F_pat <F2_conv_sf2uw_chop, int_hexagon_F2_conv_sf2uw_chop>;
105def : T_F_pat <F2_conv_sf2w_chop,  int_hexagon_F2_conv_sf2w_chop>;
106def : T_F_pat <F2_conv_sf2ud_chop, int_hexagon_F2_conv_sf2ud_chop>;
107def : T_F_pat <F2_conv_sf2d_chop,  int_hexagon_F2_conv_sf2d_chop>;
108def : T_D_pat <F2_conv_df2uw_chop, int_hexagon_F2_conv_df2uw_chop>;
109def : T_D_pat <F2_conv_df2w_chop,  int_hexagon_F2_conv_df2w_chop>;
110def : T_D_pat <F2_conv_df2ud_chop, int_hexagon_F2_conv_df2ud_chop>;
111def : T_D_pat <F2_conv_df2d_chop,  int_hexagon_F2_conv_df2d_chop>;
112