;; Arm M-profile Vector Extension Machine Description ;; Copyright (C) 2019-2020 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; ;; GCC is free software; you can redistribute it and/or modify it ;; under the terms of the GNU General Public License as published by ;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; ;; GCC is distributed in the hope that it will be useful, but ;; WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ;; General Public License for more details. ;; ;; You should have received a copy of the GNU General Public License ;; along with GCC; see the file COPYING3. If not see ;; . (define_insn "*mve_mov" [(set (match_operand:MVE_types 0 "nonimmediate_operand" "=w,w,r,w,w,r,w,Ux,w") (match_operand:MVE_types 1 "general_operand" "w,r,w,Dn,UxUi,r,Dm,w,Ul"))] "TARGET_HAVE_MVE || TARGET_HAVE_MVE_FLOAT" { if (which_alternative == 3 || which_alternative == 6) { int width, is_valid; static char templ[40]; is_valid = simd_immediate_valid_for_move (operands[1], mode, &operands[1], &width); gcc_assert (is_valid != 0); if (width == 0) return "vmov.f32\t%q0, %1 @ "; else sprintf (templ, "vmov.i%d\t%%q0, %%x1 @ ", width); return templ; } if (which_alternative == 4 || which_alternative == 7) { if (mode == V2DFmode || mode == V2DImode || mode == TImode) { if (which_alternative == 7) output_asm_insn ("vstrw.32\t%q1, %E0", operands); else output_asm_insn ("vldrw.u32\t%q0, %E1",operands); } else { if (which_alternative == 7) output_asm_insn ("vstr.\t%q1, %E0", operands); else output_asm_insn ("vldr.\t%q0, %E1", operands); } return ""; } switch (which_alternative) { case 0: return "vmov\t%q0, %q1"; case 1: return "vmov\t%e0, %Q1, %R1 @ \;vmov\t%f0, %J1, %K1"; case 2: return "vmov\t%Q0, %R0, %e1 @ \;vmov\t%J0, %K0, %f1"; case 5: return output_move_quad (operands); case 8: return output_move_neon (operands); default: gcc_unreachable (); return ""; } } [(set_attr "type" "mve_move,mve_move,mve_move,mve_move,mve_load,multiple,mve_move,mve_store,mve_load") (set_attr "length" "4,8,8,4,8,8,4,4,4") (set_attr "thumb2_pool_range" "*,*,*,*,1018,*,*,*,*") (set_attr "neg_pool_range" "*,*,*,*,996,*,*,*,*")]) (define_insn "*mve_vdup" [(set (match_operand:MVE_vecs 0 "s_register_operand" "=w") (vec_duplicate:MVE_vecs (match_operand: 1 "s_register_operand" "r")))] "TARGET_HAVE_MVE || TARGET_HAVE_MVE_FLOAT" "vdup.\t%q0, %1" [(set_attr "length" "4") (set_attr "type" "mve_move")]) ;; ;; [vst4q]) ;; (define_insn "mve_vst4q" [(set (match_operand:XI 0 "neon_struct_operand" "=Um") (unspec:XI [(match_operand:XI 1 "s_register_operand" "w") (unspec:MVE_VLD_ST [(const_int 0)] UNSPEC_VSTRUCTDUMMY)] VST4Q)) ] "TARGET_HAVE_MVE" { rtx ops[6]; int regno = REGNO (operands[1]); ops[0] = gen_rtx_REG (TImode, regno); ops[1] = gen_rtx_REG (TImode, regno+4); ops[2] = gen_rtx_REG (TImode, regno+8); ops[3] = gen_rtx_REG (TImode, regno+12); rtx reg = operands[0]; while (reg && !REG_P (reg)) reg = XEXP (reg, 0); gcc_assert (REG_P (reg)); ops[4] = reg; ops[5] = operands[0]; /* Here in first three instructions data is stored to ops[4]'s location but in the fourth instruction data is stored to operands[0], this is to support the writeback. */ output_asm_insn ("vst40.\t{%q0, %q1, %q2, %q3}, [%4]\n\t" "vst41.\t{%q0, %q1, %q2, %q3}, [%4]\n\t" "vst42.\t{%q0, %q1, %q2, %q3}, [%4]\n\t" "vst43.\t{%q0, %q1, %q2, %q3}, %5", ops); return ""; } [(set_attr "length" "16")]) ;; ;; [vrndq_m_f]) ;; (define_insn "mve_vrndq_m_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VRNDQ_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vrintzt.f%# %q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vrndxq_f]) ;; (define_insn "mve_vrndxq_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "w")] VRNDXQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vrintx.f%# %q0, %q1" [(set_attr "type" "mve_move") ]) ;; ;; [vrndq_f]) ;; (define_insn "mve_vrndq_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "w")] VRNDQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vrintz.f%# %q0, %q1" [(set_attr "type" "mve_move") ]) ;; ;; [vrndpq_f]) ;; (define_insn "mve_vrndpq_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "w")] VRNDPQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vrintp.f%# %q0, %q1" [(set_attr "type" "mve_move") ]) ;; ;; [vrndnq_f]) ;; (define_insn "mve_vrndnq_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "w")] VRNDNQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vrintn.f%# %q0, %q1" [(set_attr "type" "mve_move") ]) ;; ;; [vrndmq_f]) ;; (define_insn "mve_vrndmq_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "w")] VRNDMQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vrintm.f%# %q0, %q1" [(set_attr "type" "mve_move") ]) ;; ;; [vrndaq_f]) ;; (define_insn "mve_vrndaq_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "w")] VRNDAQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vrinta.f%# %q0, %q1" [(set_attr "type" "mve_move") ]) ;; ;; [vrev64q_f]) ;; (define_insn "mve_vrev64q_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=&w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "w")] VREV64Q_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vrev64.%# %q0, %q1" [(set_attr "type" "mve_move") ]) ;; ;; [vnegq_f]) ;; (define_insn "mve_vnegq_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "w")] VNEGQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vneg.f%# %q0, %q1" [(set_attr "type" "mve_move") ]) ;; ;; [vdupq_n_f]) ;; (define_insn "mve_vdupq_n_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand: 1 "s_register_operand" "r")] VDUPQ_N_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vdup.%# %q0, %1" [(set_attr "type" "mve_move") ]) ;; ;; [vabsq_f]) ;; (define_insn "mve_vabsq_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "w")] VABSQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vabs.f%# %q0, %q1" [(set_attr "type" "mve_move") ]) ;; ;; [vrev32q_f]) ;; (define_insn "mve_vrev32q_fv8hf" [ (set (match_operand:V8HF 0 "s_register_operand" "=w") (unspec:V8HF [(match_operand:V8HF 1 "s_register_operand" "w")] VREV32Q_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vrev32.16 %q0, %q1" [(set_attr "type" "mve_move") ]) ;; ;; [vcvttq_f32_f16]) ;; (define_insn "mve_vcvttq_f32_f16v4sf" [ (set (match_operand:V4SF 0 "s_register_operand" "=w") (unspec:V4SF [(match_operand:V8HF 1 "s_register_operand" "w")] VCVTTQ_F32_F16)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vcvtt.f32.f16 %q0, %q1" [(set_attr "type" "mve_move") ]) ;; ;; [vcvtbq_f32_f16]) ;; (define_insn "mve_vcvtbq_f32_f16v4sf" [ (set (match_operand:V4SF 0 "s_register_operand" "=w") (unspec:V4SF [(match_operand:V8HF 1 "s_register_operand" "w")] VCVTBQ_F32_F16)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vcvtb.f32.f16 %q0, %q1" [(set_attr "type" "mve_move") ]) ;; ;; [vcvtq_to_f_s, vcvtq_to_f_u]) ;; (define_insn "mve_vcvtq_to_f_" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand: 1 "s_register_operand" "w")] VCVTQ_TO_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vcvt.f%#.%# %q0, %q1" [(set_attr "type" "mve_move") ]) ;; ;; [vrev64q_u, vrev64q_s]) ;; (define_insn "mve_vrev64q_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=&w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w")] VREV64Q)) ] "TARGET_HAVE_MVE" "vrev64.%# %q0, %q1" [(set_attr "type" "mve_move") ]) ;; ;; [vcvtq_from_f_s, vcvtq_from_f_u]) ;; (define_insn "mve_vcvtq_from_f_" [ (set (match_operand:MVE_5 0 "s_register_operand" "=w") (unspec:MVE_5 [(match_operand: 1 "s_register_operand" "w")] VCVTQ_FROM_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vcvt.%#.f%# %q0, %q1" [(set_attr "type" "mve_move") ]) ;; [vqnegq_s]) ;; (define_insn "mve_vqnegq_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w")] VQNEGQ_S)) ] "TARGET_HAVE_MVE" "vqneg.s%# %q0, %q1" [(set_attr "type" "mve_move") ]) ;; ;; [vqabsq_s]) ;; (define_insn "mve_vqabsq_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w")] VQABSQ_S)) ] "TARGET_HAVE_MVE" "vqabs.s%# %q0, %q1" [(set_attr "type" "mve_move") ]) ;; ;; [vnegq_s]) ;; (define_insn "mve_vnegq_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w")] VNEGQ_S)) ] "TARGET_HAVE_MVE" "vneg.s%# %q0, %q1" [(set_attr "type" "mve_move") ]) ;; ;; [vmvnq_u, vmvnq_s]) ;; (define_insn "mve_vmvnq_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w")] VMVNQ)) ] "TARGET_HAVE_MVE" "vmvn %q0, %q1" [(set_attr "type" "mve_move") ]) ;; ;; [vdupq_n_u, vdupq_n_s]) ;; (define_insn "mve_vdupq_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand: 1 "s_register_operand" "r")] VDUPQ_N)) ] "TARGET_HAVE_MVE" "vdup.%# %q0, %1" [(set_attr "type" "mve_move") ]) ;; ;; [vclzq_u, vclzq_s]) ;; (define_insn "mve_vclzq_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w")] VCLZQ)) ] "TARGET_HAVE_MVE" "vclz.i%# %q0, %q1" [(set_attr "type" "mve_move") ]) ;; ;; [vclsq_s]) ;; (define_insn "mve_vclsq_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w")] VCLSQ_S)) ] "TARGET_HAVE_MVE" "vcls.s%# %q0, %q1" [(set_attr "type" "mve_move") ]) ;; ;; [vaddvq_s, vaddvq_u]) ;; (define_insn "mve_vaddvq_" [ (set (match_operand:SI 0 "s_register_operand" "=Te") (unspec:SI [(match_operand:MVE_2 1 "s_register_operand" "w")] VADDVQ)) ] "TARGET_HAVE_MVE" "vaddv.%#\t%0, %q1" [(set_attr "type" "mve_move") ]) ;; ;; [vabsq_s]) ;; (define_insn "mve_vabsq_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w")] VABSQ_S)) ] "TARGET_HAVE_MVE" "vabs.s%#\t%q0, %q1" [(set_attr "type" "mve_move") ]) ;; ;; [vrev32q_u, vrev32q_s]) ;; (define_insn "mve_vrev32q_" [ (set (match_operand:MVE_3 0 "s_register_operand" "=w") (unspec:MVE_3 [(match_operand:MVE_3 1 "s_register_operand" "w")] VREV32Q)) ] "TARGET_HAVE_MVE" "vrev32.%#\t%q0, %q1" [(set_attr "type" "mve_move") ]) ;; ;; [vmovltq_u, vmovltq_s]) ;; (define_insn "mve_vmovltq_" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand:MVE_3 1 "s_register_operand" "w")] VMOVLTQ)) ] "TARGET_HAVE_MVE" "vmovlt.%# %q0, %q1" [(set_attr "type" "mve_move") ]) ;; ;; [vmovlbq_s, vmovlbq_u]) ;; (define_insn "mve_vmovlbq_" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand:MVE_3 1 "s_register_operand" "w")] VMOVLBQ)) ] "TARGET_HAVE_MVE" "vmovlb.%# %q0, %q1" [(set_attr "type" "mve_move") ]) ;; ;; [vcvtpq_s, vcvtpq_u]) ;; (define_insn "mve_vcvtpq_" [ (set (match_operand:MVE_5 0 "s_register_operand" "=w") (unspec:MVE_5 [(match_operand: 1 "s_register_operand" "w")] VCVTPQ)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vcvtp.%#.f%# %q0, %q1" [(set_attr "type" "mve_move") ]) ;; ;; [vcvtnq_s, vcvtnq_u]) ;; (define_insn "mve_vcvtnq_" [ (set (match_operand:MVE_5 0 "s_register_operand" "=w") (unspec:MVE_5 [(match_operand: 1 "s_register_operand" "w")] VCVTNQ)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vcvtn.%#.f%# %q0, %q1" [(set_attr "type" "mve_move") ]) ;; ;; [vcvtmq_s, vcvtmq_u]) ;; (define_insn "mve_vcvtmq_" [ (set (match_operand:MVE_5 0 "s_register_operand" "=w") (unspec:MVE_5 [(match_operand: 1 "s_register_operand" "w")] VCVTMQ)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vcvtm.%#.f%# %q0, %q1" [(set_attr "type" "mve_move") ]) ;; ;; [vcvtaq_u, vcvtaq_s]) ;; (define_insn "mve_vcvtaq_" [ (set (match_operand:MVE_5 0 "s_register_operand" "=w") (unspec:MVE_5 [(match_operand: 1 "s_register_operand" "w")] VCVTAQ)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vcvta.%#.f%# %q0, %q1" [(set_attr "type" "mve_move") ]) ;; ;; [vmvnq_n_u, vmvnq_n_s]) ;; (define_insn "mve_vmvnq_n_" [ (set (match_operand:MVE_5 0 "s_register_operand" "=w") (unspec:MVE_5 [(match_operand:HI 1 "immediate_operand" "i")] VMVNQ_N)) ] "TARGET_HAVE_MVE" "vmvn.i%# %q0, %1" [(set_attr "type" "mve_move") ]) ;; ;; [vrev16q_u, vrev16q_s]) ;; (define_insn "mve_vrev16q_v16qi" [ (set (match_operand:V16QI 0 "s_register_operand" "=w") (unspec:V16QI [(match_operand:V16QI 1 "s_register_operand" "w")] VREV16Q)) ] "TARGET_HAVE_MVE" "vrev16.8 %q0, %q1" [(set_attr "type" "mve_move") ]) ;; ;; [vaddlvq_s vaddlvq_u]) ;; (define_insn "mve_vaddlvq_v4si" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:V4SI 1 "s_register_operand" "w")] VADDLVQ)) ] "TARGET_HAVE_MVE" "vaddlv.32 %Q0, %R0, %q1" [(set_attr "type" "mve_move") ]) ;; ;; [vctp8q vctp16q vctp32q vctp64q]) ;; (define_insn "mve_vctpqhi" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:SI 1 "s_register_operand" "r")] VCTPQ)) ] "TARGET_HAVE_MVE" "vctp. %1" [(set_attr "type" "mve_move") ]) ;; ;; [vpnot]) ;; (define_insn "mve_vpnothi" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:HI 1 "vpr_register_operand" "0")] VPNOT)) ] "TARGET_HAVE_MVE" "vpnot" [(set_attr "type" "mve_move") ]) ;; ;; [vsubq_n_f]) ;; (define_insn "mve_vsubq_n_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r")] VSUBQ_N_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vsub.f %q0, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vbrsrq_n_f]) ;; (define_insn "mve_vbrsrq_n_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand:SI 2 "s_register_operand" "r")] VBRSRQ_N_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vbrsr. %q0, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vcvtq_n_to_f_s, vcvtq_n_to_f_u]) ;; (define_insn "mve_vcvtq_n_to_f_" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand: 1 "s_register_operand" "w") (match_operand:SI 2 "" "")] VCVTQ_N_TO_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vcvt.f.\t%q0, %q1, %2" [(set_attr "type" "mve_move") ]) ;; [vcreateq_f]) ;; (define_insn "mve_vcreateq_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:DI 1 "s_register_operand" "r") (match_operand:DI 2 "s_register_operand" "r")] VCREATEQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vmov %q0[2], %q0[0], %Q2, %Q1\;vmov %q0[3], %q0[1], %R2, %R1" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcreateq_u, vcreateq_s]) ;; (define_insn "mve_vcreateq_" [ (set (match_operand:MVE_1 0 "s_register_operand" "=w") (unspec:MVE_1 [(match_operand:DI 1 "s_register_operand" "r") (match_operand:DI 2 "s_register_operand" "r")] VCREATEQ)) ] "TARGET_HAVE_MVE" "vmov %q0[2], %q0[0], %Q2, %Q1\;vmov %q0[3], %q0[1], %R2, %R1" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vshrq_n_s, vshrq_n_u]) ;; (define_insn "mve_vshrq_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:SI 2 "" "")] VSHRQ_N)) ] "TARGET_HAVE_MVE" "vshr.\t%q0, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vcvtq_n_from_f_s, vcvtq_n_from_f_u]) ;; (define_insn "mve_vcvtq_n_from_f_" [ (set (match_operand:MVE_5 0 "s_register_operand" "=w") (unspec:MVE_5 [(match_operand: 1 "s_register_operand" "w") (match_operand:SI 2 "" "")] VCVTQ_N_FROM_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vcvt..f\t%q0, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vaddlvq_p_s]) ;; (define_insn "mve_vaddlvq_p_v4si" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:V4SI 1 "s_register_operand" "w") (match_operand:HI 2 "vpr_register_operand" "Up")] VADDLVQ_P)) ] "TARGET_HAVE_MVE" "vpst\;vaddlvt.32 %Q0, %R0, %q1" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmpneq_u, vcmpneq_s]) ;; (define_insn "mve_vcmpneq_" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VCMPNEQ)) ] "TARGET_HAVE_MVE" "vcmp.i%# ne, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vshlq_s, vshlq_u]) ;; (define_insn "mve_vshlq_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VSHLQ)) ] "TARGET_HAVE_MVE" "vshl.%#\t%q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vabdq_s, vabdq_u]) ;; (define_insn "mve_vabdq_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VABDQ)) ] "TARGET_HAVE_MVE" "vabd.%# %q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vaddq_n_s, vaddq_n_u]) ;; (define_insn "mve_vaddq_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r")] VADDQ_N)) ] "TARGET_HAVE_MVE" "vadd.i%# %q0, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vaddvaq_s, vaddvaq_u]) ;; (define_insn "mve_vaddvaq_" [ (set (match_operand:SI 0 "s_register_operand" "=Te") (unspec:SI [(match_operand:SI 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w")] VADDVAQ)) ] "TARGET_HAVE_MVE" "vaddva.%# %0, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vaddvq_p_u, vaddvq_p_s]) ;; (define_insn "mve_vaddvq_p_" [ (set (match_operand:SI 0 "s_register_operand" "=Te") (unspec:SI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:HI 2 "vpr_register_operand" "Up")] VADDVQ_P)) ] "TARGET_HAVE_MVE" "vpst\;vaddvt.%# %0, %q1" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vandq_u, vandq_s]) ;; (define_insn "mve_vandq_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VANDQ)) ] "TARGET_HAVE_MVE" "vand %q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vbicq_s, vbicq_u]) ;; (define_insn "mve_vbicq_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VBICQ)) ] "TARGET_HAVE_MVE" "vbic %q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vbrsrq_n_u, vbrsrq_n_s]) ;; (define_insn "mve_vbrsrq_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:SI 2 "s_register_operand" "r")] VBRSRQ_N)) ] "TARGET_HAVE_MVE" "vbrsr.%# %q0, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vcaddq_rot270_s, vcaddq_rot270_u]) ;; (define_insn "mve_vcaddq_rot270_" [ (set (match_operand:MVE_2 0 "s_register_operand" "") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VCADDQ_ROT270)) ] "TARGET_HAVE_MVE" "vcadd.i%# %q0, %q1, %q2, #270" [(set_attr "type" "mve_move") ]) ;; ;; [vcaddq_rot90_u, vcaddq_rot90_s]) ;; (define_insn "mve_vcaddq_rot90_" [ (set (match_operand:MVE_2 0 "s_register_operand" "") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VCADDQ_ROT90)) ] "TARGET_HAVE_MVE" "vcadd.i%# %q0, %q1, %q2, #90" [(set_attr "type" "mve_move") ]) ;; ;; [vcmpcsq_n_u]) ;; (define_insn "mve_vcmpcsq_n_u" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r")] VCMPCSQ_N_U)) ] "TARGET_HAVE_MVE" "vcmp.u%# cs, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vcmpcsq_u]) ;; (define_insn "mve_vcmpcsq_u" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VCMPCSQ_U)) ] "TARGET_HAVE_MVE" "vcmp.u%# cs, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vcmpeqq_n_s, vcmpeqq_n_u]) ;; (define_insn "mve_vcmpeqq_n_" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r")] VCMPEQQ_N)) ] "TARGET_HAVE_MVE" "vcmp.i%# eq, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vcmpeqq_u, vcmpeqq_s]) ;; (define_insn "mve_vcmpeqq_" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VCMPEQQ)) ] "TARGET_HAVE_MVE" "vcmp.i%# eq, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vcmpgeq_n_s]) ;; (define_insn "mve_vcmpgeq_n_s" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r")] VCMPGEQ_N_S)) ] "TARGET_HAVE_MVE" "vcmp.s%# ge, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vcmpgeq_s]) ;; (define_insn "mve_vcmpgeq_s" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VCMPGEQ_S)) ] "TARGET_HAVE_MVE" "vcmp.s%# ge, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vcmpgtq_n_s]) ;; (define_insn "mve_vcmpgtq_n_s" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r")] VCMPGTQ_N_S)) ] "TARGET_HAVE_MVE" "vcmp.s%# gt, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vcmpgtq_s]) ;; (define_insn "mve_vcmpgtq_s" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VCMPGTQ_S)) ] "TARGET_HAVE_MVE" "vcmp.s%# gt, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vcmphiq_n_u]) ;; (define_insn "mve_vcmphiq_n_u" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r")] VCMPHIQ_N_U)) ] "TARGET_HAVE_MVE" "vcmp.u%# hi, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vcmphiq_u]) ;; (define_insn "mve_vcmphiq_u" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VCMPHIQ_U)) ] "TARGET_HAVE_MVE" "vcmp.u%# hi, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vcmpleq_n_s]) ;; (define_insn "mve_vcmpleq_n_s" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r")] VCMPLEQ_N_S)) ] "TARGET_HAVE_MVE" "vcmp.s%# le, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vcmpleq_s]) ;; (define_insn "mve_vcmpleq_s" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VCMPLEQ_S)) ] "TARGET_HAVE_MVE" "vcmp.s%# le, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vcmpltq_n_s]) ;; (define_insn "mve_vcmpltq_n_s" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r")] VCMPLTQ_N_S)) ] "TARGET_HAVE_MVE" "vcmp.s%# lt, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vcmpltq_s]) ;; (define_insn "mve_vcmpltq_s" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VCMPLTQ_S)) ] "TARGET_HAVE_MVE" "vcmp.s%# lt, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vcmpneq_n_u, vcmpneq_n_s]) ;; (define_insn "mve_vcmpneq_n_" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r")] VCMPNEQ_N)) ] "TARGET_HAVE_MVE" "vcmp.i%# ne, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [veorq_u, veorq_s]) ;; (define_insn "mve_veorq_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VEORQ)) ] "TARGET_HAVE_MVE" "veor %q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vhaddq_n_u, vhaddq_n_s]) ;; (define_insn "mve_vhaddq_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r")] VHADDQ_N)) ] "TARGET_HAVE_MVE" "vhadd.%#\t%q0, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vhaddq_s, vhaddq_u]) ;; (define_insn "mve_vhaddq_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VHADDQ)) ] "TARGET_HAVE_MVE" "vhadd.%#\t%q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vhcaddq_rot270_s]) ;; (define_insn "mve_vhcaddq_rot270_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VHCADDQ_ROT270_S)) ] "TARGET_HAVE_MVE" "vhcadd.s%#\t%q0, %q1, %q2, #270" [(set_attr "type" "mve_move") ]) ;; ;; [vhcaddq_rot90_s]) ;; (define_insn "mve_vhcaddq_rot90_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VHCADDQ_ROT90_S)) ] "TARGET_HAVE_MVE" "vhcadd.s%#\t%q0, %q1, %q2, #90" [(set_attr "type" "mve_move") ]) ;; ;; [vhsubq_n_u, vhsubq_n_s]) ;; (define_insn "mve_vhsubq_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r")] VHSUBQ_N)) ] "TARGET_HAVE_MVE" "vhsub.%#\t%q0, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vhsubq_s, vhsubq_u]) ;; (define_insn "mve_vhsubq_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VHSUBQ)) ] "TARGET_HAVE_MVE" "vhsub.%#\t%q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vmaxaq_s]) ;; (define_insn "mve_vmaxaq_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w")] VMAXAQ_S)) ] "TARGET_HAVE_MVE" "vmaxa.s%# %q0, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vmaxavq_s]) ;; (define_insn "mve_vmaxavq_s" [ (set (match_operand: 0 "s_register_operand" "=r") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w")] VMAXAVQ_S)) ] "TARGET_HAVE_MVE" "vmaxav.s%#\t%0, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vmaxq_u, vmaxq_s]) ;; (define_insn "mve_vmaxq_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VMAXQ)) ] "TARGET_HAVE_MVE" "vmax.%#\t%q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vmaxvq_u, vmaxvq_s]) ;; (define_insn "mve_vmaxvq_" [ (set (match_operand: 0 "s_register_operand" "=r") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w")] VMAXVQ)) ] "TARGET_HAVE_MVE" "vmaxv.%#\t%0, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vminaq_s]) ;; (define_insn "mve_vminaq_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w")] VMINAQ_S)) ] "TARGET_HAVE_MVE" "vmina.s%#\t%q0, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vminavq_s]) ;; (define_insn "mve_vminavq_s" [ (set (match_operand: 0 "s_register_operand" "=r") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w")] VMINAVQ_S)) ] "TARGET_HAVE_MVE" "vminav.s%#\t%0, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vminq_s, vminq_u]) ;; (define_insn "mve_vminq_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VMINQ)) ] "TARGET_HAVE_MVE" "vmin.%#\t%q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vminvq_u, vminvq_s]) ;; (define_insn "mve_vminvq_" [ (set (match_operand: 0 "s_register_operand" "=r") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w")] VMINVQ)) ] "TARGET_HAVE_MVE" "vminv.%#\t%0, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vmladavq_u, vmladavq_s]) ;; (define_insn "mve_vmladavq_" [ (set (match_operand:SI 0 "s_register_operand" "=Te") (unspec:SI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VMLADAVQ)) ] "TARGET_HAVE_MVE" "vmladav.%#\t%0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vmladavxq_s]) ;; (define_insn "mve_vmladavxq_s" [ (set (match_operand:SI 0 "s_register_operand" "=Te") (unspec:SI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VMLADAVXQ_S)) ] "TARGET_HAVE_MVE" "vmladavx.s%#\t%0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vmlsdavq_s]) ;; (define_insn "mve_vmlsdavq_s" [ (set (match_operand:SI 0 "s_register_operand" "=Te") (unspec:SI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VMLSDAVQ_S)) ] "TARGET_HAVE_MVE" "vmlsdav.s%#\t%0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vmlsdavxq_s]) ;; (define_insn "mve_vmlsdavxq_s" [ (set (match_operand:SI 0 "s_register_operand" "=Te") (unspec:SI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VMLSDAVXQ_S)) ] "TARGET_HAVE_MVE" "vmlsdavx.s%#\t%0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vmulhq_s, vmulhq_u]) ;; (define_insn "mve_vmulhq_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VMULHQ)) ] "TARGET_HAVE_MVE" "vmulh.%#\t%q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vmullbq_int_u, vmullbq_int_s]) ;; (define_insn "mve_vmullbq_int_" [ (set (match_operand: 0 "s_register_operand" "") (unspec: [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VMULLBQ_INT)) ] "TARGET_HAVE_MVE" "vmullb.%#\t%q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vmulltq_int_u, vmulltq_int_s]) ;; (define_insn "mve_vmulltq_int_" [ (set (match_operand: 0 "s_register_operand" "") (unspec: [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VMULLTQ_INT)) ] "TARGET_HAVE_MVE" "vmullt.%#\t%q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vmulq_n_u, vmulq_n_s]) ;; (define_insn "mve_vmulq_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r")] VMULQ_N)) ] "TARGET_HAVE_MVE" "vmul.i%#\t%q0, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vmulq_u, vmulq_s]) ;; (define_insn "mve_vmulq_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VMULQ)) ] "TARGET_HAVE_MVE" "vmul.i%#\t%q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vornq_u, vornq_s]) ;; (define_insn "mve_vornq_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VORNQ)) ] "TARGET_HAVE_MVE" "vorn %q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vorrq_s, vorrq_u]) ;; (define_insn "mve_vorrq_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VORRQ)) ] "TARGET_HAVE_MVE" "vorr %q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vqaddq_n_s, vqaddq_n_u]) ;; (define_insn "mve_vqaddq_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r")] VQADDQ_N)) ] "TARGET_HAVE_MVE" "vqadd.%#\t%q0, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vqaddq_u, vqaddq_s]) ;; (define_insn "mve_vqaddq_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VQADDQ)) ] "TARGET_HAVE_MVE" "vqadd.%#\t%q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vqdmulhq_n_s]) ;; (define_insn "mve_vqdmulhq_n_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r")] VQDMULHQ_N_S)) ] "TARGET_HAVE_MVE" "vqdmulh.s%#\t%q0, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vqdmulhq_s]) ;; (define_insn "mve_vqdmulhq_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VQDMULHQ_S)) ] "TARGET_HAVE_MVE" "vqdmulh.s%#\t%q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vqrdmulhq_n_s]) ;; (define_insn "mve_vqrdmulhq_n_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r")] VQRDMULHQ_N_S)) ] "TARGET_HAVE_MVE" "vqrdmulh.s%#\t%q0, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vqrdmulhq_s]) ;; (define_insn "mve_vqrdmulhq_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VQRDMULHQ_S)) ] "TARGET_HAVE_MVE" "vqrdmulh.s%#\t%q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vqrshlq_n_s, vqrshlq_n_u]) ;; (define_insn "mve_vqrshlq_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:SI 2 "s_register_operand" "r")] VQRSHLQ_N)) ] "TARGET_HAVE_MVE" "vqrshl.%#\t%q0, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vqrshlq_s, vqrshlq_u]) ;; (define_insn "mve_vqrshlq_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VQRSHLQ)) ] "TARGET_HAVE_MVE" "vqrshl.%#\t%q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vqshlq_n_s, vqshlq_n_u]) ;; (define_insn "mve_vqshlq_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:SI 2 "immediate_operand" "i")] VQSHLQ_N)) ] "TARGET_HAVE_MVE" "vqshl.%#\t%q0, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vqshlq_r_u, vqshlq_r_s]) ;; (define_insn "mve_vqshlq_r_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:SI 2 "s_register_operand" "r")] VQSHLQ_R)) ] "TARGET_HAVE_MVE" "vqshl.%#\t%q0, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vqshlq_s, vqshlq_u]) ;; (define_insn "mve_vqshlq_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VQSHLQ)) ] "TARGET_HAVE_MVE" "vqshl.%#\t%q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vqshluq_n_s]) ;; (define_insn "mve_vqshluq_n_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:SI 2 "mve_imm_7" "Ra")] VQSHLUQ_N_S)) ] "TARGET_HAVE_MVE" "vqshlu.s%#\t%q0, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vqsubq_n_s, vqsubq_n_u]) ;; (define_insn "mve_vqsubq_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r")] VQSUBQ_N)) ] "TARGET_HAVE_MVE" "vqsub.%#\t%q0, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vqsubq_u, vqsubq_s]) ;; (define_insn "mve_vqsubq_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VQSUBQ)) ] "TARGET_HAVE_MVE" "vqsub.%#\t%q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vrhaddq_s, vrhaddq_u]) ;; (define_insn "mve_vrhaddq_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VRHADDQ)) ] "TARGET_HAVE_MVE" "vrhadd.%#\t%q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vrmulhq_s, vrmulhq_u]) ;; (define_insn "mve_vrmulhq_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VRMULHQ)) ] "TARGET_HAVE_MVE" "vrmulh.%#\t%q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vrshlq_n_u, vrshlq_n_s]) ;; (define_insn "mve_vrshlq_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:SI 2 "s_register_operand" "r")] VRSHLQ_N)) ] "TARGET_HAVE_MVE" "vrshl.%#\t%q0, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vrshlq_s, vrshlq_u]) ;; (define_insn "mve_vrshlq_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VRSHLQ)) ] "TARGET_HAVE_MVE" "vrshl.%#\t%q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vrshrq_n_s, vrshrq_n_u]) ;; (define_insn "mve_vrshrq_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:SI 2 "" "")] VRSHRQ_N)) ] "TARGET_HAVE_MVE" "vrshr.%#\t%q0, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vshlq_n_u, vshlq_n_s]) ;; (define_insn "mve_vshlq_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:SI 2 "immediate_operand" "i")] VSHLQ_N)) ] "TARGET_HAVE_MVE" "vshl.%#\t%q0, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vshlq_r_s, vshlq_r_u]) ;; (define_insn "mve_vshlq_r_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:SI 2 "s_register_operand" "r")] VSHLQ_R)) ] "TARGET_HAVE_MVE" "vshl.%#\t%q0, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vsubq_n_s, vsubq_n_u]) ;; (define_insn "mve_vsubq_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r")] VSUBQ_N)) ] "TARGET_HAVE_MVE" "vsub.i%#\t%q0, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vsubq_s, vsubq_u]) ;; (define_insn "mve_vsubq_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VSUBQ)) ] "TARGET_HAVE_MVE" "vsub.i%#\t%q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vabdq_f]) ;; (define_insn "mve_vabdq_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand:MVE_0 2 "s_register_operand" "w")] VABDQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vabd.f%# %q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vaddlvaq_s vaddlvaq_u]) ;; (define_insn "mve_vaddlvaq_v4si" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:DI 1 "s_register_operand" "0") (match_operand:V4SI 2 "s_register_operand" "w")] VADDLVAQ)) ] "TARGET_HAVE_MVE" "vaddlva.32 %Q0, %R0, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vaddq_n_f]) ;; (define_insn "mve_vaddq_n_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r")] VADDQ_N_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vadd.f%# %q0, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vandq_f]) ;; (define_insn "mve_vandq_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand:MVE_0 2 "s_register_operand" "w")] VANDQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vand %q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vbicq_f]) ;; (define_insn "mve_vbicq_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand:MVE_0 2 "s_register_operand" "w")] VBICQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vbic %q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vbicq_n_s, vbicq_n_u]) ;; (define_insn "mve_vbicq_n_" [ (set (match_operand:MVE_5 0 "s_register_operand" "=w") (unspec:MVE_5 [(match_operand:MVE_5 1 "s_register_operand" "0") (match_operand:SI 2 "immediate_operand" "i")] VBICQ_N)) ] "TARGET_HAVE_MVE" "vbic.i%# %q0, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vcaddq_rot270_f]) ;; (define_insn "mve_vcaddq_rot270_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand:MVE_0 2 "s_register_operand" "w")] VCADDQ_ROT270_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vcadd.f%# %q0, %q1, %q2, #270" [(set_attr "type" "mve_move") ]) ;; ;; [vcaddq_rot90_f]) ;; (define_insn "mve_vcaddq_rot90_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand:MVE_0 2 "s_register_operand" "w")] VCADDQ_ROT90_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vcadd.f%# %q0, %q1, %q2, #90" [(set_attr "type" "mve_move") ]) ;; ;; [vcmpeqq_f]) ;; (define_insn "mve_vcmpeqq_f" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand:MVE_0 2 "s_register_operand" "w")] VCMPEQQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vcmp.f%# eq, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vcmpeqq_n_f]) ;; (define_insn "mve_vcmpeqq_n_f" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r")] VCMPEQQ_N_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vcmp.f%# eq, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vcmpgeq_f]) ;; (define_insn "mve_vcmpgeq_f" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand:MVE_0 2 "s_register_operand" "w")] VCMPGEQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vcmp.f%# ge, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vcmpgeq_n_f]) ;; (define_insn "mve_vcmpgeq_n_f" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r")] VCMPGEQ_N_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vcmp.f%# ge, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vcmpgtq_f]) ;; (define_insn "mve_vcmpgtq_f" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand:MVE_0 2 "s_register_operand" "w")] VCMPGTQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vcmp.f%# gt, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vcmpgtq_n_f]) ;; (define_insn "mve_vcmpgtq_n_f" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r")] VCMPGTQ_N_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vcmp.f%# gt, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vcmpleq_f]) ;; (define_insn "mve_vcmpleq_f" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand:MVE_0 2 "s_register_operand" "w")] VCMPLEQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vcmp.f%# le, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vcmpleq_n_f]) ;; (define_insn "mve_vcmpleq_n_f" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r")] VCMPLEQ_N_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vcmp.f%# le, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vcmpltq_f]) ;; (define_insn "mve_vcmpltq_f" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand:MVE_0 2 "s_register_operand" "w")] VCMPLTQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vcmp.f%# lt, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vcmpltq_n_f]) ;; (define_insn "mve_vcmpltq_n_f" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r")] VCMPLTQ_N_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vcmp.f%# lt, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vcmpneq_f]) ;; (define_insn "mve_vcmpneq_f" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand:MVE_0 2 "s_register_operand" "w")] VCMPNEQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vcmp.f%# ne, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vcmpneq_n_f]) ;; (define_insn "mve_vcmpneq_n_f" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r")] VCMPNEQ_N_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vcmp.f%# ne, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vcmulq_f]) ;; (define_insn "mve_vcmulq_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand:MVE_0 2 "s_register_operand" "w")] VCMULQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vcmul.f%# %q0, %q1, %q2, #0" [(set_attr "type" "mve_move") ]) ;; ;; [vcmulq_rot180_f]) ;; (define_insn "mve_vcmulq_rot180_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand:MVE_0 2 "s_register_operand" "w")] VCMULQ_ROT180_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vcmul.f%# %q0, %q1, %q2, #180" [(set_attr "type" "mve_move") ]) ;; ;; [vcmulq_rot270_f]) ;; (define_insn "mve_vcmulq_rot270_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand:MVE_0 2 "s_register_operand" "w")] VCMULQ_ROT270_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vcmul.f%# %q0, %q1, %q2, #270" [(set_attr "type" "mve_move") ]) ;; ;; [vcmulq_rot90_f]) ;; (define_insn "mve_vcmulq_rot90_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand:MVE_0 2 "s_register_operand" "w")] VCMULQ_ROT90_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vcmul.f%# %q0, %q1, %q2, #90" [(set_attr "type" "mve_move") ]) ;; ;; [vctp8q_m vctp16q_m vctp32q_m vctp64q_m]) ;; (define_insn "mve_vctpq_mhi" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:SI 1 "s_register_operand" "r") (match_operand:HI 2 "vpr_register_operand" "Up")] VCTPQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vctpt. %1" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcvtbq_f16_f32]) ;; (define_insn "mve_vcvtbq_f16_f32v8hf" [ (set (match_operand:V8HF 0 "s_register_operand" "=w") (unspec:V8HF [(match_operand:V8HF 1 "s_register_operand" "0") (match_operand:V4SF 2 "s_register_operand" "w")] VCVTBQ_F16_F32)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vcvtb.f16.f32 %q0, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vcvttq_f16_f32]) ;; (define_insn "mve_vcvttq_f16_f32v8hf" [ (set (match_operand:V8HF 0 "s_register_operand" "=w") (unspec:V8HF [(match_operand:V8HF 1 "s_register_operand" "0") (match_operand:V4SF 2 "s_register_operand" "w")] VCVTTQ_F16_F32)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vcvtt.f16.f32 %q0, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [veorq_f]) ;; (define_insn "mve_veorq_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand:MVE_0 2 "s_register_operand" "w")] VEORQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "veor %q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vmaxnmaq_f]) ;; (define_insn "mve_vmaxnmaq_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w")] VMAXNMAQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vmaxnma.f%# %q0, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vmaxnmavq_f]) ;; (define_insn "mve_vmaxnmavq_f" [ (set (match_operand: 0 "s_register_operand" "=r") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w")] VMAXNMAVQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vmaxnmav.f%# %0, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vmaxnmq_f]) ;; (define_insn "mve_vmaxnmq_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand:MVE_0 2 "s_register_operand" "w")] VMAXNMQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vmaxnm.f%# %q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vmaxnmvq_f]) ;; (define_insn "mve_vmaxnmvq_f" [ (set (match_operand: 0 "s_register_operand" "=r") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w")] VMAXNMVQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vmaxnmv.f%# %0, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vminnmaq_f]) ;; (define_insn "mve_vminnmaq_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w")] VMINNMAQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vminnma.f%# %q0, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vminnmavq_f]) ;; (define_insn "mve_vminnmavq_f" [ (set (match_operand: 0 "s_register_operand" "=r") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w")] VMINNMAVQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vminnmav.f%# %0, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vminnmq_f]) ;; (define_insn "mve_vminnmq_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand:MVE_0 2 "s_register_operand" "w")] VMINNMQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vminnm.f%# %q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vminnmvq_f]) ;; (define_insn "mve_vminnmvq_f" [ (set (match_operand: 0 "s_register_operand" "=r") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w")] VMINNMVQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vminnmv.f%# %0, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vmlaldavq_u, vmlaldavq_s]) ;; (define_insn "mve_vmlaldavq_" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:MVE_5 1 "s_register_operand" "w") (match_operand:MVE_5 2 "s_register_operand" "w")] VMLALDAVQ)) ] "TARGET_HAVE_MVE" "vmlaldav.%# %Q0, %R0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vmlaldavxq_s]) ;; (define_insn "mve_vmlaldavxq_s" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:MVE_5 1 "s_register_operand" "w") (match_operand:MVE_5 2 "s_register_operand" "w")] VMLALDAVXQ_S)) ] "TARGET_HAVE_MVE" "vmlaldavx.s%# %Q0, %R0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vmlsldavq_s]) ;; (define_insn "mve_vmlsldavq_s" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:MVE_5 1 "s_register_operand" "w") (match_operand:MVE_5 2 "s_register_operand" "w")] VMLSLDAVQ_S)) ] "TARGET_HAVE_MVE" "vmlsldav.s%# %Q0, %R0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vmlsldavxq_s]) ;; (define_insn "mve_vmlsldavxq_s" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:MVE_5 1 "s_register_operand" "w") (match_operand:MVE_5 2 "s_register_operand" "w")] VMLSLDAVXQ_S)) ] "TARGET_HAVE_MVE" "vmlsldavx.s%# %Q0, %R0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vmovnbq_u, vmovnbq_s]) ;; (define_insn "mve_vmovnbq_" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w")] VMOVNBQ)) ] "TARGET_HAVE_MVE" "vmovnb.i%# %q0, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vmovntq_s, vmovntq_u]) ;; (define_insn "mve_vmovntq_" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w")] VMOVNTQ)) ] "TARGET_HAVE_MVE" "vmovnt.i%# %q0, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vmulq_f]) ;; (define_insn "mve_vmulq_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand:MVE_0 2 "s_register_operand" "w")] VMULQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vmul.f%# %q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vmulq_n_f]) ;; (define_insn "mve_vmulq_n_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r")] VMULQ_N_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vmul.f%# %q0, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vornq_f]) ;; (define_insn "mve_vornq_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand:MVE_0 2 "s_register_operand" "w")] VORNQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vorn %q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vorrq_f]) ;; (define_insn "mve_vorrq_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand:MVE_0 2 "s_register_operand" "w")] VORRQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vorr %q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vorrq_n_u, vorrq_n_s]) ;; (define_insn "mve_vorrq_n_" [ (set (match_operand:MVE_5 0 "s_register_operand" "=w") (unspec:MVE_5 [(match_operand:MVE_5 1 "s_register_operand" "0") (match_operand:SI 2 "immediate_operand" "i")] VORRQ_N)) ] "TARGET_HAVE_MVE" "vorr.i%# %q0, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vqdmullbq_n_s]) ;; (define_insn "mve_vqdmullbq_n_s" [ (set (match_operand: 0 "s_register_operand" "") (unspec: [(match_operand:MVE_5 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r")] VQDMULLBQ_N_S)) ] "TARGET_HAVE_MVE" "vqdmullb.s%# %q0, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vqdmullbq_s]) ;; (define_insn "mve_vqdmullbq_s" [ (set (match_operand: 0 "s_register_operand" "") (unspec: [(match_operand:MVE_5 1 "s_register_operand" "w") (match_operand:MVE_5 2 "s_register_operand" "w")] VQDMULLBQ_S)) ] "TARGET_HAVE_MVE" "vqdmullb.s%# %q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vqdmulltq_n_s]) ;; (define_insn "mve_vqdmulltq_n_s" [ (set (match_operand: 0 "s_register_operand" "") (unspec: [(match_operand:MVE_5 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r")] VQDMULLTQ_N_S)) ] "TARGET_HAVE_MVE" "vqdmullt.s%# %q0, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vqdmulltq_s]) ;; (define_insn "mve_vqdmulltq_s" [ (set (match_operand: 0 "s_register_operand" "") (unspec: [(match_operand:MVE_5 1 "s_register_operand" "w") (match_operand:MVE_5 2 "s_register_operand" "w")] VQDMULLTQ_S)) ] "TARGET_HAVE_MVE" "vqdmullt.s%# %q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vqmovnbq_u, vqmovnbq_s]) ;; (define_insn "mve_vqmovnbq_" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w")] VQMOVNBQ)) ] "TARGET_HAVE_MVE" "vqmovnb.%# %q0, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vqmovntq_u, vqmovntq_s]) ;; (define_insn "mve_vqmovntq_" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w")] VQMOVNTQ)) ] "TARGET_HAVE_MVE" "vqmovnt.%# %q0, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vqmovunbq_s]) ;; (define_insn "mve_vqmovunbq_s" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w")] VQMOVUNBQ_S)) ] "TARGET_HAVE_MVE" "vqmovunb.s%# %q0, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vqmovuntq_s]) ;; (define_insn "mve_vqmovuntq_s" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w")] VQMOVUNTQ_S)) ] "TARGET_HAVE_MVE" "vqmovunt.s%# %q0, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vrmlaldavhxq_s]) ;; (define_insn "mve_vrmlaldavhxq_sv4si" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:V4SI 1 "s_register_operand" "w") (match_operand:V4SI 2 "s_register_operand" "w")] VRMLALDAVHXQ_S)) ] "TARGET_HAVE_MVE" "vrmlaldavhx.s32 %Q0, %R0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vrmlsldavhq_s]) ;; (define_insn "mve_vrmlsldavhq_sv4si" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:V4SI 1 "s_register_operand" "w") (match_operand:V4SI 2 "s_register_operand" "w")] VRMLSLDAVHQ_S)) ] "TARGET_HAVE_MVE" "vrmlsldavh.s32\t%Q0, %R0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vrmlsldavhxq_s]) ;; (define_insn "mve_vrmlsldavhxq_sv4si" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:V4SI 1 "s_register_operand" "w") (match_operand:V4SI 2 "s_register_operand" "w")] VRMLSLDAVHXQ_S)) ] "TARGET_HAVE_MVE" "vrmlsldavhx.s32\t%Q0, %R0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vshllbq_n_s, vshllbq_n_u]) ;; (define_insn "mve_vshllbq_n_" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand:MVE_3 1 "s_register_operand" "w") (match_operand:SI 2 "immediate_operand" "i")] VSHLLBQ_N)) ] "TARGET_HAVE_MVE" "vshllb.%#\t%q0, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vshlltq_n_u, vshlltq_n_s]) ;; (define_insn "mve_vshlltq_n_" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand:MVE_3 1 "s_register_operand" "w") (match_operand:SI 2 "immediate_operand" "i")] VSHLLTQ_N)) ] "TARGET_HAVE_MVE" "vshllt.%#\t%q0, %q1, %2" [(set_attr "type" "mve_move") ]) ;; ;; [vsubq_f]) ;; (define_insn "mve_vsubq_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand:MVE_0 2 "s_register_operand" "w")] VSUBQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vsub.f%#\t%q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vmulltq_poly_p]) ;; (define_insn "mve_vmulltq_poly_p" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand:MVE_3 1 "s_register_operand" "w") (match_operand:MVE_3 2 "s_register_operand" "w")] VMULLTQ_POLY_P)) ] "TARGET_HAVE_MVE" "vmullt.p%#\t%q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vmullbq_poly_p]) ;; (define_insn "mve_vmullbq_poly_p" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand:MVE_3 1 "s_register_operand" "w") (match_operand:MVE_3 2 "s_register_operand" "w")] VMULLBQ_POLY_P)) ] "TARGET_HAVE_MVE" "vmullb.p%#\t%q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vrmlaldavhq_u vrmlaldavhq_s]) ;; (define_insn "mve_vrmlaldavhq_v4si" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:V4SI 1 "s_register_operand" "w") (match_operand:V4SI 2 "s_register_operand" "w")] VRMLALDAVHQ)) ] "TARGET_HAVE_MVE" "vrmlaldavh.32 %Q0, %R0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vbicq_m_n_s, vbicq_m_n_u]) ;; (define_insn "mve_vbicq_m_n_" [ (set (match_operand:MVE_5 0 "s_register_operand" "=w") (unspec:MVE_5 [(match_operand:MVE_5 1 "s_register_operand" "0") (match_operand:SI 2 "immediate_operand" "i") (match_operand:HI 3 "vpr_register_operand" "Up")] VBICQ_M_N)) ] "TARGET_HAVE_MVE" "vpst\;vbict.i%# %q0, %2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmpeqq_m_f]) ;; (define_insn "mve_vcmpeqq_m_f" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VCMPEQQ_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vcmpt.f%# eq, %q1, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcvtaq_m_u, vcvtaq_m_s]) ;; (define_insn "mve_vcvtaq_m_" [ (set (match_operand:MVE_5 0 "s_register_operand" "=w") (unspec:MVE_5 [(match_operand:MVE_5 1 "s_register_operand" "0") (match_operand: 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VCVTAQ_M)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vcvtat.%#.f%#\t%q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcvtq_m_to_f_s, vcvtq_m_to_f_u]) ;; (define_insn "mve_vcvtq_m_to_f_" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand: 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VCVTQ_M_TO_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vcvtt.f%#.%# %q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqrshrnbq_n_u, vqrshrnbq_n_s]) ;; (define_insn "mve_vqrshrnbq_n_" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:SI 3 "mve_imm_8" "Rb")] VQRSHRNBQ_N)) ] "TARGET_HAVE_MVE" "vqrshrnb.%# %q0, %q2, %3" [(set_attr "type" "mve_move") ]) ;; ;; [vqrshrunbq_n_s]) ;; (define_insn "mve_vqrshrunbq_n_s" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:SI 3 "mve_imm_8" "Rb")] VQRSHRUNBQ_N_S)) ] "TARGET_HAVE_MVE" "vqrshrunb.s%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") ]) ;; ;; [vrmlaldavhaq_s vrmlaldavhaq_u]) ;; (define_insn "mve_vrmlaldavhaq_v4si" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:DI 1 "s_register_operand" "0") (match_operand:V4SI 2 "s_register_operand" "w") (match_operand:V4SI 3 "s_register_operand" "w")] VRMLALDAVHAQ)) ] "TARGET_HAVE_MVE" "vrmlaldavha.32 %Q0, %R0, %q2, %q3" [(set_attr "type" "mve_move") ]) ;; ;; [vabavq_s, vabavq_u]) ;; (define_insn "mve_vabavq_" [ (set (match_operand:SI 0 "s_register_operand" "=r") (unspec:SI [(match_operand:SI 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w")] VABAVQ)) ] "TARGET_HAVE_MVE" "vabav.%#\t%0, %q2, %q3" [(set_attr "type" "mve_move") ]) ;; ;; [vshlcq_u vshlcq_s] ;; (define_expand "mve_vshlcq_vec_" [(match_operand:MVE_2 0 "s_register_operand") (match_operand:MVE_2 1 "s_register_operand") (match_operand:SI 2 "s_register_operand") (match_operand:SI 3 "mve_imm_32") (unspec:MVE_2 [(const_int 0)] VSHLCQ)] "TARGET_HAVE_MVE" { rtx ignore_wb = gen_reg_rtx (SImode); emit_insn(gen_mve_vshlcq_(operands[0], ignore_wb, operands[1], operands[2], operands[3])); DONE; }) (define_expand "mve_vshlcq_carry_" [(match_operand:SI 0 "s_register_operand") (match_operand:MVE_2 1 "s_register_operand") (match_operand:SI 2 "s_register_operand") (match_operand:SI 3 "mve_imm_32") (unspec:MVE_2 [(const_int 0)] VSHLCQ)] "TARGET_HAVE_MVE" { rtx ignore_vec = gen_reg_rtx (mode); emit_insn(gen_mve_vshlcq_(ignore_vec, operands[0], operands[1], operands[2], operands[3])); DONE; }) (define_insn "mve_vshlcq_" [(set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 2 "s_register_operand" "0") (match_operand:SI 3 "s_register_operand" "1") (match_operand:SI 4 "mve_imm_32" "Rf")] VSHLCQ)) (set (match_operand:SI 1 "s_register_operand" "=r") (unspec:SI [(match_dup 2) (match_dup 3) (match_dup 4)] VSHLCQ))] "TARGET_HAVE_MVE" "vshlc %q0, %1, %4") ;; ;; [vabsq_m_s]) ;; (define_insn "mve_vabsq_m_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VABSQ_M_S)) ] "TARGET_HAVE_MVE" "vpst\;vabst.s%# %q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vaddvaq_p_u, vaddvaq_p_s]) ;; (define_insn "mve_vaddvaq_p_" [ (set (match_operand:SI 0 "s_register_operand" "=Te") (unspec:SI [(match_operand:SI 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VADDVAQ_P)) ] "TARGET_HAVE_MVE" "vpst\;vaddvat.%# %0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vclsq_m_s]) ;; (define_insn "mve_vclsq_m_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VCLSQ_M_S)) ] "TARGET_HAVE_MVE" "vpst\;vclst.s%# %q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vclzq_m_s, vclzq_m_u]) ;; (define_insn "mve_vclzq_m_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VCLZQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vclzt.i%# %q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmpcsq_m_n_u]) ;; (define_insn "mve_vcmpcsq_m_n_u" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r") (match_operand:HI 3 "vpr_register_operand" "Up")] VCMPCSQ_M_N_U)) ] "TARGET_HAVE_MVE" "vpst\;vcmpt.u%# cs, %q1, %2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmpcsq_m_u]) ;; (define_insn "mve_vcmpcsq_m_u" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VCMPCSQ_M_U)) ] "TARGET_HAVE_MVE" "vpst\;vcmpt.u%# cs, %q1, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmpeqq_m_n_u, vcmpeqq_m_n_s]) ;; (define_insn "mve_vcmpeqq_m_n_" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r") (match_operand:HI 3 "vpr_register_operand" "Up")] VCMPEQQ_M_N)) ] "TARGET_HAVE_MVE" "vpst\;vcmpt.i%# eq, %q1, %2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmpeqq_m_u, vcmpeqq_m_s]) ;; (define_insn "mve_vcmpeqq_m_" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VCMPEQQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vcmpt.i%# eq, %q1, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmpgeq_m_n_s]) ;; (define_insn "mve_vcmpgeq_m_n_s" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r") (match_operand:HI 3 "vpr_register_operand" "Up")] VCMPGEQ_M_N_S)) ] "TARGET_HAVE_MVE" "vpst\;vcmpt.s%# ge, %q1, %2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmpgeq_m_s]) ;; (define_insn "mve_vcmpgeq_m_s" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VCMPGEQ_M_S)) ] "TARGET_HAVE_MVE" "vpst\;vcmpt.s%# ge, %q1, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmpgtq_m_n_s]) ;; (define_insn "mve_vcmpgtq_m_n_s" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r") (match_operand:HI 3 "vpr_register_operand" "Up")] VCMPGTQ_M_N_S)) ] "TARGET_HAVE_MVE" "vpst\;vcmpt.s%# gt, %q1, %2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmpgtq_m_s]) ;; (define_insn "mve_vcmpgtq_m_s" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VCMPGTQ_M_S)) ] "TARGET_HAVE_MVE" "vpst\;vcmpt.s%# gt, %q1, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmphiq_m_n_u]) ;; (define_insn "mve_vcmphiq_m_n_u" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r") (match_operand:HI 3 "vpr_register_operand" "Up")] VCMPHIQ_M_N_U)) ] "TARGET_HAVE_MVE" "vpst\;vcmpt.u%# hi, %q1, %2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmphiq_m_u]) ;; (define_insn "mve_vcmphiq_m_u" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VCMPHIQ_M_U)) ] "TARGET_HAVE_MVE" "vpst\;vcmpt.u%# hi, %q1, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmpleq_m_n_s]) ;; (define_insn "mve_vcmpleq_m_n_s" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r") (match_operand:HI 3 "vpr_register_operand" "Up")] VCMPLEQ_M_N_S)) ] "TARGET_HAVE_MVE" "vpst\;vcmpt.s%# le, %q1, %2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmpleq_m_s]) ;; (define_insn "mve_vcmpleq_m_s" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VCMPLEQ_M_S)) ] "TARGET_HAVE_MVE" "vpst\;vcmpt.s%# le, %q1, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmpltq_m_n_s]) ;; (define_insn "mve_vcmpltq_m_n_s" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r") (match_operand:HI 3 "vpr_register_operand" "Up")] VCMPLTQ_M_N_S)) ] "TARGET_HAVE_MVE" "vpst\;vcmpt.s%# lt, %q1, %2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmpltq_m_s]) ;; (define_insn "mve_vcmpltq_m_s" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VCMPLTQ_M_S)) ] "TARGET_HAVE_MVE" "vpst\;vcmpt.s%# lt, %q1, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmpneq_m_n_u, vcmpneq_m_n_s]) ;; (define_insn "mve_vcmpneq_m_n_" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r") (match_operand:HI 3 "vpr_register_operand" "Up")] VCMPNEQ_M_N)) ] "TARGET_HAVE_MVE" "vpst\;vcmpt.i%# ne, %q1, %2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmpneq_m_s, vcmpneq_m_u]) ;; (define_insn "mve_vcmpneq_m_" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VCMPNEQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vcmpt.i%# ne, %q1, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vdupq_m_n_s, vdupq_m_n_u]) ;; (define_insn "mve_vdupq_m_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand: 2 "s_register_operand" "r") (match_operand:HI 3 "vpr_register_operand" "Up")] VDUPQ_M_N)) ] "TARGET_HAVE_MVE" "vpst\;vdupt.%# %q0, %2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmaxaq_m_s]) ;; (define_insn "mve_vmaxaq_m_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VMAXAQ_M_S)) ] "TARGET_HAVE_MVE" "vpst\;vmaxat.s%# %q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmaxavq_p_s]) ;; (define_insn "mve_vmaxavq_p_s" [ (set (match_operand: 0 "s_register_operand" "=r") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VMAXAVQ_P_S)) ] "TARGET_HAVE_MVE" "vpst\;vmaxavt.s%# %0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmaxvq_p_u, vmaxvq_p_s]) ;; (define_insn "mve_vmaxvq_p_" [ (set (match_operand: 0 "s_register_operand" "=r") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VMAXVQ_P)) ] "TARGET_HAVE_MVE" "vpst\;vmaxvt.%# %0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vminaq_m_s]) ;; (define_insn "mve_vminaq_m_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VMINAQ_M_S)) ] "TARGET_HAVE_MVE" "vpst\;vminat.s%# %q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vminavq_p_s]) ;; (define_insn "mve_vminavq_p_s" [ (set (match_operand: 0 "s_register_operand" "=r") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VMINAVQ_P_S)) ] "TARGET_HAVE_MVE" "vpst\;vminavt.s%# %0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vminvq_p_s, vminvq_p_u]) ;; (define_insn "mve_vminvq_p_" [ (set (match_operand: 0 "s_register_operand" "=r") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VMINVQ_P)) ] "TARGET_HAVE_MVE" "vpst\;vminvt.%#\t%0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmladavaq_u, vmladavaq_s]) ;; (define_insn "mve_vmladavaq_" [ (set (match_operand:SI 0 "s_register_operand" "=Te") (unspec:SI [(match_operand:SI 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w")] VMLADAVAQ)) ] "TARGET_HAVE_MVE" "vmladava.%# %0, %q2, %q3" [(set_attr "type" "mve_move") ]) ;; ;; [vmladavq_p_u, vmladavq_p_s]) ;; (define_insn "mve_vmladavq_p_" [ (set (match_operand:SI 0 "s_register_operand" "=Te") (unspec:SI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VMLADAVQ_P)) ] "TARGET_HAVE_MVE" "vpst\;vmladavt.%#\t%0, %q1, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmladavxq_p_s]) ;; (define_insn "mve_vmladavxq_p_s" [ (set (match_operand:SI 0 "s_register_operand" "=Te") (unspec:SI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VMLADAVXQ_P_S)) ] "TARGET_HAVE_MVE" "vpst\;vmladavxt.s%#\t%0, %q1, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmlaq_n_u, vmlaq_n_s]) ;; (define_insn "mve_vmlaq_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand: 3 "s_register_operand" "r")] VMLAQ_N)) ] "TARGET_HAVE_MVE" "vmla.%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") ]) ;; ;; [vmlasq_n_u, vmlasq_n_s]) ;; (define_insn "mve_vmlasq_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand: 3 "s_register_operand" "r")] VMLASQ_N)) ] "TARGET_HAVE_MVE" "vmlas.%# %q0, %q2, %3" [(set_attr "type" "mve_move") ]) ;; ;; [vmlsdavq_p_s]) ;; (define_insn "mve_vmlsdavq_p_s" [ (set (match_operand:SI 0 "s_register_operand" "=Te") (unspec:SI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VMLSDAVQ_P_S)) ] "TARGET_HAVE_MVE" "vpst\;vmlsdavt.s%# %0, %q1, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmlsdavxq_p_s]) ;; (define_insn "mve_vmlsdavxq_p_s" [ (set (match_operand:SI 0 "s_register_operand" "=Te") (unspec:SI [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VMLSDAVXQ_P_S)) ] "TARGET_HAVE_MVE" "vpst\;vmlsdavxt.s%# %0, %q1, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmvnq_m_s, vmvnq_m_u]) ;; (define_insn "mve_vmvnq_m_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VMVNQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vmvnt %q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vnegq_m_s]) ;; (define_insn "mve_vnegq_m_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VNEGQ_M_S)) ] "TARGET_HAVE_MVE" "vpst\;vnegt.s%#\t%q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vpselq_u, vpselq_s]) ;; (define_insn "mve_vpselq_" [ (set (match_operand:MVE_1 0 "s_register_operand" "=w") (unspec:MVE_1 [(match_operand:MVE_1 1 "s_register_operand" "w") (match_operand:MVE_1 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VPSELQ)) ] "TARGET_HAVE_MVE" "vpsel %q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vqabsq_m_s]) ;; (define_insn "mve_vqabsq_m_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VQABSQ_M_S)) ] "TARGET_HAVE_MVE" "vpst\;vqabst.s%#\t%q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqdmlahq_n_s]) ;; (define_insn "mve_vqdmlahq_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand: 3 "s_register_operand" "r")] VQDMLAHQ_N)) ] "TARGET_HAVE_MVE" "vqdmlah.s%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") ]) ;; ;; [vqdmlashq_n_s]) ;; (define_insn "mve_vqdmlashq_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand: 3 "s_register_operand" "r")] VQDMLASHQ_N)) ] "TARGET_HAVE_MVE" "vqdmlash.s%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") ]) ;; ;; [vqnegq_m_s]) ;; (define_insn "mve_vqnegq_m_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VQNEGQ_M_S)) ] "TARGET_HAVE_MVE" "vpst\;vqnegt.s%# %q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqrdmladhq_s]) ;; (define_insn "mve_vqrdmladhq_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w")] VQRDMLADHQ_S)) ] "TARGET_HAVE_MVE" "vqrdmladh.s%#\t%q0, %q2, %q3" [(set_attr "type" "mve_move") ]) ;; ;; [vqrdmladhxq_s]) ;; (define_insn "mve_vqrdmladhxq_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w")] VQRDMLADHXQ_S)) ] "TARGET_HAVE_MVE" "vqrdmladhx.s%#\t%q0, %q2, %q3" [(set_attr "type" "mve_move") ]) ;; ;; [vqrdmlahq_n_s]) ;; (define_insn "mve_vqrdmlahq_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand: 3 "s_register_operand" "r")] VQRDMLAHQ_N)) ] "TARGET_HAVE_MVE" "vqrdmlah.s%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") ]) ;; ;; [vqrdmlashq_n_s]) ;; (define_insn "mve_vqrdmlashq_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand: 3 "s_register_operand" "r")] VQRDMLASHQ_N)) ] "TARGET_HAVE_MVE" "vqrdmlash.s%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") ]) ;; ;; [vqrdmlsdhq_s]) ;; (define_insn "mve_vqrdmlsdhq_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w")] VQRDMLSDHQ_S)) ] "TARGET_HAVE_MVE" "vqrdmlsdh.s%#\t%q0, %q2, %q3" [(set_attr "type" "mve_move") ]) ;; ;; [vqrdmlsdhxq_s]) ;; (define_insn "mve_vqrdmlsdhxq_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w")] VQRDMLSDHXQ_S)) ] "TARGET_HAVE_MVE" "vqrdmlsdhx.s%#\t%q0, %q2, %q3" [(set_attr "type" "mve_move") ]) ;; ;; [vqrshlq_m_n_s, vqrshlq_m_n_u]) ;; (define_insn "mve_vqrshlq_m_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:SI 2 "s_register_operand" "r") (match_operand:HI 3 "vpr_register_operand" "Up")] VQRSHLQ_M_N)) ] "TARGET_HAVE_MVE" "vpst\;vqrshlt.%# %q0, %2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqshlq_m_r_u, vqshlq_m_r_s]) ;; (define_insn "mve_vqshlq_m_r_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:SI 2 "s_register_operand" "r") (match_operand:HI 3 "vpr_register_operand" "Up")] VQSHLQ_M_R)) ] "TARGET_HAVE_MVE" "vpst\;vqshlt.%#\t%q0, %2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vrev64q_m_u, vrev64q_m_s]) ;; (define_insn "mve_vrev64q_m_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VREV64Q_M)) ] "TARGET_HAVE_MVE" "vpst\;vrev64t.%#\t%q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vrshlq_m_n_s, vrshlq_m_n_u]) ;; (define_insn "mve_vrshlq_m_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:SI 2 "s_register_operand" "r") (match_operand:HI 3 "vpr_register_operand" "Up")] VRSHLQ_M_N)) ] "TARGET_HAVE_MVE" "vpst\;vrshlt.%#\t%q0, %2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vshlq_m_r_u, vshlq_m_r_s]) ;; (define_insn "mve_vshlq_m_r_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:SI 2 "s_register_operand" "r") (match_operand:HI 3 "vpr_register_operand" "Up")] VSHLQ_M_R)) ] "TARGET_HAVE_MVE" "vpst\;vshlt.%#\t%q0, %2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vsliq_n_u, vsliq_n_s]) ;; (define_insn "mve_vsliq_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:SI 3 "" "")] VSLIQ_N)) ] "TARGET_HAVE_MVE" "vsli.%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") ]) ;; ;; [vsriq_n_u, vsriq_n_s]) ;; (define_insn "mve_vsriq_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:SI 3 "mve_imm_selective_upto_8" "Rg")] VSRIQ_N)) ] "TARGET_HAVE_MVE" "vsri.%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") ]) ;; ;; [vqdmlsdhxq_s]) ;; (define_insn "mve_vqdmlsdhxq_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w")] VQDMLSDHXQ_S)) ] "TARGET_HAVE_MVE" "vqdmlsdhx.s%#\t%q0, %q2, %q3" [(set_attr "type" "mve_move") ]) ;; ;; [vqdmlsdhq_s]) ;; (define_insn "mve_vqdmlsdhq_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w")] VQDMLSDHQ_S)) ] "TARGET_HAVE_MVE" "vqdmlsdh.s%#\t%q0, %q2, %q3" [(set_attr "type" "mve_move") ]) ;; ;; [vqdmladhxq_s]) ;; (define_insn "mve_vqdmladhxq_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w")] VQDMLADHXQ_S)) ] "TARGET_HAVE_MVE" "vqdmladhx.s%#\t%q0, %q2, %q3" [(set_attr "type" "mve_move") ]) ;; ;; [vqdmladhq_s]) ;; (define_insn "mve_vqdmladhq_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w")] VQDMLADHQ_S)) ] "TARGET_HAVE_MVE" "vqdmladh.s%#\t%q0, %q2, %q3" [(set_attr "type" "mve_move") ]) ;; ;; [vmlsdavaxq_s]) ;; (define_insn "mve_vmlsdavaxq_s" [ (set (match_operand:SI 0 "s_register_operand" "=Te") (unspec:SI [(match_operand:SI 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w")] VMLSDAVAXQ_S)) ] "TARGET_HAVE_MVE" "vmlsdavax.s%#\t%0, %q2, %q3" [(set_attr "type" "mve_move") ]) ;; ;; [vmlsdavaq_s]) ;; (define_insn "mve_vmlsdavaq_s" [ (set (match_operand:SI 0 "s_register_operand" "=Te") (unspec:SI [(match_operand:SI 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w")] VMLSDAVAQ_S)) ] "TARGET_HAVE_MVE" "vmlsdava.s%#\t%0, %q2, %q3" [(set_attr "type" "mve_move") ]) ;; ;; [vmladavaxq_s]) ;; (define_insn "mve_vmladavaxq_s" [ (set (match_operand:SI 0 "s_register_operand" "=Te") (unspec:SI [(match_operand:SI 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w")] VMLADAVAXQ_S)) ] "TARGET_HAVE_MVE" "vmladavax.s%#\t%0, %q2, %q3" [(set_attr "type" "mve_move") ]) ;; ;; [vabsq_m_f]) ;; (define_insn "mve_vabsq_m_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VABSQ_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vabst.f%# %q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vaddlvaq_p_s vaddlvaq_p_u]) ;; (define_insn "mve_vaddlvaq_p_v4si" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:DI 1 "s_register_operand" "0") (match_operand:V4SI 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VADDLVAQ_P)) ] "TARGET_HAVE_MVE" "vpst\;vaddlvat.32 %Q0, %R0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmlaq_f]) ;; (define_insn "mve_vcmlaq_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:MVE_0 3 "s_register_operand" "w")] VCMLAQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vcmla.f%# %q0, %q2, %q3, #0" [(set_attr "type" "mve_move") ]) ;; ;; [vcmlaq_rot180_f]) ;; (define_insn "mve_vcmlaq_rot180_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:MVE_0 3 "s_register_operand" "w")] VCMLAQ_ROT180_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vcmla.f%# %q0, %q2, %q3, #180" [(set_attr "type" "mve_move") ]) ;; ;; [vcmlaq_rot270_f]) ;; (define_insn "mve_vcmlaq_rot270_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:MVE_0 3 "s_register_operand" "w")] VCMLAQ_ROT270_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vcmla.f%# %q0, %q2, %q3, #270" [(set_attr "type" "mve_move") ]) ;; ;; [vcmlaq_rot90_f]) ;; (define_insn "mve_vcmlaq_rot90_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:MVE_0 3 "s_register_operand" "w")] VCMLAQ_ROT90_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vcmla.f%# %q0, %q2, %q3, #90" [(set_attr "type" "mve_move") ]) ;; ;; [vcmpeqq_m_n_f]) ;; (define_insn "mve_vcmpeqq_m_n_f" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r") (match_operand:HI 3 "vpr_register_operand" "Up")] VCMPEQQ_M_N_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vcmpt.f%# eq, %q1, %2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmpgeq_m_f]) ;; (define_insn "mve_vcmpgeq_m_f" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VCMPGEQ_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vcmpt.f%# ge, %q1, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmpgeq_m_n_f]) ;; (define_insn "mve_vcmpgeq_m_n_f" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r") (match_operand:HI 3 "vpr_register_operand" "Up")] VCMPGEQ_M_N_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vcmpt.f%# ge, %q1, %2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmpgtq_m_f]) ;; (define_insn "mve_vcmpgtq_m_f" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VCMPGTQ_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vcmpt.f%# gt, %q1, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmpgtq_m_n_f]) ;; (define_insn "mve_vcmpgtq_m_n_f" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r") (match_operand:HI 3 "vpr_register_operand" "Up")] VCMPGTQ_M_N_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vcmpt.f%# gt, %q1, %2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmpleq_m_f]) ;; (define_insn "mve_vcmpleq_m_f" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VCMPLEQ_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vcmpt.f%# le, %q1, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmpleq_m_n_f]) ;; (define_insn "mve_vcmpleq_m_n_f" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r") (match_operand:HI 3 "vpr_register_operand" "Up")] VCMPLEQ_M_N_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vcmpt.f%# le, %q1, %2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmpltq_m_f]) ;; (define_insn "mve_vcmpltq_m_f" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VCMPLTQ_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vcmpt.f%# lt, %q1, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmpltq_m_n_f]) ;; (define_insn "mve_vcmpltq_m_n_f" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r") (match_operand:HI 3 "vpr_register_operand" "Up")] VCMPLTQ_M_N_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vcmpt.f%# lt, %q1, %2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmpneq_m_f]) ;; (define_insn "mve_vcmpneq_m_f" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VCMPNEQ_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vcmpt.f%# ne, %q1, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmpneq_m_n_f]) ;; (define_insn "mve_vcmpneq_m_n_f" [ (set (match_operand:HI 0 "vpr_register_operand" "=Up") (unspec:HI [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand: 2 "s_register_operand" "r") (match_operand:HI 3 "vpr_register_operand" "Up")] VCMPNEQ_M_N_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vcmpt.f%# ne, %q1, %2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcvtbq_m_f16_f32]) ;; (define_insn "mve_vcvtbq_m_f16_f32v8hf" [ (set (match_operand:V8HF 0 "s_register_operand" "=w") (unspec:V8HF [(match_operand:V8HF 1 "s_register_operand" "0") (match_operand:V4SF 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VCVTBQ_M_F16_F32)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vcvtbt.f16.f32 %q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcvtbq_m_f32_f16]) ;; (define_insn "mve_vcvtbq_m_f32_f16v4sf" [ (set (match_operand:V4SF 0 "s_register_operand" "=w") (unspec:V4SF [(match_operand:V4SF 1 "s_register_operand" "0") (match_operand:V8HF 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VCVTBQ_M_F32_F16)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vcvtbt.f32.f16 %q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcvttq_m_f16_f32]) ;; (define_insn "mve_vcvttq_m_f16_f32v8hf" [ (set (match_operand:V8HF 0 "s_register_operand" "=w") (unspec:V8HF [(match_operand:V8HF 1 "s_register_operand" "0") (match_operand:V4SF 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VCVTTQ_M_F16_F32)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vcvttt.f16.f32 %q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcvttq_m_f32_f16]) ;; (define_insn "mve_vcvttq_m_f32_f16v4sf" [ (set (match_operand:V4SF 0 "s_register_operand" "=w") (unspec:V4SF [(match_operand:V4SF 1 "s_register_operand" "0") (match_operand:V8HF 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VCVTTQ_M_F32_F16)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vcvttt.f32.f16 %q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vdupq_m_n_f]) ;; (define_insn "mve_vdupq_m_n_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand: 2 "s_register_operand" "r") (match_operand:HI 3 "vpr_register_operand" "Up")] VDUPQ_M_N_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vdupt.%# %q0, %2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vfmaq_f]) ;; (define_insn "mve_vfmaq_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:MVE_0 3 "s_register_operand" "w")] VFMAQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vfma.f%# %q0, %q2, %q3" [(set_attr "type" "mve_move") ]) ;; ;; [vfmaq_n_f]) ;; (define_insn "mve_vfmaq_n_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand: 3 "s_register_operand" "r")] VFMAQ_N_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vfma.f%# %q0, %q2, %3" [(set_attr "type" "mve_move") ]) ;; ;; [vfmasq_n_f]) ;; (define_insn "mve_vfmasq_n_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand: 3 "s_register_operand" "r")] VFMASQ_N_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vfmas.f%# %q0, %q2, %3" [(set_attr "type" "mve_move") ]) ;; ;; [vfmsq_f]) ;; (define_insn "mve_vfmsq_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:MVE_0 3 "s_register_operand" "w")] VFMSQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vfms.f%# %q0, %q2, %q3" [(set_attr "type" "mve_move") ]) ;; ;; [vmaxnmaq_m_f]) ;; (define_insn "mve_vmaxnmaq_m_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VMAXNMAQ_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vmaxnmat.f%# %q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmaxnmavq_p_f]) ;; (define_insn "mve_vmaxnmavq_p_f" [ (set (match_operand: 0 "s_register_operand" "=r") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VMAXNMAVQ_P_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vmaxnmavt.f%# %0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmaxnmvq_p_f]) ;; (define_insn "mve_vmaxnmvq_p_f" [ (set (match_operand: 0 "s_register_operand" "=r") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VMAXNMVQ_P_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vmaxnmvt.f%# %0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vminnmaq_m_f]) ;; (define_insn "mve_vminnmaq_m_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VMINNMAQ_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vminnmat.f%# %q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vminnmavq_p_f]) ;; (define_insn "mve_vminnmavq_p_f" [ (set (match_operand: 0 "s_register_operand" "=r") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VMINNMAVQ_P_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vminnmavt.f%# %0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vminnmvq_p_f]) ;; (define_insn "mve_vminnmvq_p_f" [ (set (match_operand: 0 "s_register_operand" "=r") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VMINNMVQ_P_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vminnmvt.f%# %0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmlaldavaq_s, vmlaldavaq_u]) ;; (define_insn "mve_vmlaldavaq_" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:DI 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:MVE_5 3 "s_register_operand" "w")] VMLALDAVAQ)) ] "TARGET_HAVE_MVE" "vmlaldava.%# %Q0, %R0, %q2, %q3" [(set_attr "type" "mve_move") ]) ;; ;; [vmlaldavaxq_s]) ;; (define_insn "mve_vmlaldavaxq_s" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:DI 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:MVE_5 3 "s_register_operand" "w")] VMLALDAVAXQ_S)) ] "TARGET_HAVE_MVE" "vmlaldavax.s%# %Q0, %R0, %q2, %q3" [(set_attr "type" "mve_move") ]) ;; ;; [vmlaldavq_p_u, vmlaldavq_p_s]) ;; (define_insn "mve_vmlaldavq_p_" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:MVE_5 1 "s_register_operand" "w") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VMLALDAVQ_P)) ] "TARGET_HAVE_MVE" "vpst\;vmlaldavt.%# %Q0, %R0, %q1, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmlaldavxq_p_s]) ;; (define_insn "mve_vmlaldavxq_p_s" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:MVE_5 1 "s_register_operand" "w") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VMLALDAVXQ_P_S)) ] "TARGET_HAVE_MVE" "vpst\;vmlaldavxt.s%#\t%Q0, %R0, %q1, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmlsldavaq_s]) ;; (define_insn "mve_vmlsldavaq_s" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:DI 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:MVE_5 3 "s_register_operand" "w")] VMLSLDAVAQ_S)) ] "TARGET_HAVE_MVE" "vmlsldava.s%# %Q0, %R0, %q2, %q3" [(set_attr "type" "mve_move") ]) ;; ;; [vmlsldavaxq_s]) ;; (define_insn "mve_vmlsldavaxq_s" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:DI 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:MVE_5 3 "s_register_operand" "w")] VMLSLDAVAXQ_S)) ] "TARGET_HAVE_MVE" "vmlsldavax.s%# %Q0, %R0, %q2, %q3" [(set_attr "type" "mve_move") ]) ;; ;; [vmlsldavq_p_s]) ;; (define_insn "mve_vmlsldavq_p_s" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:MVE_5 1 "s_register_operand" "w") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VMLSLDAVQ_P_S)) ] "TARGET_HAVE_MVE" "vpst\;vmlsldavt.s%# %Q0, %R0, %q1, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmlsldavxq_p_s]) ;; (define_insn "mve_vmlsldavxq_p_s" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:MVE_5 1 "s_register_operand" "w") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VMLSLDAVXQ_P_S)) ] "TARGET_HAVE_MVE" "vpst\;vmlsldavxt.s%# %Q0, %R0, %q1, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmovlbq_m_u, vmovlbq_m_s]) ;; (define_insn "mve_vmovlbq_m_" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_3 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VMOVLBQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vmovlbt.%# %q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmovltq_m_u, vmovltq_m_s]) ;; (define_insn "mve_vmovltq_m_" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_3 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VMOVLTQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vmovltt.%# %q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmovnbq_m_u, vmovnbq_m_s]) ;; (define_insn "mve_vmovnbq_m_" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VMOVNBQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vmovnbt.i%# %q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmovntq_m_u, vmovntq_m_s]) ;; (define_insn "mve_vmovntq_m_" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VMOVNTQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vmovntt.i%# %q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmvnq_m_n_u, vmvnq_m_n_s]) ;; (define_insn "mve_vmvnq_m_n_" [ (set (match_operand:MVE_5 0 "s_register_operand" "=w") (unspec:MVE_5 [(match_operand:MVE_5 1 "s_register_operand" "0") (match_operand:SI 2 "immediate_operand" "i") (match_operand:HI 3 "vpr_register_operand" "Up")] VMVNQ_M_N)) ] "TARGET_HAVE_MVE" "vpst\;vmvnt.i%# %q0, %2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vnegq_m_f]) ;; (define_insn "mve_vnegq_m_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VNEGQ_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vnegt.f%# %q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vorrq_m_n_s, vorrq_m_n_u]) ;; (define_insn "mve_vorrq_m_n_" [ (set (match_operand:MVE_5 0 "s_register_operand" "=w") (unspec:MVE_5 [(match_operand:MVE_5 1 "s_register_operand" "0") (match_operand:SI 2 "immediate_operand" "i") (match_operand:HI 3 "vpr_register_operand" "Up")] VORRQ_M_N)) ] "TARGET_HAVE_MVE" "vpst\;vorrt.i%# %q0, %2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vpselq_f]) ;; (define_insn "mve_vpselq_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "w") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VPSELQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpsel %q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vqmovnbq_m_s, vqmovnbq_m_u]) ;; (define_insn "mve_vqmovnbq_m_" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VQMOVNBQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vqmovnbt.%# %q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqmovntq_m_u, vqmovntq_m_s]) ;; (define_insn "mve_vqmovntq_m_" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VQMOVNTQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vqmovntt.%# %q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqmovunbq_m_s]) ;; (define_insn "mve_vqmovunbq_m_s" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VQMOVUNBQ_M_S)) ] "TARGET_HAVE_MVE" "vpst\;vqmovunbt.s%# %q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqmovuntq_m_s]) ;; (define_insn "mve_vqmovuntq_m_s" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VQMOVUNTQ_M_S)) ] "TARGET_HAVE_MVE" "vpst\;vqmovuntt.s%# %q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqrshrntq_n_u, vqrshrntq_n_s]) ;; (define_insn "mve_vqrshrntq_n_" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:SI 3 "mve_imm_8" "Rb")] VQRSHRNTQ_N)) ] "TARGET_HAVE_MVE" "vqrshrnt.%# %q0, %q2, %3" [(set_attr "type" "mve_move") ]) ;; ;; [vqrshruntq_n_s]) ;; (define_insn "mve_vqrshruntq_n_s" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:SI 3 "mve_imm_8" "Rb")] VQRSHRUNTQ_N_S)) ] "TARGET_HAVE_MVE" "vqrshrunt.s%# %q0, %q2, %3" [(set_attr "type" "mve_move") ]) ;; ;; [vqshrnbq_n_u, vqshrnbq_n_s]) ;; (define_insn "mve_vqshrnbq_n_" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:SI 3 "" "")] VQSHRNBQ_N)) ] "TARGET_HAVE_MVE" "vqshrnb.%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") ]) ;; ;; [vqshrntq_n_u, vqshrntq_n_s]) ;; (define_insn "mve_vqshrntq_n_" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:SI 3 "" "")] VQSHRNTQ_N)) ] "TARGET_HAVE_MVE" "vqshrnt.%# %q0, %q2, %3" [(set_attr "type" "mve_move") ]) ;; ;; [vqshrunbq_n_s]) ;; (define_insn "mve_vqshrunbq_n_s" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:SI 3 "" "")] VQSHRUNBQ_N_S)) ] "TARGET_HAVE_MVE" "vqshrunb.s%# %q0, %q2, %3" [(set_attr "type" "mve_move") ]) ;; ;; [vqshruntq_n_s]) ;; (define_insn "mve_vqshruntq_n_s" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:SI 3 "" "")] VQSHRUNTQ_N_S)) ] "TARGET_HAVE_MVE" "vqshrunt.s%# %q0, %q2, %3" [(set_attr "type" "mve_move") ]) ;; ;; [vrev32q_m_f]) ;; (define_insn "mve_vrev32q_m_fv8hf" [ (set (match_operand:V8HF 0 "s_register_operand" "=w") (unspec:V8HF [(match_operand:V8HF 1 "s_register_operand" "0") (match_operand:V8HF 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VREV32Q_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vrev32t.16 %q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vrev32q_m_s, vrev32q_m_u]) ;; (define_insn "mve_vrev32q_m_" [ (set (match_operand:MVE_3 0 "s_register_operand" "=w") (unspec:MVE_3 [(match_operand:MVE_3 1 "s_register_operand" "0") (match_operand:MVE_3 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VREV32Q_M)) ] "TARGET_HAVE_MVE" "vpst\;vrev32t.%# %q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vrev64q_m_f]) ;; (define_insn "mve_vrev64q_m_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VREV64Q_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vrev64t.%# %q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vrmlaldavhaxq_s]) ;; (define_insn "mve_vrmlaldavhaxq_sv4si" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:DI 1 "s_register_operand" "0") (match_operand:V4SI 2 "s_register_operand" "w") (match_operand:V4SI 3 "s_register_operand" "w")] VRMLALDAVHAXQ_S)) ] "TARGET_HAVE_MVE" "vrmlaldavhax.s32 %Q0, %R0, %q2, %q3" [(set_attr "type" "mve_move") ]) ;; ;; [vrmlaldavhxq_p_s]) ;; (define_insn "mve_vrmlaldavhxq_p_sv4si" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:V4SI 1 "s_register_operand" "w") (match_operand:V4SI 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VRMLALDAVHXQ_P_S)) ] "TARGET_HAVE_MVE" "vpst\;vrmlaldavhxt.s32 %Q0, %R0, %q1, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vrmlsldavhaxq_s]) ;; (define_insn "mve_vrmlsldavhaxq_sv4si" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:DI 1 "s_register_operand" "0") (match_operand:V4SI 2 "s_register_operand" "w") (match_operand:V4SI 3 "s_register_operand" "w")] VRMLSLDAVHAXQ_S)) ] "TARGET_HAVE_MVE" "vrmlsldavhax.s32 %Q0, %R0, %q2, %q3" [(set_attr "type" "mve_move") ]) ;; ;; [vrmlsldavhq_p_s]) ;; (define_insn "mve_vrmlsldavhq_p_sv4si" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:V4SI 1 "s_register_operand" "w") (match_operand:V4SI 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VRMLSLDAVHQ_P_S)) ] "TARGET_HAVE_MVE" "vpst\;vrmlsldavht.s32 %Q0, %R0, %q1, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vrmlsldavhxq_p_s]) ;; (define_insn "mve_vrmlsldavhxq_p_sv4si" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:V4SI 1 "s_register_operand" "w") (match_operand:V4SI 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VRMLSLDAVHXQ_P_S)) ] "TARGET_HAVE_MVE" "vpst\;vrmlsldavhxt.s32 %Q0, %R0, %q1, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vrndaq_m_f]) ;; (define_insn "mve_vrndaq_m_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VRNDAQ_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vrintat.f%# %q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vrndmq_m_f]) ;; (define_insn "mve_vrndmq_m_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VRNDMQ_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vrintmt.f%# %q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vrndnq_m_f]) ;; (define_insn "mve_vrndnq_m_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VRNDNQ_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vrintnt.f%# %q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vrndpq_m_f]) ;; (define_insn "mve_vrndpq_m_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VRNDPQ_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vrintpt.f%# %q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vrndxq_m_f]) ;; (define_insn "mve_vrndxq_m_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VRNDXQ_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vrintxt.f%# %q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vrshrnbq_n_s, vrshrnbq_n_u]) ;; (define_insn "mve_vrshrnbq_n_" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:SI 3 "mve_imm_8" "Rb")] VRSHRNBQ_N)) ] "TARGET_HAVE_MVE" "vrshrnb.i%# %q0, %q2, %3" [(set_attr "type" "mve_move") ]) ;; ;; [vrshrntq_n_u, vrshrntq_n_s]) ;; (define_insn "mve_vrshrntq_n_" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:SI 3 "mve_imm_8" "Rb")] VRSHRNTQ_N)) ] "TARGET_HAVE_MVE" "vrshrnt.i%# %q0, %q2, %3" [(set_attr "type" "mve_move") ]) ;; ;; [vshrnbq_n_u, vshrnbq_n_s]) ;; (define_insn "mve_vshrnbq_n_" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:SI 3 "" "")] VSHRNBQ_N)) ] "TARGET_HAVE_MVE" "vshrnb.i%# %q0, %q2, %3" [(set_attr "type" "mve_move") ]) ;; ;; [vshrntq_n_s, vshrntq_n_u]) ;; (define_insn "mve_vshrntq_n_" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:SI 3 "" "")] VSHRNTQ_N)) ] "TARGET_HAVE_MVE" "vshrnt.i%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") ]) ;; ;; [vcvtmq_m_s, vcvtmq_m_u]) ;; (define_insn "mve_vcvtmq_m_" [ (set (match_operand:MVE_5 0 "s_register_operand" "=w") (unspec:MVE_5 [(match_operand:MVE_5 1 "s_register_operand" "0") (match_operand: 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VCVTMQ_M)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vcvtmt.%#.f%#\t%q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcvtpq_m_u, vcvtpq_m_s]) ;; (define_insn "mve_vcvtpq_m_" [ (set (match_operand:MVE_5 0 "s_register_operand" "=w") (unspec:MVE_5 [(match_operand:MVE_5 1 "s_register_operand" "0") (match_operand: 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VCVTPQ_M)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vcvtpt.%#.f%#\t%q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcvtnq_m_s, vcvtnq_m_u]) ;; (define_insn "mve_vcvtnq_m_" [ (set (match_operand:MVE_5 0 "s_register_operand" "=w") (unspec:MVE_5 [(match_operand:MVE_5 1 "s_register_operand" "0") (match_operand: 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VCVTNQ_M)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vcvtnt.%#.f%#\t%q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcvtq_m_n_from_f_s, vcvtq_m_n_from_f_u]) ;; (define_insn "mve_vcvtq_m_n_from_f_" [ (set (match_operand:MVE_5 0 "s_register_operand" "=w") (unspec:MVE_5 [(match_operand:MVE_5 1 "s_register_operand" "0") (match_operand: 2 "s_register_operand" "w") (match_operand:SI 3 "" "") (match_operand:HI 4 "vpr_register_operand" "Up")] VCVTQ_M_N_FROM_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vcvtt.%#.f%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vrev16q_m_u, vrev16q_m_s]) ;; (define_insn "mve_vrev16q_m_v16qi" [ (set (match_operand:V16QI 0 "s_register_operand" "=w") (unspec:V16QI [(match_operand:V16QI 1 "s_register_operand" "0") (match_operand:V16QI 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VREV16Q_M)) ] "TARGET_HAVE_MVE" "vpst\;vrev16t.8 %q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcvtq_m_from_f_u, vcvtq_m_from_f_s]) ;; (define_insn "mve_vcvtq_m_from_f_" [ (set (match_operand:MVE_5 0 "s_register_operand" "=w") (unspec:MVE_5 [(match_operand:MVE_5 1 "s_register_operand" "0") (match_operand: 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VCVTQ_M_FROM_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vcvtt.%#.f%#\t%q0, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vrmlaldavhq_p_u vrmlaldavhq_p_s]) ;; (define_insn "mve_vrmlaldavhq_p_v4si" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:V4SI 1 "s_register_operand" "w") (match_operand:V4SI 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VRMLALDAVHQ_P)) ] "TARGET_HAVE_MVE" "vpst\;vrmlaldavht.32 %Q0, %R0, %q1, %q2" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vrmlsldavhaq_s]) ;; (define_insn "mve_vrmlsldavhaq_sv4si" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:DI 1 "s_register_operand" "0") (match_operand:V4SI 2 "s_register_operand" "w") (match_operand:V4SI 3 "s_register_operand" "w")] VRMLSLDAVHAQ_S)) ] "TARGET_HAVE_MVE" "vrmlsldavha.s32 %Q0, %R0, %q2, %q3" [(set_attr "type" "mve_move") ]) ;; ;; [vabavq_p_s, vabavq_p_u]) ;; (define_insn "mve_vabavq_p_" [ (set (match_operand:SI 0 "s_register_operand" "=r") (unspec:SI [(match_operand:SI 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VABAVQ_P)) ] "TARGET_HAVE_MVE" "vpst\;vabavt.%#\t%0, %q2, %q3" [(set_attr "type" "mve_move") ]) ;; ;; [vqshluq_m_n_s]) ;; (define_insn "mve_vqshluq_m_n_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:SI 3 "mve_imm_7" "Ra") (match_operand:HI 4 "vpr_register_operand" "Up")] VQSHLUQ_M_N_S)) ] "TARGET_HAVE_MVE" "vpst\n\tvqshlut.s%#\t%q0, %q2, %3" [(set_attr "type" "mve_move")]) ;; ;; [vshlq_m_s, vshlq_m_u]) ;; (define_insn "mve_vshlq_m_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VSHLQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vshlt.%#\t%q0, %q2, %q3" [(set_attr "type" "mve_move")]) ;; ;; [vsriq_m_n_s, vsriq_m_n_u]) ;; (define_insn "mve_vsriq_m_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:SI 3 "mve_imm_selective_upto_8" "Rg") (match_operand:HI 4 "vpr_register_operand" "Up")] VSRIQ_M_N)) ] "TARGET_HAVE_MVE" "vpst\;vsrit.%#\t%q0, %q2, %3" [(set_attr "type" "mve_move")]) ;; ;; [vsubq_m_u, vsubq_m_s]) ;; (define_insn "mve_vsubq_m_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VSUBQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vsubt.i%#\t%q0, %q2, %q3" [(set_attr "type" "mve_move")]) ;; ;; [vcvtq_m_n_to_f_u, vcvtq_m_n_to_f_s]) ;; (define_insn "mve_vcvtq_m_n_to_f_" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand: 2 "s_register_operand" "w") (match_operand:SI 3 "" "") (match_operand:HI 4 "vpr_register_operand" "Up")] VCVTQ_M_N_TO_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vcvtt.f%#.%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vabdq_m_s, vabdq_m_u]) ;; (define_insn "mve_vabdq_m_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VABDQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vabdt.%# %q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vaddq_m_n_s, vaddq_m_n_u]) ;; (define_insn "mve_vaddq_m_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand: 3 "s_register_operand" "r") (match_operand:HI 4 "vpr_register_operand" "Up")] VADDQ_M_N)) ] "TARGET_HAVE_MVE" "vpst\;vaddt.i%# %q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vaddq_m_u, vaddq_m_s]) ;; (define_insn "mve_vaddq_m_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VADDQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vaddt.i%# %q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vandq_m_u, vandq_m_s]) ;; (define_insn "mve_vandq_m_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VANDQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vandt %q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vbicq_m_u, vbicq_m_s]) ;; (define_insn "mve_vbicq_m_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VBICQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vbict %q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vbrsrq_m_n_u, vbrsrq_m_n_s]) ;; (define_insn "mve_vbrsrq_m_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:SI 3 "s_register_operand" "r") (match_operand:HI 4 "vpr_register_operand" "Up")] VBRSRQ_M_N)) ] "TARGET_HAVE_MVE" "vpst\;vbrsrt.%# %q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcaddq_rot270_m_u, vcaddq_rot270_m_s]) ;; (define_insn "mve_vcaddq_rot270_m_" [ (set (match_operand:MVE_2 0 "s_register_operand" "") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VCADDQ_ROT270_M)) ] "TARGET_HAVE_MVE" "vpst\;vcaddt.i%# %q0, %q2, %q3, #270" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcaddq_rot90_m_u, vcaddq_rot90_m_s]) ;; (define_insn "mve_vcaddq_rot90_m_" [ (set (match_operand:MVE_2 0 "s_register_operand" "") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VCADDQ_ROT90_M)) ] "TARGET_HAVE_MVE" "vpst\;vcaddt.i%# %q0, %q2, %q3, #90" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [veorq_m_s, veorq_m_u]) ;; (define_insn "mve_veorq_m_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VEORQ_M)) ] "TARGET_HAVE_MVE" "vpst\;veort %q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vhaddq_m_n_s, vhaddq_m_n_u]) ;; (define_insn "mve_vhaddq_m_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand: 3 "s_register_operand" "r") (match_operand:HI 4 "vpr_register_operand" "Up")] VHADDQ_M_N)) ] "TARGET_HAVE_MVE" "vpst\;vhaddt.%# %q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vhaddq_m_s, vhaddq_m_u]) ;; (define_insn "mve_vhaddq_m_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VHADDQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vhaddt.%# %q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vhsubq_m_n_s, vhsubq_m_n_u]) ;; (define_insn "mve_vhsubq_m_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand: 3 "s_register_operand" "r") (match_operand:HI 4 "vpr_register_operand" "Up")] VHSUBQ_M_N)) ] "TARGET_HAVE_MVE" "vpst\;vhsubt.%# %q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vhsubq_m_s, vhsubq_m_u]) ;; (define_insn "mve_vhsubq_m_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VHSUBQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vhsubt.%# %q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmaxq_m_s, vmaxq_m_u]) ;; (define_insn "mve_vmaxq_m_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VMAXQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vmaxt.%# %q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vminq_m_s, vminq_m_u]) ;; (define_insn "mve_vminq_m_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VMINQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vmint.%# %q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmladavaq_p_u, vmladavaq_p_s]) ;; (define_insn "mve_vmladavaq_p_" [ (set (match_operand:SI 0 "s_register_operand" "=Te") (unspec:SI [(match_operand:SI 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VMLADAVAQ_P)) ] "TARGET_HAVE_MVE" "vpst\;vmladavat.%# %0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmlaq_m_n_s, vmlaq_m_n_u]) ;; (define_insn "mve_vmlaq_m_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand: 3 "s_register_operand" "r") (match_operand:HI 4 "vpr_register_operand" "Up")] VMLAQ_M_N)) ] "TARGET_HAVE_MVE" "vpst\;vmlat.%# %q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmlasq_m_n_u, vmlasq_m_n_s]) ;; (define_insn "mve_vmlasq_m_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand: 3 "s_register_operand" "r") (match_operand:HI 4 "vpr_register_operand" "Up")] VMLASQ_M_N)) ] "TARGET_HAVE_MVE" "vpst\;vmlast.%# %q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmulhq_m_s, vmulhq_m_u]) ;; (define_insn "mve_vmulhq_m_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VMULHQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vmulht.%# %q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmullbq_int_m_u, vmullbq_int_m_s]) ;; (define_insn "mve_vmullbq_int_m_" [ (set (match_operand: 0 "s_register_operand" "") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VMULLBQ_INT_M)) ] "TARGET_HAVE_MVE" "vpst\;vmullbt.%# %q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmulltq_int_m_s, vmulltq_int_m_u]) ;; (define_insn "mve_vmulltq_int_m_" [ (set (match_operand: 0 "s_register_operand" "") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VMULLTQ_INT_M)) ] "TARGET_HAVE_MVE" "vpst\;vmulltt.%# %q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmulq_m_n_u, vmulq_m_n_s]) ;; (define_insn "mve_vmulq_m_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand: 3 "s_register_operand" "r") (match_operand:HI 4 "vpr_register_operand" "Up")] VMULQ_M_N)) ] "TARGET_HAVE_MVE" "vpst\;vmult.i%# %q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmulq_m_s, vmulq_m_u]) ;; (define_insn "mve_vmulq_m_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VMULQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vmult.i%# %q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vornq_m_u, vornq_m_s]) ;; (define_insn "mve_vornq_m_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VORNQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vornt %q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vorrq_m_s, vorrq_m_u]) ;; (define_insn "mve_vorrq_m_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VORRQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vorrt %q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqaddq_m_n_u, vqaddq_m_n_s]) ;; (define_insn "mve_vqaddq_m_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand: 3 "s_register_operand" "r") (match_operand:HI 4 "vpr_register_operand" "Up")] VQADDQ_M_N)) ] "TARGET_HAVE_MVE" "vpst\;vqaddt.%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqaddq_m_u, vqaddq_m_s]) ;; (define_insn "mve_vqaddq_m_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VQADDQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vqaddt.%#\t%q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqdmlahq_m_n_s]) ;; (define_insn "mve_vqdmlahq_m_n_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand: 3 "s_register_operand" "r") (match_operand:HI 4 "vpr_register_operand" "Up")] VQDMLAHQ_M_N_S)) ] "TARGET_HAVE_MVE" "vpst\;vqdmlaht.s%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqdmlashq_m_n_s]) ;; (define_insn "mve_vqdmlashq_m_n_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand: 3 "s_register_operand" "r") (match_operand:HI 4 "vpr_register_operand" "Up")] VQDMLASHQ_M_N_S)) ] "TARGET_HAVE_MVE" "vpst\;vqdmlasht.s%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqrdmlahq_m_n_s]) ;; (define_insn "mve_vqrdmlahq_m_n_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand: 3 "s_register_operand" "r") (match_operand:HI 4 "vpr_register_operand" "Up")] VQRDMLAHQ_M_N_S)) ] "TARGET_HAVE_MVE" "vpst\;vqrdmlaht.s%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqrdmlashq_m_n_s]) ;; (define_insn "mve_vqrdmlashq_m_n_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand: 3 "s_register_operand" "r") (match_operand:HI 4 "vpr_register_operand" "Up")] VQRDMLASHQ_M_N_S)) ] "TARGET_HAVE_MVE" "vpst\;vqrdmlasht.s%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqrshlq_m_u, vqrshlq_m_s]) ;; (define_insn "mve_vqrshlq_m_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VQRSHLQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vqrshlt.%#\t%q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqshlq_m_n_s, vqshlq_m_n_u]) ;; (define_insn "mve_vqshlq_m_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:SI 3 "immediate_operand" "i") (match_operand:HI 4 "vpr_register_operand" "Up")] VQSHLQ_M_N)) ] "TARGET_HAVE_MVE" "vpst\;vqshlt.%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqshlq_m_u, vqshlq_m_s]) ;; (define_insn "mve_vqshlq_m_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VQSHLQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vqshlt.%#\t%q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqsubq_m_n_u, vqsubq_m_n_s]) ;; (define_insn "mve_vqsubq_m_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand: 3 "s_register_operand" "r") (match_operand:HI 4 "vpr_register_operand" "Up")] VQSUBQ_M_N)) ] "TARGET_HAVE_MVE" "vpst\;vqsubt.%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqsubq_m_u, vqsubq_m_s]) ;; (define_insn "mve_vqsubq_m_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VQSUBQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vqsubt.%#\t%q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vrhaddq_m_u, vrhaddq_m_s]) ;; (define_insn "mve_vrhaddq_m_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VRHADDQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vrhaddt.%#\t%q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vrmulhq_m_u, vrmulhq_m_s]) ;; (define_insn "mve_vrmulhq_m_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VRMULHQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vrmulht.%#\t%q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vrshlq_m_s, vrshlq_m_u]) ;; (define_insn "mve_vrshlq_m_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VRSHLQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vrshlt.%#\t%q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vrshrq_m_n_s, vrshrq_m_n_u]) ;; (define_insn "mve_vrshrq_m_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:SI 3 "" "") (match_operand:HI 4 "vpr_register_operand" "Up")] VRSHRQ_M_N)) ] "TARGET_HAVE_MVE" "vpst\;vrshrt.%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vshlq_m_n_s, vshlq_m_n_u]) ;; (define_insn "mve_vshlq_m_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:SI 3 "immediate_operand" "i") (match_operand:HI 4 "vpr_register_operand" "Up")] VSHLQ_M_N)) ] "TARGET_HAVE_MVE" "vpst\;vshlt.%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vshrq_m_n_s, vshrq_m_n_u]) ;; (define_insn "mve_vshrq_m_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:SI 3 "" "") (match_operand:HI 4 "vpr_register_operand" "Up")] VSHRQ_M_N)) ] "TARGET_HAVE_MVE" "vpst\;vshrt.%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vsliq_m_n_u, vsliq_m_n_s]) ;; (define_insn "mve_vsliq_m_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:SI 3 "" "") (match_operand:HI 4 "vpr_register_operand" "Up")] VSLIQ_M_N)) ] "TARGET_HAVE_MVE" "vpst\;vslit.%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vsubq_m_n_s, vsubq_m_n_u]) ;; (define_insn "mve_vsubq_m_n_" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand: 3 "s_register_operand" "r") (match_operand:HI 4 "vpr_register_operand" "Up")] VSUBQ_M_N)) ] "TARGET_HAVE_MVE" "vpst\;vsubt.i%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vhcaddq_rot270_m_s]) ;; (define_insn "mve_vhcaddq_rot270_m_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VHCADDQ_ROT270_M_S)) ] "TARGET_HAVE_MVE" "vpst\;vhcaddt.s%#\t%q0, %q2, %q3, #270" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vhcaddq_rot90_m_s]) ;; (define_insn "mve_vhcaddq_rot90_m_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VHCADDQ_ROT90_M_S)) ] "TARGET_HAVE_MVE" "vpst\;vhcaddt.s%#\t%q0, %q2, %q3, #90" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmladavaxq_p_s]) ;; (define_insn "mve_vmladavaxq_p_s" [ (set (match_operand:SI 0 "s_register_operand" "=Te") (unspec:SI [(match_operand:SI 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VMLADAVAXQ_P_S)) ] "TARGET_HAVE_MVE" "vpst\;vmladavaxt.s%#\t%0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmlsdavaq_p_s]) ;; (define_insn "mve_vmlsdavaq_p_s" [ (set (match_operand:SI 0 "s_register_operand" "=Te") (unspec:SI [(match_operand:SI 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VMLSDAVAQ_P_S)) ] "TARGET_HAVE_MVE" "vpst\;vmlsdavat.s%#\t%0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmlsdavaxq_p_s]) ;; (define_insn "mve_vmlsdavaxq_p_s" [ (set (match_operand:SI 0 "s_register_operand" "=Te") (unspec:SI [(match_operand:SI 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VMLSDAVAXQ_P_S)) ] "TARGET_HAVE_MVE" "vpst\;vmlsdavaxt.s%#\t%0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqdmladhq_m_s]) ;; (define_insn "mve_vqdmladhq_m_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VQDMLADHQ_M_S)) ] "TARGET_HAVE_MVE" "vpst\;vqdmladht.s%#\t%q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqdmladhxq_m_s]) ;; (define_insn "mve_vqdmladhxq_m_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VQDMLADHXQ_M_S)) ] "TARGET_HAVE_MVE" "vpst\;vqdmladhxt.s%#\t%q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqdmlsdhq_m_s]) ;; (define_insn "mve_vqdmlsdhq_m_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VQDMLSDHQ_M_S)) ] "TARGET_HAVE_MVE" "vpst\;vqdmlsdht.s%#\t%q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqdmlsdhxq_m_s]) ;; (define_insn "mve_vqdmlsdhxq_m_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VQDMLSDHXQ_M_S)) ] "TARGET_HAVE_MVE" "vpst\;vqdmlsdhxt.s%#\t%q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqdmulhq_m_n_s]) ;; (define_insn "mve_vqdmulhq_m_n_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand: 3 "s_register_operand" "r") (match_operand:HI 4 "vpr_register_operand" "Up")] VQDMULHQ_M_N_S)) ] "TARGET_HAVE_MVE" "vpst\;vqdmulht.s%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqdmulhq_m_s]) ;; (define_insn "mve_vqdmulhq_m_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VQDMULHQ_M_S)) ] "TARGET_HAVE_MVE" "vpst\;vqdmulht.s%#\t%q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqrdmladhq_m_s]) ;; (define_insn "mve_vqrdmladhq_m_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VQRDMLADHQ_M_S)) ] "TARGET_HAVE_MVE" "vpst\;vqrdmladht.s%#\t%q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqrdmladhxq_m_s]) ;; (define_insn "mve_vqrdmladhxq_m_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VQRDMLADHXQ_M_S)) ] "TARGET_HAVE_MVE" "vpst\;vqrdmladhxt.s%#\t%q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqrdmlsdhq_m_s]) ;; (define_insn "mve_vqrdmlsdhq_m_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VQRDMLSDHQ_M_S)) ] "TARGET_HAVE_MVE" "vpst\;vqrdmlsdht.s%#\t%q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqrdmlsdhxq_m_s]) ;; (define_insn "mve_vqrdmlsdhxq_m_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VQRDMLSDHXQ_M_S)) ] "TARGET_HAVE_MVE" "vpst\;vqrdmlsdhxt.s%#\t%q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqrdmulhq_m_n_s]) ;; (define_insn "mve_vqrdmulhq_m_n_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand: 3 "s_register_operand" "r") (match_operand:HI 4 "vpr_register_operand" "Up")] VQRDMULHQ_M_N_S)) ] "TARGET_HAVE_MVE" "vpst\;vqrdmulht.s%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqrdmulhq_m_s]) ;; (define_insn "mve_vqrdmulhq_m_s" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:MVE_2 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VQRDMULHQ_M_S)) ] "TARGET_HAVE_MVE" "vpst\;vqrdmulht.s%#\t%q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmlaldavaq_p_u, vmlaldavaq_p_s]) ;; (define_insn "mve_vmlaldavaq_p_" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:DI 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:MVE_5 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VMLALDAVAQ_P)) ] "TARGET_HAVE_MVE" "vpst\;vmlaldavat.%# %Q0, %R0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmlaldavaxq_p_s]) ;; (define_insn "mve_vmlaldavaxq_p_" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:DI 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:MVE_5 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VMLALDAVAXQ_P)) ] "TARGET_HAVE_MVE" "vpst\;vmlaldavaxt.%# %Q0, %R0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqrshrnbq_m_n_u, vqrshrnbq_m_n_s]) ;; (define_insn "mve_vqrshrnbq_m_n_" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:SI 3 "mve_imm_8" "Rb") (match_operand:HI 4 "vpr_register_operand" "Up")] VQRSHRNBQ_M_N)) ] "TARGET_HAVE_MVE" "vpst\;vqrshrnbt.%# %q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqrshrntq_m_n_s, vqrshrntq_m_n_u]) ;; (define_insn "mve_vqrshrntq_m_n_" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:SI 3 "mve_imm_8" "Rb") (match_operand:HI 4 "vpr_register_operand" "Up")] VQRSHRNTQ_M_N)) ] "TARGET_HAVE_MVE" "vpst\;vqrshrntt.%# %q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqshrnbq_m_n_u, vqshrnbq_m_n_s]) ;; (define_insn "mve_vqshrnbq_m_n_" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:SI 3 "" "") (match_operand:HI 4 "vpr_register_operand" "Up")] VQSHRNBQ_M_N)) ] "TARGET_HAVE_MVE" "vpst\n\tvqshrnbt.%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqshrntq_m_n_s, vqshrntq_m_n_u]) ;; (define_insn "mve_vqshrntq_m_n_" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:SI 3 "" "") (match_operand:HI 4 "vpr_register_operand" "Up")] VQSHRNTQ_M_N)) ] "TARGET_HAVE_MVE" "vpst\;vqshrntt.%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vrmlaldavhaq_p_s]) ;; (define_insn "mve_vrmlaldavhaq_p_sv4si" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:DI 1 "s_register_operand" "0") (match_operand:V4SI 2 "s_register_operand" "w") (match_operand:V4SI 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VRMLALDAVHAQ_P_S)) ] "TARGET_HAVE_MVE" "vpst\;vrmlaldavhat.s32\t%Q0, %R0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vrshrnbq_m_n_u, vrshrnbq_m_n_s]) ;; (define_insn "mve_vrshrnbq_m_n_" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:SI 3 "mve_imm_8" "Rb") (match_operand:HI 4 "vpr_register_operand" "Up")] VRSHRNBQ_M_N)) ] "TARGET_HAVE_MVE" "vpst\;vrshrnbt.i%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vrshrntq_m_n_u, vrshrntq_m_n_s]) ;; (define_insn "mve_vrshrntq_m_n_" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:SI 3 "mve_imm_8" "Rb") (match_operand:HI 4 "vpr_register_operand" "Up")] VRSHRNTQ_M_N)) ] "TARGET_HAVE_MVE" "vpst\;vrshrntt.i%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vshllbq_m_n_u, vshllbq_m_n_s]) ;; (define_insn "mve_vshllbq_m_n_" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_3 2 "s_register_operand" "w") (match_operand:SI 3 "immediate_operand" "i") (match_operand:HI 4 "vpr_register_operand" "Up")] VSHLLBQ_M_N)) ] "TARGET_HAVE_MVE" "vpst\;vshllbt.%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vshlltq_m_n_u, vshlltq_m_n_s]) ;; (define_insn "mve_vshlltq_m_n_" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_3 2 "s_register_operand" "w") (match_operand:SI 3 "immediate_operand" "i") (match_operand:HI 4 "vpr_register_operand" "Up")] VSHLLTQ_M_N)) ] "TARGET_HAVE_MVE" "vpst\;vshlltt.%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vshrnbq_m_n_s, vshrnbq_m_n_u]) ;; (define_insn "mve_vshrnbq_m_n_" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:SI 3 "" "") (match_operand:HI 4 "vpr_register_operand" "Up")] VSHRNBQ_M_N)) ] "TARGET_HAVE_MVE" "vpst\;vshrnbt.i%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vshrntq_m_n_s, vshrntq_m_n_u]) ;; (define_insn "mve_vshrntq_m_n_" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:SI 3 "" "") (match_operand:HI 4 "vpr_register_operand" "Up")] VSHRNTQ_M_N)) ] "TARGET_HAVE_MVE" "vpst\;vshrntt.i%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmlsldavaq_p_s]) ;; (define_insn "mve_vmlsldavaq_p_s" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:DI 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:MVE_5 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VMLSLDAVAQ_P_S)) ] "TARGET_HAVE_MVE" "vpst\;vmlsldavat.s%#\t%Q0, %R0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmlsldavaxq_p_s]) ;; (define_insn "mve_vmlsldavaxq_p_s" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:DI 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:MVE_5 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VMLSLDAVAXQ_P_S)) ] "TARGET_HAVE_MVE" "vpst\;vmlsldavaxt.s%#\t%Q0, %R0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmullbq_poly_m_p]) ;; (define_insn "mve_vmullbq_poly_m_p" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_3 2 "s_register_operand" "w") (match_operand:MVE_3 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VMULLBQ_POLY_M_P)) ] "TARGET_HAVE_MVE" "vpst\;vmullbt.p%#\t%q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmulltq_poly_m_p]) ;; (define_insn "mve_vmulltq_poly_m_p" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_3 2 "s_register_operand" "w") (match_operand:MVE_3 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VMULLTQ_POLY_M_P)) ] "TARGET_HAVE_MVE" "vpst\;vmulltt.p%#\t%q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqdmullbq_m_n_s]) ;; (define_insn "mve_vqdmullbq_m_n_s" [ (set (match_operand: 0 "s_register_operand" "") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand: 3 "s_register_operand" "r") (match_operand:HI 4 "vpr_register_operand" "Up")] VQDMULLBQ_M_N_S)) ] "TARGET_HAVE_MVE" "vpst\;vqdmullbt.s%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqdmullbq_m_s]) ;; (define_insn "mve_vqdmullbq_m_s" [ (set (match_operand: 0 "s_register_operand" "") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:MVE_5 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VQDMULLBQ_M_S)) ] "TARGET_HAVE_MVE" "vpst\;vqdmullbt.s%#\t%q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqdmulltq_m_n_s]) ;; (define_insn "mve_vqdmulltq_m_n_s" [ (set (match_operand: 0 "s_register_operand" "") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand: 3 "s_register_operand" "r") (match_operand:HI 4 "vpr_register_operand" "Up")] VQDMULLTQ_M_N_S)) ] "TARGET_HAVE_MVE" "vpst\;vqdmulltt.s%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqdmulltq_m_s]) ;; (define_insn "mve_vqdmulltq_m_s" [ (set (match_operand: 0 "s_register_operand" "") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:MVE_5 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VQDMULLTQ_M_S)) ] "TARGET_HAVE_MVE" "vpst\;vqdmulltt.s%#\t%q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqrshrunbq_m_n_s]) ;; (define_insn "mve_vqrshrunbq_m_n_s" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:SI 3 "mve_imm_8" "Rb") (match_operand:HI 4 "vpr_register_operand" "Up")] VQRSHRUNBQ_M_N_S)) ] "TARGET_HAVE_MVE" "vpst\;vqrshrunbt.s%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqrshruntq_m_n_s]) ;; (define_insn "mve_vqrshruntq_m_n_s" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:SI 3 "" "") (match_operand:HI 4 "vpr_register_operand" "Up")] VQRSHRUNTQ_M_N_S)) ] "TARGET_HAVE_MVE" "vpst\;vqrshruntt.s%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqshrunbq_m_n_s]) ;; (define_insn "mve_vqshrunbq_m_n_s" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:SI 3 "" "") (match_operand:HI 4 "vpr_register_operand" "Up")] VQSHRUNBQ_M_N_S)) ] "TARGET_HAVE_MVE" "vpst\;vqshrunbt.s%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vqshruntq_m_n_s]) ;; (define_insn "mve_vqshruntq_m_n_s" [ (set (match_operand: 0 "s_register_operand" "=w") (unspec: [(match_operand: 1 "s_register_operand" "0") (match_operand:MVE_5 2 "s_register_operand" "w") (match_operand:SI 3 "" "") (match_operand:HI 4 "vpr_register_operand" "Up")] VQSHRUNTQ_M_N_S)) ] "TARGET_HAVE_MVE" "vpst\;vqshruntt.s%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vrmlaldavhaq_p_u]) ;; (define_insn "mve_vrmlaldavhaq_p_uv4si" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:DI 1 "s_register_operand" "0") (match_operand:V4SI 2 "s_register_operand" "w") (match_operand:V4SI 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VRMLALDAVHAQ_P_U)) ] "TARGET_HAVE_MVE" "vpst\;vrmlaldavhat.u32\t%Q0, %R0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vrmlaldavhaxq_p_s]) ;; (define_insn "mve_vrmlaldavhaxq_p_sv4si" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:DI 1 "s_register_operand" "0") (match_operand:V4SI 2 "s_register_operand" "w") (match_operand:V4SI 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VRMLALDAVHAXQ_P_S)) ] "TARGET_HAVE_MVE" "vpst\;vrmlaldavhaxt.s32\t%Q0, %R0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vrmlsldavhaq_p_s]) ;; (define_insn "mve_vrmlsldavhaq_p_sv4si" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:DI 1 "s_register_operand" "0") (match_operand:V4SI 2 "s_register_operand" "w") (match_operand:V4SI 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VRMLSLDAVHAQ_P_S)) ] "TARGET_HAVE_MVE" "vpst\;vrmlsldavhat.s32\t%Q0, %R0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vrmlsldavhaxq_p_s]) ;; (define_insn "mve_vrmlsldavhaxq_p_sv4si" [ (set (match_operand:DI 0 "s_register_operand" "=r") (unspec:DI [(match_operand:DI 1 "s_register_operand" "0") (match_operand:V4SI 2 "s_register_operand" "w") (match_operand:V4SI 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VRMLSLDAVHAXQ_P_S)) ] "TARGET_HAVE_MVE" "vpst\;vrmlsldavhaxt.s32\t%Q0, %R0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vabdq_m_f]) ;; (define_insn "mve_vabdq_m_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:MVE_0 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VABDQ_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vabdt.f%# %q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vaddq_m_f]) ;; (define_insn "mve_vaddq_m_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:MVE_0 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VADDQ_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vaddt.f%# %q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vaddq_m_n_f]) ;; (define_insn "mve_vaddq_m_n_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand: 3 "s_register_operand" "r") (match_operand:HI 4 "vpr_register_operand" "Up")] VADDQ_M_N_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vaddt.f%# %q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vandq_m_f]) ;; (define_insn "mve_vandq_m_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:MVE_0 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VANDQ_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vandt %q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vbicq_m_f]) ;; (define_insn "mve_vbicq_m_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:MVE_0 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VBICQ_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vbict %q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vbrsrq_m_n_f]) ;; (define_insn "mve_vbrsrq_m_n_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:SI 3 "s_register_operand" "r") (match_operand:HI 4 "vpr_register_operand" "Up")] VBRSRQ_M_N_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vbrsrt.%# %q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcaddq_rot270_m_f]) ;; (define_insn "mve_vcaddq_rot270_m_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:MVE_0 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VCADDQ_ROT270_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vcaddt.f%# %q0, %q2, %q3, #270" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcaddq_rot90_m_f]) ;; (define_insn "mve_vcaddq_rot90_m_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:MVE_0 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VCADDQ_ROT90_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vcaddt.f%# %q0, %q2, %q3, #90" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmlaq_m_f]) ;; (define_insn "mve_vcmlaq_m_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:MVE_0 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VCMLAQ_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vcmlat.f%# %q0, %q2, %q3, #0" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmlaq_rot180_m_f]) ;; (define_insn "mve_vcmlaq_rot180_m_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:MVE_0 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VCMLAQ_ROT180_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vcmlat.f%# %q0, %q2, %q3, #180" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmlaq_rot270_m_f]) ;; (define_insn "mve_vcmlaq_rot270_m_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:MVE_0 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VCMLAQ_ROT270_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vcmlat.f%# %q0, %q2, %q3, #270" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmlaq_rot90_m_f]) ;; (define_insn "mve_vcmlaq_rot90_m_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:MVE_0 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VCMLAQ_ROT90_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vcmlat.f%# %q0, %q2, %q3, #90" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmulq_m_f]) ;; (define_insn "mve_vcmulq_m_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:MVE_0 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VCMULQ_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vcmult.f%# %q0, %q2, %q3, #0" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmulq_rot180_m_f]) ;; (define_insn "mve_vcmulq_rot180_m_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:MVE_0 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VCMULQ_ROT180_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vcmult.f%# %q0, %q2, %q3, #180" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmulq_rot270_m_f]) ;; (define_insn "mve_vcmulq_rot270_m_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:MVE_0 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VCMULQ_ROT270_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vcmult.f%# %q0, %q2, %q3, #270" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vcmulq_rot90_m_f]) ;; (define_insn "mve_vcmulq_rot90_m_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:MVE_0 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VCMULQ_ROT90_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vcmult.f%# %q0, %q2, %q3, #90" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [veorq_m_f]) ;; (define_insn "mve_veorq_m_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:MVE_0 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VEORQ_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;veort %q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vfmaq_m_f]) ;; (define_insn "mve_vfmaq_m_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:MVE_0 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VFMAQ_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vfmat.f%# %q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vfmaq_m_n_f]) ;; (define_insn "mve_vfmaq_m_n_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand: 3 "s_register_operand" "r") (match_operand:HI 4 "vpr_register_operand" "Up")] VFMAQ_M_N_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vfmat.f%# %q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vfmasq_m_n_f]) ;; (define_insn "mve_vfmasq_m_n_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand: 3 "s_register_operand" "r") (match_operand:HI 4 "vpr_register_operand" "Up")] VFMASQ_M_N_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vfmast.f%# %q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vfmsq_m_f]) ;; (define_insn "mve_vfmsq_m_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:MVE_0 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VFMSQ_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vfmst.f%# %q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmaxnmq_m_f]) ;; (define_insn "mve_vmaxnmq_m_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:MVE_0 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VMAXNMQ_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vmaxnmt.f%# %q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vminnmq_m_f]) ;; (define_insn "mve_vminnmq_m_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:MVE_0 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VMINNMQ_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vminnmt.f%# %q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmulq_m_f]) ;; (define_insn "mve_vmulq_m_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:MVE_0 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VMULQ_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vmult.f%# %q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vmulq_m_n_f]) ;; (define_insn "mve_vmulq_m_n_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand: 3 "s_register_operand" "r") (match_operand:HI 4 "vpr_register_operand" "Up")] VMULQ_M_N_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vmult.f%# %q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vornq_m_f]) ;; (define_insn "mve_vornq_m_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:MVE_0 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VORNQ_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vornt %q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vorrq_m_f]) ;; (define_insn "mve_vorrq_m_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:MVE_0 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VORRQ_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vorrt %q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vsubq_m_f]) ;; (define_insn "mve_vsubq_m_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand:MVE_0 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VSUBQ_M_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vsubt.f%#\t%q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vsubq_m_n_f]) ;; (define_insn "mve_vsubq_m_n_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (unspec:MVE_0 [(match_operand:MVE_0 1 "s_register_operand" "0") (match_operand:MVE_0 2 "s_register_operand" "w") (match_operand: 3 "s_register_operand" "r") (match_operand:HI 4 "vpr_register_operand" "Up")] VSUBQ_M_N_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vsubt.f%#\t%q0, %q2, %3" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vstrbq_s vstrbq_u] ;; (define_insn "mve_vstrbq_" [(set (match_operand: 0 "mve_memory_operand" "=Ux") (unspec: [(match_operand:MVE_2 1 "s_register_operand" "w")] VSTRBQ)) ] "TARGET_HAVE_MVE" { rtx ops[2]; int regno = REGNO (operands[1]); ops[1] = gen_rtx_REG (TImode, regno); ops[0] = operands[0]; output_asm_insn("vstrb.\t%q1, %E0",ops); return ""; } [(set_attr "length" "4")]) ;; ;; [vstrbq_scatter_offset_s vstrbq_scatter_offset_u] ;; (define_expand "mve_vstrbq_scatter_offset_" [(match_operand: 0 "mve_scatter_memory") (match_operand:MVE_2 1 "s_register_operand") (match_operand:MVE_2 2 "s_register_operand") (unspec:V4SI [(const_int 0)] VSTRBSOQ)] "TARGET_HAVE_MVE" { rtx ind = XEXP (operands[0], 0); gcc_assert (REG_P (ind)); emit_insn (gen_mve_vstrbq_scatter_offset__insn (ind, operands[1], operands[2])); DONE; }) (define_insn "mve_vstrbq_scatter_offset__insn" [(set (mem:BLK (scratch)) (unspec:BLK [(match_operand:SI 0 "register_operand" "r") (match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w")] VSTRBSOQ))] "TARGET_HAVE_MVE" "vstrb.\t%q2, [%0, %q1]" [(set_attr "length" "4")]) ;; ;; [vstrwq_scatter_base_s vstrwq_scatter_base_u] ;; (define_insn "mve_vstrwq_scatter_base_v4si" [(set (mem:BLK (scratch)) (unspec:BLK [(match_operand:V4SI 0 "s_register_operand" "w") (match_operand:SI 1 "immediate_operand" "i") (match_operand:V4SI 2 "s_register_operand" "w")] VSTRWSBQ)) ] "TARGET_HAVE_MVE" { rtx ops[3]; ops[0] = operands[0]; ops[1] = operands[1]; ops[2] = operands[2]; output_asm_insn("vstrw.u32\t%q2, [%q0, %1]",ops); return ""; } [(set_attr "length" "4")]) ;; ;; [vldrbq_gather_offset_s vldrbq_gather_offset_u] ;; (define_insn "mve_vldrbq_gather_offset_" [(set (match_operand:MVE_2 0 "s_register_operand" "=&w") (unspec:MVE_2 [(match_operand: 1 "memory_operand" "Us") (match_operand:MVE_2 2 "s_register_operand" "w")] VLDRBGOQ)) ] "TARGET_HAVE_MVE" { rtx ops[3]; ops[0] = operands[0]; ops[1] = operands[1]; ops[2] = operands[2]; if (!strcmp ("","s") && == 8) output_asm_insn ("vldrb.u8\t%q0, [%m1, %q2]",ops); else output_asm_insn ("vldrb.\t%q0, [%m1, %q2]",ops); return ""; } [(set_attr "length" "4")]) ;; ;; [vldrbq_s vldrbq_u] ;; (define_insn "mve_vldrbq_" [(set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand: 1 "mve_memory_operand" "Ux")] VLDRBQ)) ] "TARGET_HAVE_MVE" { rtx ops[2]; int regno = REGNO (operands[0]); ops[0] = gen_rtx_REG (TImode, regno); ops[1] = operands[1]; if ( == 8) output_asm_insn ("vldrb.\t%q0, %E1",ops); else output_asm_insn ("vldrb.\t%q0, %E1",ops); return ""; } [(set_attr "length" "4")]) ;; ;; [vldrwq_gather_base_s vldrwq_gather_base_u] ;; (define_insn "mve_vldrwq_gather_base_v4si" [(set (match_operand:V4SI 0 "s_register_operand" "=&w") (unspec:V4SI [(match_operand:V4SI 1 "s_register_operand" "w") (match_operand:SI 2 "immediate_operand" "i")] VLDRWGBQ)) ] "TARGET_HAVE_MVE" { rtx ops[3]; ops[0] = operands[0]; ops[1] = operands[1]; ops[2] = operands[2]; output_asm_insn ("vldrw.u32\t%q0, [%q1, %2]",ops); return ""; } [(set_attr "length" "4")]) ;; ;; [vstrbq_scatter_offset_p_s vstrbq_scatter_offset_p_u] ;; (define_expand "mve_vstrbq_scatter_offset_p_" [(match_operand: 0 "mve_scatter_memory") (match_operand:MVE_2 1 "s_register_operand") (match_operand:MVE_2 2 "s_register_operand") (match_operand:HI 3 "vpr_register_operand" "Up") (unspec:V4SI [(const_int 0)] VSTRBSOQ)] "TARGET_HAVE_MVE" { rtx ind = XEXP (operands[0], 0); gcc_assert (REG_P (ind)); emit_insn ( gen_mve_vstrbq_scatter_offset_p__insn (ind, operands[1], operands[2], operands[3])); DONE; }) (define_insn "mve_vstrbq_scatter_offset_p__insn" [(set (mem:BLK (scratch)) (unspec:BLK [(match_operand:SI 0 "register_operand" "r") (match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VSTRBSOQ))] "TARGET_HAVE_MVE" "vpst\;vstrbt.\t%q2, [%0, %q1]" [(set_attr "length" "8")]) ;; ;; [vstrwq_scatter_base_p_s vstrwq_scatter_base_p_u] ;; (define_insn "mve_vstrwq_scatter_base_p_v4si" [(set (mem:BLK (scratch)) (unspec:BLK [(match_operand:V4SI 0 "s_register_operand" "w") (match_operand:SI 1 "immediate_operand" "i") (match_operand:V4SI 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VSTRWSBQ)) ] "TARGET_HAVE_MVE" { rtx ops[3]; ops[0] = operands[0]; ops[1] = operands[1]; ops[2] = operands[2]; output_asm_insn ("vpst\n\tvstrwt.u32\t%q2, [%q0, %1]",ops); return ""; } [(set_attr "length" "8")]) ;; ;; [vstrbq_p_s vstrbq_p_u] ;; (define_insn "mve_vstrbq_p_" [(set (match_operand: 0 "mve_memory_operand" "=Ux") (unspec: [(match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:HI 2 "vpr_register_operand" "Up")] VSTRBQ)) ] "TARGET_HAVE_MVE" { rtx ops[2]; int regno = REGNO (operands[1]); ops[1] = gen_rtx_REG (TImode, regno); ops[0] = operands[0]; output_asm_insn ("vpst\;vstrbt.\t%q1, %E0",ops); return ""; } [(set_attr "length" "8")]) ;; ;; [vldrbq_gather_offset_z_s vldrbq_gather_offset_z_u] ;; (define_insn "mve_vldrbq_gather_offset_z_" [(set (match_operand:MVE_2 0 "s_register_operand" "=&w") (unspec:MVE_2 [(match_operand: 1 "memory_operand" "Us") (match_operand:MVE_2 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VLDRBGOQ)) ] "TARGET_HAVE_MVE" { rtx ops[4]; ops[0] = operands[0]; ops[1] = operands[1]; ops[2] = operands[2]; ops[3] = operands[3]; if (!strcmp ("","s") && == 8) output_asm_insn ("vpst\n\tvldrbt.u8\t%q0, [%m1, %q2]",ops); else output_asm_insn ("vpst\n\tvldrbt.\t%q0, [%m1, %q2]",ops); return ""; } [(set_attr "length" "8")]) ;; ;; [vldrbq_z_s vldrbq_z_u] ;; (define_insn "mve_vldrbq_z_" [(set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand: 1 "mve_memory_operand" "Ux") (match_operand:HI 2 "vpr_register_operand" "Up")] VLDRBQ)) ] "TARGET_HAVE_MVE" { rtx ops[2]; int regno = REGNO (operands[0]); ops[0] = gen_rtx_REG (TImode, regno); ops[1] = operands[1]; if ( == 8) output_asm_insn ("vpst\;vldrbt.\t%q0, %E1",ops); else output_asm_insn ("vpst\;vldrbt.\t%q0, %E1",ops); return ""; } [(set_attr "length" "8")]) ;; ;; [vldrwq_gather_base_z_s vldrwq_gather_base_z_u] ;; (define_insn "mve_vldrwq_gather_base_z_v4si" [(set (match_operand:V4SI 0 "s_register_operand" "=&w") (unspec:V4SI [(match_operand:V4SI 1 "s_register_operand" "w") (match_operand:SI 2 "immediate_operand" "i") (match_operand:HI 3 "vpr_register_operand" "Up")] VLDRWGBQ)) ] "TARGET_HAVE_MVE" { rtx ops[3]; ops[0] = operands[0]; ops[1] = operands[1]; ops[2] = operands[2]; output_asm_insn ("vpst\n\tvldrwt.u32\t%q0, [%q1, %2]",ops); return ""; } [(set_attr "length" "8")]) ;; ;; [vldrhq_f] ;; (define_insn "mve_vldrhq_fv8hf" [(set (match_operand:V8HF 0 "s_register_operand" "=w") (unspec:V8HF [(match_operand:V8HI 1 "mve_memory_operand" "Ux")] VLDRHQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ops[2]; int regno = REGNO (operands[0]); ops[0] = gen_rtx_REG (TImode, regno); ops[1] = operands[1]; output_asm_insn ("vldrh.16\t%q0, %E1",ops); return ""; } [(set_attr "length" "4")]) ;; ;; [vldrhq_gather_offset_s vldrhq_gather_offset_u] ;; (define_insn "mve_vldrhq_gather_offset_" [(set (match_operand:MVE_6 0 "s_register_operand" "=&w") (unspec:MVE_6 [(match_operand: 1 "memory_operand" "Us") (match_operand:MVE_6 2 "s_register_operand" "w")] VLDRHGOQ)) ] "TARGET_HAVE_MVE" { rtx ops[3]; ops[0] = operands[0]; ops[1] = operands[1]; ops[2] = operands[2]; if (!strcmp ("","s") && == 16) output_asm_insn ("vldrh.u16\t%q0, [%m1, %q2]",ops); else output_asm_insn ("vldrh.\t%q0, [%m1, %q2]",ops); return ""; } [(set_attr "length" "4")]) ;; ;; [vldrhq_gather_offset_z_s vldrhq_gather_offset_z_u] ;; (define_insn "mve_vldrhq_gather_offset_z_" [(set (match_operand:MVE_6 0 "s_register_operand" "=&w") (unspec:MVE_6 [(match_operand: 1 "memory_operand" "Us") (match_operand:MVE_6 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up") ]VLDRHGOQ)) ] "TARGET_HAVE_MVE" { rtx ops[4]; ops[0] = operands[0]; ops[1] = operands[1]; ops[2] = operands[2]; ops[3] = operands[3]; if (!strcmp ("","s") && == 16) output_asm_insn ("vpst\n\tvldrht.u16\t%q0, [%m1, %q2]",ops); else output_asm_insn ("vpst\n\tvldrht.\t%q0, [%m1, %q2]",ops); return ""; } [(set_attr "length" "8")]) ;; ;; [vldrhq_gather_shifted_offset_s vldrhq_gather_shifted_offset_u] ;; (define_insn "mve_vldrhq_gather_shifted_offset_" [(set (match_operand:MVE_6 0 "s_register_operand" "=&w") (unspec:MVE_6 [(match_operand: 1 "memory_operand" "Us") (match_operand:MVE_6 2 "s_register_operand" "w")] VLDRHGSOQ)) ] "TARGET_HAVE_MVE" { rtx ops[3]; ops[0] = operands[0]; ops[1] = operands[1]; ops[2] = operands[2]; if (!strcmp ("","s") && == 16) output_asm_insn ("vldrh.u16\t%q0, [%m1, %q2, uxtw #1]",ops); else output_asm_insn ("vldrh.\t%q0, [%m1, %q2, uxtw #1]",ops); return ""; } [(set_attr "length" "4")]) ;; ;; [vldrhq_gather_shifted_offset_z_s vldrhq_gather_shited_offset_z_u] ;; (define_insn "mve_vldrhq_gather_shifted_offset_z_" [(set (match_operand:MVE_6 0 "s_register_operand" "=&w") (unspec:MVE_6 [(match_operand: 1 "memory_operand" "Us") (match_operand:MVE_6 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up") ]VLDRHGSOQ)) ] "TARGET_HAVE_MVE" { rtx ops[4]; ops[0] = operands[0]; ops[1] = operands[1]; ops[2] = operands[2]; ops[3] = operands[3]; if (!strcmp ("","s") && == 16) output_asm_insn ("vpst\n\tvldrht.u16\t%q0, [%m1, %q2, uxtw #1]",ops); else output_asm_insn ("vpst\n\tvldrht.\t%q0, [%m1, %q2, uxtw #1]",ops); return ""; } [(set_attr "length" "8")]) ;; ;; [vldrhq_s, vldrhq_u] ;; (define_insn "mve_vldrhq_" [(set (match_operand:MVE_6 0 "s_register_operand" "=w") (unspec:MVE_6 [(match_operand: 1 "mve_memory_operand" "Ux")] VLDRHQ)) ] "TARGET_HAVE_MVE" { rtx ops[2]; int regno = REGNO (operands[0]); ops[0] = gen_rtx_REG (TImode, regno); ops[1] = operands[1]; if ( == 16) output_asm_insn ("vldrh.16\t%q0, %E1",ops); else output_asm_insn ("vldrh.\t%q0, %E1",ops); return ""; } [(set_attr "length" "4")]) ;; ;; [vldrhq_z_f] ;; (define_insn "mve_vldrhq_z_fv8hf" [(set (match_operand:V8HF 0 "s_register_operand" "=w") (unspec:V8HF [(match_operand:V8HI 1 "mve_memory_operand" "Ux") (match_operand:HI 2 "vpr_register_operand" "Up")] VLDRHQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ops[2]; int regno = REGNO (operands[0]); ops[0] = gen_rtx_REG (TImode, regno); ops[1] = operands[1]; output_asm_insn ("vpst\;vldrht.16\t%q0, %E1",ops); return ""; } [(set_attr "length" "8")]) ;; ;; [vldrhq_z_s vldrhq_z_u] ;; (define_insn "mve_vldrhq_z_" [(set (match_operand:MVE_6 0 "s_register_operand" "=w") (unspec:MVE_6 [(match_operand: 1 "mve_memory_operand" "Ux") (match_operand:HI 2 "vpr_register_operand" "Up")] VLDRHQ)) ] "TARGET_HAVE_MVE" { rtx ops[2]; int regno = REGNO (operands[0]); ops[0] = gen_rtx_REG (TImode, regno); ops[1] = operands[1]; if ( == 16) output_asm_insn ("vpst\;vldrht.16\t%q0, %E1",ops); else output_asm_insn ("vpst\;vldrht.\t%q0, %E1",ops); return ""; } [(set_attr "length" "8")]) ;; ;; [vldrwq_f] ;; (define_insn "mve_vldrwq_fv4sf" [(set (match_operand:V4SF 0 "s_register_operand" "=w") (unspec:V4SF [(match_operand:V4SI 1 "memory_operand" "Ux")] VLDRWQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ops[2]; int regno = REGNO (operands[0]); ops[0] = gen_rtx_REG (TImode, regno); ops[1] = operands[1]; output_asm_insn ("vldrw.32\t%q0, %E1",ops); return ""; } [(set_attr "length" "4")]) ;; ;; [vldrwq_s vldrwq_u] ;; (define_insn "mve_vldrwq_v4si" [(set (match_operand:V4SI 0 "s_register_operand" "=w") (unspec:V4SI [(match_operand:V4SI 1 "memory_operand" "Ux")] VLDRWQ)) ] "TARGET_HAVE_MVE" { rtx ops[2]; int regno = REGNO (operands[0]); ops[0] = gen_rtx_REG (TImode, regno); ops[1] = operands[1]; output_asm_insn ("vldrw.32\t%q0, %E1",ops); return ""; } [(set_attr "length" "4")]) ;; ;; [vldrwq_z_f] ;; (define_insn "mve_vldrwq_z_fv4sf" [(set (match_operand:V4SF 0 "s_register_operand" "=w") (unspec:V4SF [(match_operand:V4SI 1 "memory_operand" "Ux") (match_operand:HI 2 "vpr_register_operand" "Up")] VLDRWQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ops[2]; int regno = REGNO (operands[0]); ops[0] = gen_rtx_REG (TImode, regno); ops[1] = operands[1]; output_asm_insn ("vpst\;vldrwt.32\t%q0, %E1",ops); return ""; } [(set_attr "length" "8")]) ;; ;; [vldrwq_z_s vldrwq_z_u] ;; (define_insn "mve_vldrwq_z_v4si" [(set (match_operand:V4SI 0 "s_register_operand" "=w") (unspec:V4SI [(match_operand:V4SI 1 "memory_operand" "Ux") (match_operand:HI 2 "vpr_register_operand" "Up")] VLDRWQ)) ] "TARGET_HAVE_MVE" { rtx ops[2]; int regno = REGNO (operands[0]); ops[0] = gen_rtx_REG (TImode, regno); ops[1] = operands[1]; output_asm_insn ("vpst\;vldrwt.32\t%q0, %E1",ops); return ""; } [(set_attr "length" "8")]) (define_expand "mve_vld1q_f" [(match_operand:MVE_0 0 "s_register_operand") (unspec:MVE_0 [(match_operand: 1 "mve_memory_operand")] VLD1Q_F) ] "TARGET_HAVE_MVE || TARGET_HAVE_MVE_FLOAT" { emit_insn (gen_mve_vldrq_f(operands[0],operands[1])); DONE; }) (define_expand "mve_vld1q_" [(match_operand:MVE_2 0 "s_register_operand") (unspec:MVE_2 [(match_operand:MVE_2 1 "mve_memory_operand")] VLD1Q) ] "TARGET_HAVE_MVE" { emit_insn (gen_mve_vldrq_(operands[0],operands[1])); DONE; }) ;; ;; [vldrdq_gather_base_s vldrdq_gather_base_u] ;; (define_insn "mve_vldrdq_gather_base_v2di" [(set (match_operand:V2DI 0 "s_register_operand" "=&w") (unspec:V2DI [(match_operand:V2DI 1 "s_register_operand" "w") (match_operand:SI 2 "immediate_operand" "i")] VLDRDGBQ)) ] "TARGET_HAVE_MVE" { rtx ops[3]; ops[0] = operands[0]; ops[1] = operands[1]; ops[2] = operands[2]; output_asm_insn ("vldrd.64\t%q0, [%q1, %2]",ops); return ""; } [(set_attr "length" "4")]) ;; ;; [vldrdq_gather_base_z_s vldrdq_gather_base_z_u] ;; (define_insn "mve_vldrdq_gather_base_z_v2di" [(set (match_operand:V2DI 0 "s_register_operand" "=&w") (unspec:V2DI [(match_operand:V2DI 1 "s_register_operand" "w") (match_operand:SI 2 "immediate_operand" "i") (match_operand:HI 3 "vpr_register_operand" "Up")] VLDRDGBQ)) ] "TARGET_HAVE_MVE" { rtx ops[3]; ops[0] = operands[0]; ops[1] = operands[1]; ops[2] = operands[2]; output_asm_insn ("vpst\n\tvldrdt.u64\t%q0, [%q1, %2]",ops); return ""; } [(set_attr "length" "8")]) ;; ;; [vldrdq_gather_offset_s vldrdq_gather_offset_u] ;; (define_insn "mve_vldrdq_gather_offset_v2di" [(set (match_operand:V2DI 0 "s_register_operand" "=&w") (unspec:V2DI [(match_operand:V2DI 1 "memory_operand" "Us") (match_operand:V2DI 2 "s_register_operand" "w")] VLDRDGOQ)) ] "TARGET_HAVE_MVE" { rtx ops[3]; ops[0] = operands[0]; ops[1] = operands[1]; ops[2] = operands[2]; output_asm_insn ("vldrd.u64\t%q0, [%m1, %q2]",ops); return ""; } [(set_attr "length" "4")]) ;; ;; [vldrdq_gather_offset_z_s vldrdq_gather_offset_z_u] ;; (define_insn "mve_vldrdq_gather_offset_z_v2di" [(set (match_operand:V2DI 0 "s_register_operand" "=&w") (unspec:V2DI [(match_operand:V2DI 1 "memory_operand" "Us") (match_operand:V2DI 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VLDRDGOQ)) ] "TARGET_HAVE_MVE" { rtx ops[3]; ops[0] = operands[0]; ops[1] = operands[1]; ops[2] = operands[2]; output_asm_insn ("vpst\n\tvldrdt.u64\t%q0, [%m1, %q2]",ops); return ""; } [(set_attr "length" "8")]) ;; ;; [vldrdq_gather_shifted_offset_s vldrdq_gather_shifted_offset_u] ;; (define_insn "mve_vldrdq_gather_shifted_offset_v2di" [(set (match_operand:V2DI 0 "s_register_operand" "=&w") (unspec:V2DI [(match_operand:V2DI 1 "memory_operand" "Us") (match_operand:V2DI 2 "s_register_operand" "w")] VLDRDGSOQ)) ] "TARGET_HAVE_MVE" { rtx ops[3]; ops[0] = operands[0]; ops[1] = operands[1]; ops[2] = operands[2]; output_asm_insn ("vldrd.u64\t%q0, [%m1, %q2, uxtw #3]",ops); return ""; } [(set_attr "length" "4")]) ;; ;; [vldrdq_gather_shifted_offset_z_s vldrdq_gather_shifted_offset_z_u] ;; (define_insn "mve_vldrdq_gather_shifted_offset_z_v2di" [(set (match_operand:V2DI 0 "s_register_operand" "=&w") (unspec:V2DI [(match_operand:V2DI 1 "memory_operand" "Us") (match_operand:V2DI 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VLDRDGSOQ)) ] "TARGET_HAVE_MVE" { rtx ops[3]; ops[0] = operands[0]; ops[1] = operands[1]; ops[2] = operands[2]; output_asm_insn ("vpst\n\tvldrdt.u64\t%q0, [%m1, %q2, uxtw #3]",ops); return ""; } [(set_attr "length" "8")]) ;; ;; [vldrhq_gather_offset_f] ;; (define_insn "mve_vldrhq_gather_offset_fv8hf" [(set (match_operand:V8HF 0 "s_register_operand" "=&w") (unspec:V8HF [(match_operand:V8HI 1 "memory_operand" "Us") (match_operand:V8HI 2 "s_register_operand" "w")] VLDRHQGO_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ops[3]; ops[0] = operands[0]; ops[1] = operands[1]; ops[2] = operands[2]; output_asm_insn ("vldrh.f16\t%q0, [%m1, %q2]",ops); return ""; } [(set_attr "length" "4")]) ;; ;; [vldrhq_gather_offset_z_f] ;; (define_insn "mve_vldrhq_gather_offset_z_fv8hf" [(set (match_operand:V8HF 0 "s_register_operand" "=&w") (unspec:V8HF [(match_operand:V8HI 1 "memory_operand" "Us") (match_operand:V8HI 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VLDRHQGO_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ops[4]; ops[0] = operands[0]; ops[1] = operands[1]; ops[2] = operands[2]; ops[3] = operands[3]; output_asm_insn ("vpst\n\tvldrht.f16\t%q0, [%m1, %q2]",ops); return ""; } [(set_attr "length" "8")]) ;; ;; [vldrhq_gather_shifted_offset_f] ;; (define_insn "mve_vldrhq_gather_shifted_offset_fv8hf" [(set (match_operand:V8HF 0 "s_register_operand" "=&w") (unspec:V8HF [(match_operand:V8HI 1 "memory_operand" "Us") (match_operand:V8HI 2 "s_register_operand" "w")] VLDRHQGSO_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ops[3]; ops[0] = operands[0]; ops[1] = operands[1]; ops[2] = operands[2]; output_asm_insn ("vldrh.f16\t%q0, [%m1, %q2, uxtw #1]",ops); return ""; } [(set_attr "length" "4")]) ;; ;; [vldrhq_gather_shifted_offset_z_f] ;; (define_insn "mve_vldrhq_gather_shifted_offset_z_fv8hf" [(set (match_operand:V8HF 0 "s_register_operand" "=&w") (unspec:V8HF [(match_operand:V8HI 1 "memory_operand" "Us") (match_operand:V8HI 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VLDRHQGSO_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ops[4]; ops[0] = operands[0]; ops[1] = operands[1]; ops[2] = operands[2]; ops[3] = operands[3]; output_asm_insn ("vpst\n\tvldrht.f16\t%q0, [%m1, %q2, uxtw #1]",ops); return ""; } [(set_attr "length" "8")]) ;; ;; [vldrwq_gather_base_f] ;; (define_insn "mve_vldrwq_gather_base_fv4sf" [(set (match_operand:V4SF 0 "s_register_operand" "=&w") (unspec:V4SF [(match_operand:V4SI 1 "s_register_operand" "w") (match_operand:SI 2 "immediate_operand" "i")] VLDRWQGB_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ops[3]; ops[0] = operands[0]; ops[1] = operands[1]; ops[2] = operands[2]; output_asm_insn ("vldrw.u32\t%q0, [%q1, %2]",ops); return ""; } [(set_attr "length" "4")]) ;; ;; [vldrwq_gather_base_z_f] ;; (define_insn "mve_vldrwq_gather_base_z_fv4sf" [(set (match_operand:V4SF 0 "s_register_operand" "=&w") (unspec:V4SF [(match_operand:V4SI 1 "s_register_operand" "w") (match_operand:SI 2 "immediate_operand" "i") (match_operand:HI 3 "vpr_register_operand" "Up")] VLDRWQGB_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ops[3]; ops[0] = operands[0]; ops[1] = operands[1]; ops[2] = operands[2]; output_asm_insn ("vpst\n\tvldrwt.u32\t%q0, [%q1, %2]",ops); return ""; } [(set_attr "length" "8")]) ;; ;; [vldrwq_gather_offset_f] ;; (define_insn "mve_vldrwq_gather_offset_fv4sf" [(set (match_operand:V4SF 0 "s_register_operand" "=&w") (unspec:V4SF [(match_operand:V4SI 1 "memory_operand" "Us") (match_operand:V4SI 2 "s_register_operand" "w")] VLDRWQGO_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ops[3]; ops[0] = operands[0]; ops[1] = operands[1]; ops[2] = operands[2]; output_asm_insn ("vldrw.u32\t%q0, [%m1, %q2]",ops); return ""; } [(set_attr "length" "4")]) ;; ;; [vldrwq_gather_offset_s vldrwq_gather_offset_u] ;; (define_insn "mve_vldrwq_gather_offset_v4si" [(set (match_operand:V4SI 0 "s_register_operand" "=&w") (unspec:V4SI [(match_operand:V4SI 1 "memory_operand" "Us") (match_operand:V4SI 2 "s_register_operand" "w")] VLDRWGOQ)) ] "TARGET_HAVE_MVE" { rtx ops[3]; ops[0] = operands[0]; ops[1] = operands[1]; ops[2] = operands[2]; output_asm_insn ("vldrw.u32\t%q0, [%m1, %q2]",ops); return ""; } [(set_attr "length" "4")]) ;; ;; [vldrwq_gather_offset_z_f] ;; (define_insn "mve_vldrwq_gather_offset_z_fv4sf" [(set (match_operand:V4SF 0 "s_register_operand" "=&w") (unspec:V4SF [(match_operand:V4SI 1 "memory_operand" "Us") (match_operand:V4SI 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VLDRWQGO_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ops[4]; ops[0] = operands[0]; ops[1] = operands[1]; ops[2] = operands[2]; ops[3] = operands[3]; output_asm_insn ("vpst\n\tvldrwt.u32\t%q0, [%m1, %q2]",ops); return ""; } [(set_attr "length" "8")]) ;; ;; [vldrwq_gather_offset_z_s vldrwq_gather_offset_z_u] ;; (define_insn "mve_vldrwq_gather_offset_z_v4si" [(set (match_operand:V4SI 0 "s_register_operand" "=&w") (unspec:V4SI [(match_operand:V4SI 1 "memory_operand" "Us") (match_operand:V4SI 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VLDRWGOQ)) ] "TARGET_HAVE_MVE" { rtx ops[4]; ops[0] = operands[0]; ops[1] = operands[1]; ops[2] = operands[2]; ops[3] = operands[3]; output_asm_insn ("vpst\n\tvldrwt.u32\t%q0, [%m1, %q2]",ops); return ""; } [(set_attr "length" "8")]) ;; ;; [vldrwq_gather_shifted_offset_f] ;; (define_insn "mve_vldrwq_gather_shifted_offset_fv4sf" [(set (match_operand:V4SF 0 "s_register_operand" "=&w") (unspec:V4SF [(match_operand:V4SI 1 "memory_operand" "Us") (match_operand:V4SI 2 "s_register_operand" "w")] VLDRWQGSO_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ops[3]; ops[0] = operands[0]; ops[1] = operands[1]; ops[2] = operands[2]; output_asm_insn ("vldrw.u32\t%q0, [%m1, %q2, uxtw #2]",ops); return ""; } [(set_attr "length" "4")]) ;; ;; [vldrwq_gather_shifted_offset_s vldrwq_gather_shifted_offset_u] ;; (define_insn "mve_vldrwq_gather_shifted_offset_v4si" [(set (match_operand:V4SI 0 "s_register_operand" "=&w") (unspec:V4SI [(match_operand:V4SI 1 "memory_operand" "Us") (match_operand:V4SI 2 "s_register_operand" "w")] VLDRWGSOQ)) ] "TARGET_HAVE_MVE" { rtx ops[3]; ops[0] = operands[0]; ops[1] = operands[1]; ops[2] = operands[2]; output_asm_insn ("vldrw.u32\t%q0, [%m1, %q2, uxtw #2]",ops); return ""; } [(set_attr "length" "4")]) ;; ;; [vldrwq_gather_shifted_offset_z_f] ;; (define_insn "mve_vldrwq_gather_shifted_offset_z_fv4sf" [(set (match_operand:V4SF 0 "s_register_operand" "=&w") (unspec:V4SF [(match_operand:V4SI 1 "memory_operand" "Us") (match_operand:V4SI 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VLDRWQGSO_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ops[4]; ops[0] = operands[0]; ops[1] = operands[1]; ops[2] = operands[2]; ops[3] = operands[3]; output_asm_insn ("vpst\n\tvldrwt.u32\t%q0, [%m1, %q2, uxtw #2]",ops); return ""; } [(set_attr "length" "8")]) ;; ;; [vldrwq_gather_shifted_offset_z_s vldrwq_gather_shifted_offset_z_u] ;; (define_insn "mve_vldrwq_gather_shifted_offset_z_v4si" [(set (match_operand:V4SI 0 "s_register_operand" "=&w") (unspec:V4SI [(match_operand:V4SI 1 "memory_operand" "Us") (match_operand:V4SI 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VLDRWGSOQ)) ] "TARGET_HAVE_MVE" { rtx ops[4]; ops[0] = operands[0]; ops[1] = operands[1]; ops[2] = operands[2]; ops[3] = operands[3]; output_asm_insn ("vpst\n\tvldrwt.u32\t%q0, [%m1, %q2, uxtw #2]",ops); return ""; } [(set_attr "length" "8")]) ;; ;; [vstrhq_f] ;; (define_insn "mve_vstrhq_fv8hf" [(set (match_operand:V8HI 0 "mve_memory_operand" "=Ux") (unspec:V8HI [(match_operand:V8HF 1 "s_register_operand" "w")] VSTRHQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ops[2]; int regno = REGNO (operands[1]); ops[1] = gen_rtx_REG (TImode, regno); ops[0] = operands[0]; output_asm_insn ("vstrh.16\t%q1, %E0",ops); return ""; } [(set_attr "length" "4")]) ;; ;; [vstrhq_p_f] ;; (define_insn "mve_vstrhq_p_fv8hf" [(set (match_operand:V8HI 0 "mve_memory_operand" "=Ux") (unspec:V8HI [(match_operand:V8HF 1 "s_register_operand" "w") (match_operand:HI 2 "vpr_register_operand" "Up")] VSTRHQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ops[2]; int regno = REGNO (operands[1]); ops[1] = gen_rtx_REG (TImode, regno); ops[0] = operands[0]; output_asm_insn ("vpst\;vstrht.16\t%q1, %E0",ops); return ""; } [(set_attr "length" "8")]) ;; ;; [vstrhq_p_s vstrhq_p_u] ;; (define_insn "mve_vstrhq_p_" [(set (match_operand: 0 "mve_memory_operand" "=Ux") (unspec: [(match_operand:MVE_6 1 "s_register_operand" "w") (match_operand:HI 2 "vpr_register_operand" "Up")] VSTRHQ)) ] "TARGET_HAVE_MVE" { rtx ops[2]; int regno = REGNO (operands[1]); ops[1] = gen_rtx_REG (TImode, regno); ops[0] = operands[0]; output_asm_insn ("vpst\;vstrht.\t%q1, %E0",ops); return ""; } [(set_attr "length" "8")]) ;; ;; [vstrhq_scatter_offset_p_s vstrhq_scatter_offset_p_u] ;; (define_expand "mve_vstrhq_scatter_offset_p_" [(match_operand: 0 "mve_scatter_memory") (match_operand:MVE_6 1 "s_register_operand") (match_operand:MVE_6 2 "s_register_operand") (match_operand:HI 3 "vpr_register_operand") (unspec:V4SI [(const_int 0)] VSTRHSOQ)] "TARGET_HAVE_MVE" { rtx ind = XEXP (operands[0], 0); gcc_assert (REG_P (ind)); emit_insn ( gen_mve_vstrhq_scatter_offset_p__insn (ind, operands[1], operands[2], operands[3])); DONE; }) (define_insn "mve_vstrhq_scatter_offset_p__insn" [(set (mem:BLK (scratch)) (unspec:BLK [(match_operand:SI 0 "register_operand" "r") (match_operand:MVE_6 1 "s_register_operand" "w") (match_operand:MVE_6 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VSTRHSOQ))] "TARGET_HAVE_MVE" "vpst\;vstrht.\t%q2, [%0, %q1]" [(set_attr "length" "8")]) ;; ;; [vstrhq_scatter_offset_s vstrhq_scatter_offset_u] ;; (define_expand "mve_vstrhq_scatter_offset_" [(match_operand: 0 "mve_scatter_memory") (match_operand:MVE_6 1 "s_register_operand") (match_operand:MVE_6 2 "s_register_operand") (unspec:V4SI [(const_int 0)] VSTRHSOQ)] "TARGET_HAVE_MVE" { rtx ind = XEXP (operands[0], 0); gcc_assert (REG_P (ind)); emit_insn (gen_mve_vstrhq_scatter_offset__insn (ind, operands[1], operands[2])); DONE; }) (define_insn "mve_vstrhq_scatter_offset__insn" [(set (mem:BLK (scratch)) (unspec:BLK [(match_operand:SI 0 "register_operand" "r") (match_operand:MVE_6 1 "s_register_operand" "w") (match_operand:MVE_6 2 "s_register_operand" "w")] VSTRHSOQ))] "TARGET_HAVE_MVE" "vstrh.\t%q2, [%0, %q1]" [(set_attr "length" "4")]) ;; ;; [vstrhq_scatter_shifted_offset_p_s vstrhq_scatter_shifted_offset_p_u] ;; (define_expand "mve_vstrhq_scatter_shifted_offset_p_" [(match_operand: 0 "mve_scatter_memory") (match_operand:MVE_6 1 "s_register_operand") (match_operand:MVE_6 2 "s_register_operand") (match_operand:HI 3 "vpr_register_operand") (unspec:V4SI [(const_int 0)] VSTRHSSOQ)] "TARGET_HAVE_MVE" { rtx ind = XEXP (operands[0], 0); gcc_assert (REG_P (ind)); emit_insn ( gen_mve_vstrhq_scatter_shifted_offset_p__insn (ind, operands[1], operands[2], operands[3])); DONE; }) (define_insn "mve_vstrhq_scatter_shifted_offset_p__insn" [(set (mem:BLK (scratch)) (unspec:BLK [(match_operand:SI 0 "register_operand" "r") (match_operand:MVE_6 1 "s_register_operand" "w") (match_operand:MVE_6 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VSTRHSSOQ))] "TARGET_HAVE_MVE" "vpst\;vstrht.\t%q2, [%0, %q1, uxtw #1]" [(set_attr "length" "8")]) ;; ;; [vstrhq_scatter_shifted_offset_s vstrhq_scatter_shifted_offset_u] ;; (define_expand "mve_vstrhq_scatter_shifted_offset_" [(match_operand: 0 "mve_scatter_memory") (match_operand:MVE_6 1 "s_register_operand") (match_operand:MVE_6 2 "s_register_operand") (unspec:V4SI [(const_int 0)] VSTRHSSOQ)] "TARGET_HAVE_MVE" { rtx ind = XEXP (operands[0], 0); gcc_assert (REG_P (ind)); emit_insn ( gen_mve_vstrhq_scatter_shifted_offset__insn (ind, operands[1], operands[2])); DONE; }) (define_insn "mve_vstrhq_scatter_shifted_offset__insn" [(set (mem:BLK (scratch)) (unspec:BLK [(match_operand:SI 0 "register_operand" "r") (match_operand:MVE_6 1 "s_register_operand" "w") (match_operand:MVE_6 2 "s_register_operand" "w")] VSTRHSSOQ))] "TARGET_HAVE_MVE" "vstrh.\t%q2, [%0, %q1, uxtw #1]" [(set_attr "length" "4")]) ;; ;; [vstrhq_s, vstrhq_u] ;; (define_insn "mve_vstrhq_" [(set (match_operand: 0 "mve_memory_operand" "=Ux") (unspec: [(match_operand:MVE_6 1 "s_register_operand" "w")] VSTRHQ)) ] "TARGET_HAVE_MVE" { rtx ops[2]; int regno = REGNO (operands[1]); ops[1] = gen_rtx_REG (TImode, regno); ops[0] = operands[0]; output_asm_insn ("vstrh.\t%q1, %E0",ops); return ""; } [(set_attr "length" "4")]) ;; ;; [vstrwq_f] ;; (define_insn "mve_vstrwq_fv4sf" [(set (match_operand:V4SI 0 "memory_operand" "=Ux") (unspec:V4SI [(match_operand:V4SF 1 "s_register_operand" "w")] VSTRWQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ops[2]; int regno = REGNO (operands[1]); ops[1] = gen_rtx_REG (TImode, regno); ops[0] = operands[0]; output_asm_insn ("vstrw.32\t%q1, %E0",ops); return ""; } [(set_attr "length" "4")]) ;; ;; [vstrwq_p_f] ;; (define_insn "mve_vstrwq_p_fv4sf" [(set (match_operand:V4SI 0 "memory_operand" "=Ux") (unspec:V4SI [(match_operand:V4SF 1 "s_register_operand" "w") (match_operand:HI 2 "vpr_register_operand" "Up")] VSTRWQ_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ops[2]; int regno = REGNO (operands[1]); ops[1] = gen_rtx_REG (TImode, regno); ops[0] = operands[0]; output_asm_insn ("vpst\;vstrwt.32\t%q1, %E0",ops); return ""; } [(set_attr "length" "8")]) ;; ;; [vstrwq_p_s vstrwq_p_u] ;; (define_insn "mve_vstrwq_p_v4si" [(set (match_operand:V4SI 0 "memory_operand" "=Ux") (unspec:V4SI [(match_operand:V4SI 1 "s_register_operand" "w") (match_operand:HI 2 "vpr_register_operand" "Up")] VSTRWQ)) ] "TARGET_HAVE_MVE" { rtx ops[2]; int regno = REGNO (operands[1]); ops[1] = gen_rtx_REG (TImode, regno); ops[0] = operands[0]; output_asm_insn ("vpst\;vstrwt.32\t%q1, %E0",ops); return ""; } [(set_attr "length" "8")]) ;; ;; [vstrwq_s vstrwq_u] ;; (define_insn "mve_vstrwq_v4si" [(set (match_operand:V4SI 0 "memory_operand" "=Ux") (unspec:V4SI [(match_operand:V4SI 1 "s_register_operand" "w")] VSTRWQ)) ] "TARGET_HAVE_MVE" { rtx ops[2]; int regno = REGNO (operands[1]); ops[1] = gen_rtx_REG (TImode, regno); ops[0] = operands[0]; output_asm_insn ("vstrw.32\t%q1, %E0",ops); return ""; } [(set_attr "length" "4")]) (define_expand "mve_vst1q_f" [(match_operand: 0 "mve_memory_operand") (unspec: [(match_operand:MVE_0 1 "s_register_operand")] VST1Q_F) ] "TARGET_HAVE_MVE || TARGET_HAVE_MVE_FLOAT" { emit_insn (gen_mve_vstrq_f(operands[0],operands[1])); DONE; }) (define_expand "mve_vst1q_" [(match_operand:MVE_2 0 "mve_memory_operand") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand")] VST1Q) ] "TARGET_HAVE_MVE" { emit_insn (gen_mve_vstrq_(operands[0],operands[1])); DONE; }) ;; ;; [vstrdq_scatter_base_p_s vstrdq_scatter_base_p_u] ;; (define_insn "mve_vstrdq_scatter_base_p_v2di" [(set (mem:BLK (scratch)) (unspec:BLK [(match_operand:V2DI 0 "s_register_operand" "w") (match_operand:SI 1 "mve_vldrd_immediate" "Ri") (match_operand:V2DI 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VSTRDSBQ)) ] "TARGET_HAVE_MVE" { rtx ops[3]; ops[0] = operands[0]; ops[1] = operands[1]; ops[2] = operands[2]; output_asm_insn ("vpst\;\tvstrdt.u64\t%q2, [%q0, %1]",ops); return ""; } [(set_attr "length" "8")]) ;; ;; [vstrdq_scatter_base_s vstrdq_scatter_base_u] ;; (define_insn "mve_vstrdq_scatter_base_v2di" [(set (mem:BLK (scratch)) (unspec:BLK [(match_operand:V2DI 0 "s_register_operand" "=w") (match_operand:SI 1 "mve_vldrd_immediate" "Ri") (match_operand:V2DI 2 "s_register_operand" "w")] VSTRDSBQ)) ] "TARGET_HAVE_MVE" { rtx ops[3]; ops[0] = operands[0]; ops[1] = operands[1]; ops[2] = operands[2]; output_asm_insn ("vstrd.u64\t%q2, [%q0, %1]",ops); return ""; } [(set_attr "length" "4")]) ;; ;; [vstrdq_scatter_offset_p_s vstrdq_scatter_offset_p_u] ;; (define_expand "mve_vstrdq_scatter_offset_p_v2di" [(match_operand:V2DI 0 "mve_scatter_memory") (match_operand:V2DI 1 "s_register_operand") (match_operand:V2DI 2 "s_register_operand") (match_operand:HI 3 "vpr_register_operand") (unspec:V4SI [(const_int 0)] VSTRDSOQ)] "TARGET_HAVE_MVE" { rtx ind = XEXP (operands[0], 0); gcc_assert (REG_P (ind)); emit_insn (gen_mve_vstrdq_scatter_offset_p_v2di_insn (ind, operands[1], operands[2], operands[3])); DONE; }) (define_insn "mve_vstrdq_scatter_offset_p_v2di_insn" [(set (mem:BLK (scratch)) (unspec:BLK [(match_operand:SI 0 "register_operand" "r") (match_operand:V2DI 1 "s_register_operand" "w") (match_operand:V2DI 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VSTRDSOQ))] "TARGET_HAVE_MVE" "vpst\;vstrdt.64\t%q2, [%0, %q1]" [(set_attr "length" "8")]) ;; ;; [vstrdq_scatter_offset_s vstrdq_scatter_offset_u] ;; (define_expand "mve_vstrdq_scatter_offset_v2di" [(match_operand:V2DI 0 "mve_scatter_memory") (match_operand:V2DI 1 "s_register_operand") (match_operand:V2DI 2 "s_register_operand") (unspec:V4SI [(const_int 0)] VSTRDSOQ)] "TARGET_HAVE_MVE" { rtx ind = XEXP (operands[0], 0); gcc_assert (REG_P (ind)); emit_insn (gen_mve_vstrdq_scatter_offset_v2di_insn (ind, operands[1], operands[2])); DONE; }) (define_insn "mve_vstrdq_scatter_offset_v2di_insn" [(set (mem:BLK (scratch)) (unspec:BLK [(match_operand:SI 0 "register_operand" "r") (match_operand:V2DI 1 "s_register_operand" "w") (match_operand:V2DI 2 "s_register_operand" "w")] VSTRDSOQ))] "TARGET_HAVE_MVE" "vstrd.64\t%q2, [%0, %q1]" [(set_attr "length" "4")]) ;; ;; [vstrdq_scatter_shifted_offset_p_s vstrdq_scatter_shifted_offset_p_u] ;; (define_expand "mve_vstrdq_scatter_shifted_offset_p_v2di" [(match_operand:V2DI 0 "mve_scatter_memory") (match_operand:V2DI 1 "s_register_operand") (match_operand:V2DI 2 "s_register_operand") (match_operand:HI 3 "vpr_register_operand") (unspec:V4SI [(const_int 0)] VSTRDSSOQ)] "TARGET_HAVE_MVE" { rtx ind = XEXP (operands[0], 0); gcc_assert (REG_P (ind)); emit_insn ( gen_mve_vstrdq_scatter_shifted_offset_p_v2di_insn (ind, operands[1], operands[2], operands[3])); DONE; }) (define_insn "mve_vstrdq_scatter_shifted_offset_p_v2di_insn" [(set (mem:BLK (scratch)) (unspec:BLK [(match_operand:SI 0 "register_operand" "r") (match_operand:V2DI 1 "s_register_operand" "w") (match_operand:V2DI 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VSTRDSSOQ))] "TARGET_HAVE_MVE" "vpst\;vstrdt.64\t%q2, [%0, %q1, UXTW #3]" [(set_attr "length" "8")]) ;; ;; [vstrdq_scatter_shifted_offset_s vstrdq_scatter_shifted_offset_u] ;; (define_expand "mve_vstrdq_scatter_shifted_offset_v2di" [(match_operand:V2DI 0 "mve_scatter_memory") (match_operand:V2DI 1 "s_register_operand") (match_operand:V2DI 2 "s_register_operand") (unspec:V4SI [(const_int 0)] VSTRDSSOQ)] "TARGET_HAVE_MVE" { rtx ind = XEXP (operands[0], 0); gcc_assert (REG_P (ind)); emit_insn ( gen_mve_vstrdq_scatter_shifted_offset_v2di_insn (ind, operands[1], operands[2])); DONE; }) (define_insn "mve_vstrdq_scatter_shifted_offset_v2di_insn" [(set (mem:BLK (scratch)) (unspec:BLK [(match_operand:SI 0 "register_operand" "r") (match_operand:V2DI 1 "s_register_operand" "w") (match_operand:V2DI 2 "s_register_operand" "w")] VSTRDSSOQ))] "TARGET_HAVE_MVE" "vstrd.64\t%q2, [%0, %q1, UXTW #3]" [(set_attr "length" "4")]) ;; ;; [vstrhq_scatter_offset_f] ;; (define_expand "mve_vstrhq_scatter_offset_fv8hf" [(match_operand:V8HI 0 "mve_scatter_memory") (match_operand:V8HI 1 "s_register_operand") (match_operand:V8HF 2 "s_register_operand") (unspec:V4SI [(const_int 0)] VSTRHQSO_F)] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ind = XEXP (operands[0], 0); gcc_assert (REG_P (ind)); emit_insn (gen_mve_vstrhq_scatter_offset_fv8hf_insn (ind, operands[1], operands[2])); DONE; }) (define_insn "mve_vstrhq_scatter_offset_fv8hf_insn" [(set (mem:BLK (scratch)) (unspec:BLK [(match_operand:SI 0 "register_operand" "r") (match_operand:V8HI 1 "s_register_operand" "w") (match_operand:V8HF 2 "s_register_operand" "w")] VSTRHQSO_F))] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vstrh.16\t%q2, [%0, %q1]" [(set_attr "length" "4")]) ;; ;; [vstrhq_scatter_offset_p_f] ;; (define_expand "mve_vstrhq_scatter_offset_p_fv8hf" [(match_operand:V8HI 0 "mve_scatter_memory") (match_operand:V8HI 1 "s_register_operand") (match_operand:V8HF 2 "s_register_operand") (match_operand:HI 3 "vpr_register_operand") (unspec:V4SI [(const_int 0)] VSTRHQSO_F)] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ind = XEXP (operands[0], 0); gcc_assert (REG_P (ind)); emit_insn (gen_mve_vstrhq_scatter_offset_p_fv8hf_insn (ind, operands[1], operands[2], operands[3])); DONE; }) (define_insn "mve_vstrhq_scatter_offset_p_fv8hf_insn" [(set (mem:BLK (scratch)) (unspec:BLK [(match_operand:SI 0 "register_operand" "r") (match_operand:V8HI 1 "s_register_operand" "w") (match_operand:V8HF 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VSTRHQSO_F))] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vstrht.16\t%q2, [%0, %q1]" [(set_attr "length" "8")]) ;; ;; [vstrhq_scatter_shifted_offset_f] ;; (define_expand "mve_vstrhq_scatter_shifted_offset_fv8hf" [(match_operand:V8HI 0 "memory_operand" "=Us") (match_operand:V8HI 1 "s_register_operand" "w") (match_operand:V8HF 2 "s_register_operand" "w") (unspec:V4SI [(const_int 0)] VSTRHQSSO_F)] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ind = XEXP (operands[0], 0); gcc_assert (REG_P (ind)); emit_insn (gen_mve_vstrhq_scatter_shifted_offset_fv8hf_insn (ind, operands[1], operands[2])); DONE; }) (define_insn "mve_vstrhq_scatter_shifted_offset_fv8hf_insn" [(set (mem:BLK (scratch)) (unspec:BLK [(match_operand:SI 0 "register_operand" "r") (match_operand:V8HI 1 "s_register_operand" "w") (match_operand:V8HF 2 "s_register_operand" "w")] VSTRHQSSO_F))] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vstrh.16\t%q2, [%0, %q1, uxtw #1]" [(set_attr "length" "4")]) ;; ;; [vstrhq_scatter_shifted_offset_p_f] ;; (define_expand "mve_vstrhq_scatter_shifted_offset_p_fv8hf" [(match_operand:V8HI 0 "memory_operand" "=Us") (match_operand:V8HI 1 "s_register_operand" "w") (match_operand:V8HF 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up") (unspec:V4SI [(const_int 0)] VSTRHQSSO_F)] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ind = XEXP (operands[0], 0); gcc_assert (REG_P (ind)); emit_insn ( gen_mve_vstrhq_scatter_shifted_offset_p_fv8hf_insn (ind, operands[1], operands[2], operands[3])); DONE; }) (define_insn "mve_vstrhq_scatter_shifted_offset_p_fv8hf_insn" [(set (mem:BLK (scratch)) (unspec:BLK [(match_operand:SI 0 "register_operand" "r") (match_operand:V8HI 1 "s_register_operand" "w") (match_operand:V8HF 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VSTRHQSSO_F))] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vstrht.16\t%q2, [%0, %q1, uxtw #1]" [(set_attr "length" "8")]) ;; ;; [vstrwq_scatter_base_f] ;; (define_insn "mve_vstrwq_scatter_base_fv4sf" [(set (mem:BLK (scratch)) (unspec:BLK [(match_operand:V4SI 0 "s_register_operand" "w") (match_operand:SI 1 "immediate_operand" "i") (match_operand:V4SF 2 "s_register_operand" "w")] VSTRWQSB_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ops[3]; ops[0] = operands[0]; ops[1] = operands[1]; ops[2] = operands[2]; output_asm_insn ("vstrw.u32\t%q2, [%q0, %1]",ops); return ""; } [(set_attr "length" "4")]) ;; ;; [vstrwq_scatter_base_p_f] ;; (define_insn "mve_vstrwq_scatter_base_p_fv4sf" [(set (mem:BLK (scratch)) (unspec:BLK [(match_operand:V4SI 0 "s_register_operand" "w") (match_operand:SI 1 "immediate_operand" "i") (match_operand:V4SF 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VSTRWQSB_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ops[3]; ops[0] = operands[0]; ops[1] = operands[1]; ops[2] = operands[2]; output_asm_insn ("vpst\n\tvstrwt.u32\t%q2, [%q0, %1]",ops); return ""; } [(set_attr "length" "8")]) ;; ;; [vstrwq_scatter_offset_f] ;; (define_expand "mve_vstrwq_scatter_offset_fv4sf" [(match_operand:V4SI 0 "mve_scatter_memory") (match_operand:V4SI 1 "s_register_operand") (match_operand:V4SF 2 "s_register_operand") (unspec:V4SI [(const_int 0)] VSTRWQSO_F)] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ind = XEXP (operands[0], 0); gcc_assert (REG_P (ind)); emit_insn (gen_mve_vstrwq_scatter_offset_fv4sf_insn (ind, operands[1], operands[2])); DONE; }) (define_insn "mve_vstrwq_scatter_offset_fv4sf_insn" [(set (mem:BLK (scratch)) (unspec:BLK [(match_operand:SI 0 "register_operand" "r") (match_operand:V4SI 1 "s_register_operand" "w") (match_operand:V4SF 2 "s_register_operand" "w")] VSTRWQSO_F))] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vstrw.32\t%q2, [%0, %q1]" [(set_attr "length" "4")]) ;; ;; [vstrwq_scatter_offset_p_f] ;; (define_expand "mve_vstrwq_scatter_offset_p_fv4sf" [(match_operand:V4SI 0 "mve_scatter_memory") (match_operand:V4SI 1 "s_register_operand") (match_operand:V4SF 2 "s_register_operand") (match_operand:HI 3 "vpr_register_operand") (unspec:V4SI [(const_int 0)] VSTRWQSO_F)] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ind = XEXP (operands[0], 0); gcc_assert (REG_P (ind)); emit_insn (gen_mve_vstrwq_scatter_offset_p_fv4sf_insn (ind, operands[1], operands[2], operands[3])); DONE; }) (define_insn "mve_vstrwq_scatter_offset_p_fv4sf_insn" [(set (mem:BLK (scratch)) (unspec:BLK [(match_operand:SI 0 "register_operand" "r") (match_operand:V4SI 1 "s_register_operand" "w") (match_operand:V4SF 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VSTRWQSO_F))] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vstrwt.32\t%q2, [%0, %q1]" [(set_attr "length" "8")]) ;; ;; [vstrwq_scatter_offset_s vstrwq_scatter_offset_u] ;; (define_expand "mve_vstrwq_scatter_offset_p_v4si" [(match_operand:V4SI 0 "mve_scatter_memory") (match_operand:V4SI 1 "s_register_operand") (match_operand:V4SI 2 "s_register_operand") (match_operand:HI 3 "vpr_register_operand") (unspec:V4SI [(const_int 0)] VSTRWSOQ)] "TARGET_HAVE_MVE" { rtx ind = XEXP (operands[0], 0); gcc_assert (REG_P (ind)); emit_insn (gen_mve_vstrwq_scatter_offset_p_v4si_insn (ind, operands[1], operands[2], operands[3])); DONE; }) (define_insn "mve_vstrwq_scatter_offset_p_v4si_insn" [(set (mem:BLK (scratch)) (unspec:BLK [(match_operand:SI 0 "register_operand" "r") (match_operand:V4SI 1 "s_register_operand" "w") (match_operand:V4SI 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VSTRWSOQ))] "TARGET_HAVE_MVE" "vpst\;vstrwt.32\t%q2, [%0, %q1]" [(set_attr "length" "8")]) ;; ;; [vstrwq_scatter_offset_s vstrwq_scatter_offset_u] ;; (define_expand "mve_vstrwq_scatter_offset_v4si" [(match_operand:V4SI 0 "mve_scatter_memory") (match_operand:V4SI 1 "s_register_operand") (match_operand:V4SI 2 "s_register_operand") (unspec:V4SI [(const_int 0)] VSTRWSOQ)] "TARGET_HAVE_MVE" { rtx ind = XEXP (operands[0], 0); gcc_assert (REG_P (ind)); emit_insn (gen_mve_vstrwq_scatter_offset_v4si_insn (ind, operands[1], operands[2])); DONE; }) (define_insn "mve_vstrwq_scatter_offset_v4si_insn" [(set (mem:BLK (scratch)) (unspec:BLK [(match_operand:SI 0 "register_operand" "r") (match_operand:V4SI 1 "s_register_operand" "w") (match_operand:V4SI 2 "s_register_operand" "w")] VSTRWSOQ))] "TARGET_HAVE_MVE" "vstrw.32\t%q2, [%0, %q1]" [(set_attr "length" "4")]) ;; ;; [vstrwq_scatter_shifted_offset_f] ;; (define_expand "mve_vstrwq_scatter_shifted_offset_fv4sf" [(match_operand:V4SI 0 "mve_scatter_memory") (match_operand:V4SI 1 "s_register_operand") (match_operand:V4SF 2 "s_register_operand") (unspec:V4SI [(const_int 0)] VSTRWQSSO_F)] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ind = XEXP (operands[0], 0); gcc_assert (REG_P (ind)); emit_insn (gen_mve_vstrwq_scatter_shifted_offset_fv4sf_insn (ind, operands[1], operands[2])); DONE; }) (define_insn "mve_vstrwq_scatter_shifted_offset_fv4sf_insn" [(set (mem:BLK (scratch)) (unspec:BLK [(match_operand:SI 0 "register_operand" "r") (match_operand:V4SI 1 "s_register_operand" "w") (match_operand:V4SF 2 "s_register_operand" "w")] VSTRWQSSO_F))] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vstrw.32\t%q2, [%0, %q1, uxtw #2]" [(set_attr "length" "8")]) ;; ;; [vstrwq_scatter_shifted_offset_p_f] ;; (define_expand "mve_vstrwq_scatter_shifted_offset_p_fv4sf" [(match_operand:V4SI 0 "mve_scatter_memory") (match_operand:V4SI 1 "s_register_operand") (match_operand:V4SF 2 "s_register_operand") (match_operand:HI 3 "vpr_register_operand") (unspec:V4SI [(const_int 0)] VSTRWQSSO_F)] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ind = XEXP (operands[0], 0); gcc_assert (REG_P (ind)); emit_insn ( gen_mve_vstrwq_scatter_shifted_offset_p_fv4sf_insn (ind, operands[1], operands[2], operands[3])); DONE; }) (define_insn "mve_vstrwq_scatter_shifted_offset_p_fv4sf_insn" [(set (mem:BLK (scratch)) (unspec:BLK [(match_operand:SI 0 "register_operand" "r") (match_operand:V4SI 1 "s_register_operand" "w") (match_operand:V4SF 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VSTRWQSSO_F))] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vpst\;vstrwt.32\t%q2, [%0, %q1, uxtw #2]" [(set_attr "length" "8")]) ;; ;; [vstrwq_scatter_shifted_offset_p_s vstrwq_scatter_shifted_offset_p_u] ;; (define_expand "mve_vstrwq_scatter_shifted_offset_p_v4si" [(match_operand:V4SI 0 "mve_scatter_memory") (match_operand:V4SI 1 "s_register_operand") (match_operand:V4SI 2 "s_register_operand") (match_operand:HI 3 "vpr_register_operand") (unspec:V4SI [(const_int 0)] VSTRWSSOQ)] "TARGET_HAVE_MVE" { rtx ind = XEXP (operands[0], 0); gcc_assert (REG_P (ind)); emit_insn ( gen_mve_vstrwq_scatter_shifted_offset_p_v4si_insn (ind, operands[1], operands[2], operands[3])); DONE; }) (define_insn "mve_vstrwq_scatter_shifted_offset_p_v4si_insn" [(set (mem:BLK (scratch)) (unspec:BLK [(match_operand:SI 0 "register_operand" "r") (match_operand:V4SI 1 "s_register_operand" "w") (match_operand:V4SI 2 "s_register_operand" "w") (match_operand:HI 3 "vpr_register_operand" "Up")] VSTRWSSOQ))] "TARGET_HAVE_MVE" "vpst\;vstrwt.32\t%q2, [%0, %q1, uxtw #2]" [(set_attr "length" "8")]) ;; ;; [vstrwq_scatter_shifted_offset_s vstrwq_scatter_shifted_offset_u] ;; (define_expand "mve_vstrwq_scatter_shifted_offset_v4si" [(match_operand:V4SI 0 "mve_scatter_memory") (match_operand:V4SI 1 "s_register_operand") (match_operand:V4SI 2 "s_register_operand") (unspec:V4SI [(const_int 0)] VSTRWSSOQ)] "TARGET_HAVE_MVE" { rtx ind = XEXP (operands[0], 0); gcc_assert (REG_P (ind)); emit_insn ( gen_mve_vstrwq_scatter_shifted_offset_v4si_insn (ind, operands[1], operands[2])); DONE; }) (define_insn "mve_vstrwq_scatter_shifted_offset_v4si_insn" [(set (mem:BLK (scratch)) (unspec:BLK [(match_operand:SI 0 "register_operand" "r") (match_operand:V4SI 1 "s_register_operand" "w") (match_operand:V4SI 2 "s_register_operand" "w")] VSTRWSSOQ))] "TARGET_HAVE_MVE" "vstrw.32\t%q2, [%0, %q1, uxtw #2]" [(set_attr "length" "4")]) ;; ;; [vaddq_s, vaddq_u]) ;; (define_insn "mve_vaddq" [ (set (match_operand:MVE_2 0 "s_register_operand" "=w") (plus:MVE_2 (match_operand:MVE_2 1 "s_register_operand" "w") (match_operand:MVE_2 2 "s_register_operand" "w"))) ] "TARGET_HAVE_MVE" "vadd.i%# %q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vaddq_f]) ;; (define_insn "mve_vaddq_f" [ (set (match_operand:MVE_0 0 "s_register_operand" "=w") (plus:MVE_0 (match_operand:MVE_0 1 "s_register_operand" "w") (match_operand:MVE_0 2 "s_register_operand" "w"))) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" "vadd.f%# %q0, %q1, %q2" [(set_attr "type" "mve_move") ]) ;; ;; [vidupq_n_u]) ;; (define_expand "mve_vidupq_n_u" [(match_operand:MVE_2 0 "s_register_operand") (match_operand:SI 1 "s_register_operand") (match_operand:SI 2 "mve_imm_selective_upto_8")] "TARGET_HAVE_MVE" { rtx temp = gen_reg_rtx (SImode); emit_move_insn (temp, operands[1]); rtx inc = gen_int_mode (INTVAL(operands[2]) * , SImode); emit_insn (gen_mve_vidupq_u_insn (operands[0], temp, operands[1], operands[2], inc)); DONE; }) ;; ;; [vidupq_u_insn]) ;; (define_insn "mve_vidupq_u_insn" [(set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:SI 2 "s_register_operand" "1") (match_operand:SI 3 "mve_imm_selective_upto_8" "Rg")] VIDUPQ)) (set (match_operand:SI 1 "s_register_operand" "=Te") (plus:SI (match_dup 2) (match_operand:SI 4 "immediate_operand" "i")))] "TARGET_HAVE_MVE" "vidup.u%#\t%q0, %1, %3") ;; ;; [vidupq_m_n_u]) ;; (define_expand "mve_vidupq_m_n_u" [(match_operand:MVE_2 0 "s_register_operand") (match_operand:MVE_2 1 "s_register_operand") (match_operand:SI 2 "s_register_operand") (match_operand:SI 3 "mve_imm_selective_upto_8") (match_operand:HI 4 "vpr_register_operand")] "TARGET_HAVE_MVE" { rtx temp = gen_reg_rtx (SImode); emit_move_insn (temp, operands[2]); rtx inc = gen_int_mode (INTVAL(operands[3]) * , SImode); emit_insn (gen_mve_vidupq_m_wb_u_insn(operands[0], operands[1], temp, operands[2], operands[3], operands[4], inc)); DONE; }) ;; ;; [vidupq_m_wb_u_insn]) ;; (define_insn "mve_vidupq_m_wb_u_insn" [(set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:SI 3 "s_register_operand" "2") (match_operand:SI 4 "mve_imm_selective_upto_8" "Rg") (match_operand:HI 5 "vpr_register_operand" "Up")] VIDUPQ_M)) (set (match_operand:SI 2 "s_register_operand" "=Te") (plus:SI (match_dup 3) (match_operand:SI 6 "immediate_operand" "i")))] "TARGET_HAVE_MVE" "vpst\;\tvidupt.u%#\t%q0, %2, %4" [(set_attr "length""8")]) ;; ;; [vddupq_n_u]) ;; (define_expand "mve_vddupq_n_u" [(match_operand:MVE_2 0 "s_register_operand") (match_operand:SI 1 "s_register_operand") (match_operand:SI 2 "mve_imm_selective_upto_8")] "TARGET_HAVE_MVE" { rtx temp = gen_reg_rtx (SImode); emit_move_insn (temp, operands[1]); rtx inc = gen_int_mode (INTVAL(operands[2]) * , SImode); emit_insn (gen_mve_vddupq_u_insn (operands[0], temp, operands[1], operands[2], inc)); DONE; }) ;; ;; [vddupq_u_insn]) ;; (define_insn "mve_vddupq_u_insn" [(set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:SI 2 "s_register_operand" "1") (match_operand:SI 3 "immediate_operand" "i")] VDDUPQ)) (set (match_operand:SI 1 "s_register_operand" "=Te") (minus:SI (match_dup 2) (match_operand:SI 4 "immediate_operand" "i")))] "TARGET_HAVE_MVE" "vddup.u%# %q0, %1, %3") ;; ;; [vddupq_m_n_u]) ;; (define_expand "mve_vddupq_m_n_u" [(match_operand:MVE_2 0 "s_register_operand") (match_operand:MVE_2 1 "s_register_operand") (match_operand:SI 2 "s_register_operand") (match_operand:SI 3 "mve_imm_selective_upto_8") (match_operand:HI 4 "vpr_register_operand")] "TARGET_HAVE_MVE" { rtx temp = gen_reg_rtx (SImode); emit_move_insn (temp, operands[2]); rtx inc = gen_int_mode (INTVAL(operands[3]) * , SImode); emit_insn (gen_mve_vddupq_m_wb_u_insn(operands[0], operands[1], temp, operands[2], operands[3], operands[4], inc)); DONE; }) ;; ;; [vddupq_m_wb_u_insn]) ;; (define_insn "mve_vddupq_m_wb_u_insn" [(set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 1 "s_register_operand" "0") (match_operand:SI 3 "s_register_operand" "2") (match_operand:SI 4 "mve_imm_selective_upto_8" "Rg") (match_operand:HI 5 "vpr_register_operand" "Up")] VDDUPQ_M)) (set (match_operand:SI 2 "s_register_operand" "=Te") (minus:SI (match_dup 3) (match_operand:SI 6 "immediate_operand" "i")))] "TARGET_HAVE_MVE" "vpst\;\tvddupt.u%#\t%q0, %2, %4" [(set_attr "length""8")]) ;; ;; [vdwdupq_n_u]) ;; (define_expand "mve_vdwdupq_n_u" [(match_operand:MVE_2 0 "s_register_operand") (match_operand:SI 1 "s_register_operand") (match_operand:DI 2 "s_register_operand") (match_operand:SI 3 "mve_imm_selective_upto_8")] "TARGET_HAVE_MVE" { rtx ignore_wb = gen_reg_rtx (SImode); emit_insn (gen_mve_vdwdupq_wb_u_insn (operands[0], ignore_wb, operands[1], operands[2], operands[3])); DONE; }) ;; ;; [vdwdupq_wb_u]) ;; (define_expand "mve_vdwdupq_wb_u" [(match_operand:SI 0 "s_register_operand") (match_operand:SI 1 "s_register_operand") (match_operand:DI 2 "s_register_operand") (match_operand:SI 3 "mve_imm_selective_upto_8") (unspec:MVE_2 [(const_int 0)] UNSPEC_VSTRUCTDUMMY)] "TARGET_HAVE_MVE" { rtx ignore_vec = gen_reg_rtx (mode); emit_insn (gen_mve_vdwdupq_wb_u_insn (ignore_vec, operands[0], operands[1], operands[2], operands[3])); DONE; }) ;; ;; [vdwdupq_wb_u_insn]) ;; (define_insn "mve_vdwdupq_wb_u_insn" [(set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:SI 2 "s_register_operand" "1") (subreg:SI (match_operand:DI 3 "s_register_operand" "r") 4) (match_operand:SI 4 "mve_imm_selective_upto_8" "Rg")] VDWDUPQ)) (set (match_operand:SI 1 "s_register_operand" "=Te") (unspec:SI [(match_dup 2) (subreg:SI (match_dup 3) 4) (match_dup 4)] VDWDUPQ))] "TARGET_HAVE_MVE" "vdwdup.u%#\t%q0, %2, %R3, %4" ) ;; ;; [vdwdupq_m_n_u]) ;; (define_expand "mve_vdwdupq_m_n_u" [(match_operand:MVE_2 0 "s_register_operand") (match_operand:MVE_2 1 "s_register_operand") (match_operand:SI 2 "s_register_operand") (match_operand:DI 3 "s_register_operand") (match_operand:SI 4 "mve_imm_selective_upto_8") (match_operand:HI 5 "vpr_register_operand")] "TARGET_HAVE_MVE" { rtx ignore_wb = gen_reg_rtx (SImode); emit_insn (gen_mve_vdwdupq_m_wb_u_insn (operands[0], ignore_wb, operands[1], operands[2], operands[3], operands[4], operands[5])); DONE; }) ;; ;; [vdwdupq_m_wb_u]) ;; (define_expand "mve_vdwdupq_m_wb_u" [(match_operand:SI 0 "s_register_operand") (match_operand:MVE_2 1 "s_register_operand") (match_operand:SI 2 "s_register_operand") (match_operand:DI 3 "s_register_operand") (match_operand:SI 4 "mve_imm_selective_upto_8") (match_operand:HI 5 "vpr_register_operand")] "TARGET_HAVE_MVE" { rtx ignore_vec = gen_reg_rtx (mode); emit_insn (gen_mve_vdwdupq_m_wb_u_insn (ignore_vec, operands[0], operands[1], operands[2], operands[3], operands[4], operands[5])); DONE; }) ;; ;; [vdwdupq_m_wb_u_insn]) ;; (define_insn "mve_vdwdupq_m_wb_u_insn" [(set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 2 "s_register_operand" "0") (match_operand:SI 3 "s_register_operand" "1") (subreg:SI (match_operand:DI 4 "s_register_operand" "r") 4) (match_operand:SI 5 "mve_imm_selective_upto_8" "Rg") (match_operand:HI 6 "vpr_register_operand" "Up")] VDWDUPQ_M)) (set (match_operand:SI 1 "s_register_operand" "=Te") (unspec:SI [(match_dup 2) (match_dup 3) (subreg:SI (match_dup 4) 4) (match_dup 5) (match_dup 6)] VDWDUPQ_M)) ] "TARGET_HAVE_MVE" "vpst\;\tvdwdupt.u%#\t%q2, %3, %R4, %5" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [viwdupq_n_u]) ;; (define_expand "mve_viwdupq_n_u" [(match_operand:MVE_2 0 "s_register_operand") (match_operand:SI 1 "s_register_operand") (match_operand:DI 2 "s_register_operand") (match_operand:SI 3 "mve_imm_selective_upto_8")] "TARGET_HAVE_MVE" { rtx ignore_wb = gen_reg_rtx (SImode); emit_insn (gen_mve_viwdupq_wb_u_insn (operands[0], ignore_wb, operands[1], operands[2], operands[3])); DONE; }) ;; ;; [viwdupq_wb_u]) ;; (define_expand "mve_viwdupq_wb_u" [(match_operand:SI 0 "s_register_operand") (match_operand:SI 1 "s_register_operand") (match_operand:DI 2 "s_register_operand") (match_operand:SI 3 "mve_imm_selective_upto_8") (unspec:MVE_2 [(const_int 0)] UNSPEC_VSTRUCTDUMMY)] "TARGET_HAVE_MVE" { rtx ignore_vec = gen_reg_rtx (mode); emit_insn (gen_mve_viwdupq_wb_u_insn (ignore_vec, operands[0], operands[1], operands[2], operands[3])); DONE; }) ;; ;; [viwdupq_wb_u_insn]) ;; (define_insn "mve_viwdupq_wb_u_insn" [(set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:SI 2 "s_register_operand" "1") (subreg:SI (match_operand:DI 3 "s_register_operand" "r") 4) (match_operand:SI 4 "mve_imm_selective_upto_8" "Rg")] VIWDUPQ)) (set (match_operand:SI 1 "s_register_operand" "=Te") (unspec:SI [(match_dup 2) (subreg:SI (match_dup 3) 4) (match_dup 4)] VIWDUPQ))] "TARGET_HAVE_MVE" "viwdup.u%#\t%q0, %2, %R3, %4" ) ;; ;; [viwdupq_m_n_u]) ;; (define_expand "mve_viwdupq_m_n_u" [(match_operand:MVE_2 0 "s_register_operand") (match_operand:MVE_2 1 "s_register_operand") (match_operand:SI 2 "s_register_operand") (match_operand:DI 3 "s_register_operand") (match_operand:SI 4 "mve_imm_selective_upto_8") (match_operand:HI 5 "vpr_register_operand")] "TARGET_HAVE_MVE" { rtx ignore_wb = gen_reg_rtx (SImode); emit_insn (gen_mve_viwdupq_m_wb_u_insn (operands[0], ignore_wb, operands[1], operands[2], operands[3], operands[4], operands[5])); DONE; }) ;; ;; [viwdupq_m_wb_u]) ;; (define_expand "mve_viwdupq_m_wb_u" [(match_operand:SI 0 "s_register_operand") (match_operand:MVE_2 1 "s_register_operand") (match_operand:SI 2 "s_register_operand") (match_operand:DI 3 "s_register_operand") (match_operand:SI 4 "mve_imm_selective_upto_8") (match_operand:HI 5 "vpr_register_operand")] "TARGET_HAVE_MVE" { rtx ignore_vec = gen_reg_rtx (mode); emit_insn (gen_mve_viwdupq_m_wb_u_insn (ignore_vec, operands[0], operands[1], operands[2], operands[3], operands[4], operands[5])); DONE; }) ;; ;; [viwdupq_m_wb_u_insn]) ;; (define_insn "mve_viwdupq_m_wb_u_insn" [(set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 2 "s_register_operand" "0") (match_operand:SI 3 "s_register_operand" "1") (subreg:SI (match_operand:DI 4 "s_register_operand" "r") 4) (match_operand:SI 5 "mve_imm_selective_upto_8" "Rg") (match_operand:HI 6 "vpr_register_operand" "Up")] VIWDUPQ_M)) (set (match_operand:SI 1 "s_register_operand" "=Te") (unspec:SI [(match_dup 2) (match_dup 3) (subreg:SI (match_dup 4) 4) (match_dup 5) (match_dup 6)] VIWDUPQ_M)) ] "TARGET_HAVE_MVE" "vpst\;\tviwdupt.u%#\t%q2, %3, %R4, %5" [(set_attr "type" "mve_move") (set_attr "length""8")]) ;; ;; [vstrwq_scatter_base_wb_s vstrwq_scatter_base_wb_u] ;; (define_insn "mve_vstrwq_scatter_base_wb_v4si" [(set (mem:BLK (scratch)) (unspec:BLK [(match_operand:V4SI 1 "s_register_operand" "0") (match_operand:SI 2 "mve_vldrd_immediate" "Ri") (match_operand:V4SI 3 "s_register_operand" "w")] VSTRWSBWBQ)) (set (match_operand:V4SI 0 "s_register_operand" "=w") (unspec:V4SI [(match_dup 1) (match_dup 2)] VSTRWSBWBQ)) ] "TARGET_HAVE_MVE" { rtx ops[3]; ops[0] = operands[1]; ops[1] = operands[2]; ops[2] = operands[3]; output_asm_insn ("vstrw.u32\t%q2, [%q0, %1]!",ops); return ""; } [(set_attr "length" "4")]) ;; ;; [vstrwq_scatter_base_wb_p_s vstrwq_scatter_base_wb_p_u] ;; (define_insn "mve_vstrwq_scatter_base_wb_p_v4si" [(set (mem:BLK (scratch)) (unspec:BLK [(match_operand:V4SI 1 "s_register_operand" "0") (match_operand:SI 2 "mve_vldrd_immediate" "Ri") (match_operand:V4SI 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand")] VSTRWSBWBQ)) (set (match_operand:V4SI 0 "s_register_operand" "=w") (unspec:V4SI [(match_dup 1) (match_dup 2)] VSTRWSBWBQ)) ] "TARGET_HAVE_MVE" { rtx ops[3]; ops[0] = operands[1]; ops[1] = operands[2]; ops[2] = operands[3]; output_asm_insn ("vpst\;\tvstrwt.u32\t%q2, [%q0, %1]!",ops); return ""; } [(set_attr "length" "8")]) ;; ;; [vstrwq_scatter_base_wb_f] ;; (define_insn "mve_vstrwq_scatter_base_wb_fv4sf" [(set (mem:BLK (scratch)) (unspec:BLK [(match_operand:V4SI 1 "s_register_operand" "0") (match_operand:SI 2 "mve_vldrd_immediate" "Ri") (match_operand:V4SF 3 "s_register_operand" "w")] VSTRWQSBWB_F)) (set (match_operand:V4SI 0 "s_register_operand" "=w") (unspec:V4SI [(match_dup 1) (match_dup 2)] VSTRWQSBWB_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ops[3]; ops[0] = operands[1]; ops[1] = operands[2]; ops[2] = operands[3]; output_asm_insn ("vstrw.u32\t%q2, [%q0, %1]!",ops); return ""; } [(set_attr "length" "4")]) ;; ;; [vstrwq_scatter_base_wb_p_f] ;; (define_insn "mve_vstrwq_scatter_base_wb_p_fv4sf" [(set (mem:BLK (scratch)) (unspec:BLK [(match_operand:V4SI 1 "s_register_operand" "0") (match_operand:SI 2 "mve_vldrd_immediate" "Ri") (match_operand:V4SF 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand")] VSTRWQSBWB_F)) (set (match_operand:V4SI 0 "s_register_operand" "=w") (unspec:V4SI [(match_dup 1) (match_dup 2)] VSTRWQSBWB_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ops[3]; ops[0] = operands[1]; ops[1] = operands[2]; ops[2] = operands[3]; output_asm_insn ("vpst\;\tvstrwt.u32\t%q2, [%q0, %1]!",ops); return ""; } [(set_attr "length" "8")]) ;; ;; [vstrdq_scatter_base_wb_s vstrdq_scatter_base_wb_u] ;; (define_insn "mve_vstrdq_scatter_base_wb_v2di" [(set (mem:BLK (scratch)) (unspec:BLK [(match_operand:V2DI 1 "s_register_operand" "0") (match_operand:SI 2 "mve_vldrd_immediate" "Ri") (match_operand:V2DI 3 "s_register_operand" "w")] VSTRDSBWBQ)) (set (match_operand:V2DI 0 "s_register_operand" "=&w") (unspec:V2DI [(match_dup 1) (match_dup 2)] VSTRDSBWBQ)) ] "TARGET_HAVE_MVE" { rtx ops[3]; ops[0] = operands[1]; ops[1] = operands[2]; ops[2] = operands[3]; output_asm_insn ("vstrd.u64\t%q2, [%q0, %1]!",ops); return ""; } [(set_attr "length" "4")]) ;; ;; [vstrdq_scatter_base_wb_p_s vstrdq_scatter_base_wb_p_u] ;; (define_insn "mve_vstrdq_scatter_base_wb_p_v2di" [(set (mem:BLK (scratch)) (unspec:BLK [(match_operand:V2DI 1 "s_register_operand" "0") (match_operand:SI 2 "mve_vldrd_immediate" "Ri") (match_operand:V2DI 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand")] VSTRDSBWBQ)) (set (match_operand:V2DI 0 "s_register_operand" "=w") (unspec:V2DI [(match_dup 1) (match_dup 2)] VSTRDSBWBQ)) ] "TARGET_HAVE_MVE" { rtx ops[3]; ops[0] = operands[1]; ops[1] = operands[2]; ops[2] = operands[3]; output_asm_insn ("vpst;vstrdt.u64\t%q2, [%q0, %1]!",ops); return ""; } [(set_attr "length" "8")]) (define_expand "mve_vldrwq_gather_base_wb_v4si" [(match_operand:V4SI 0 "s_register_operand") (match_operand:V4SI 1 "s_register_operand") (match_operand:SI 2 "mve_vldrd_immediate") (unspec:V4SI [(const_int 0)] VLDRWGBWBQ)] "TARGET_HAVE_MVE" { rtx ignore_result = gen_reg_rtx (V4SImode); emit_insn ( gen_mve_vldrwq_gather_base_wb_v4si_insn (ignore_result, operands[0], operands[1], operands[2])); DONE; }) (define_expand "mve_vldrwq_gather_base_nowb_v4si" [(match_operand:V4SI 0 "s_register_operand") (match_operand:V4SI 1 "s_register_operand") (match_operand:SI 2 "mve_vldrd_immediate") (unspec:V4SI [(const_int 0)] VLDRWGBWBQ)] "TARGET_HAVE_MVE" { rtx ignore_wb = gen_reg_rtx (V4SImode); emit_insn ( gen_mve_vldrwq_gather_base_wb_v4si_insn (operands[0], ignore_wb, operands[1], operands[2])); DONE; }) ;; ;; [vldrwq_gather_base_wb_s vldrwq_gather_base_wb_u] ;; (define_insn "mve_vldrwq_gather_base_wb_v4si_insn" [(set (match_operand:V4SI 0 "s_register_operand" "=&w") (unspec:V4SI [(match_operand:V4SI 2 "s_register_operand" "1") (match_operand:SI 3 "mve_vldrd_immediate" "Ri") (mem:BLK (scratch))] VLDRWGBWBQ)) (set (match_operand:V4SI 1 "s_register_operand" "=&w") (unspec:V4SI [(match_dup 2) (match_dup 3)] VLDRWGBWBQ)) ] "TARGET_HAVE_MVE" { rtx ops[3]; ops[0] = operands[0]; ops[1] = operands[2]; ops[2] = operands[3]; output_asm_insn ("vldrw.u32\t%q0, [%q1, %2]!",ops); return ""; } [(set_attr "length" "4")]) (define_expand "mve_vldrwq_gather_base_wb_z_v4si" [(match_operand:V4SI 0 "s_register_operand") (match_operand:V4SI 1 "s_register_operand") (match_operand:SI 2 "mve_vldrd_immediate") (match_operand:HI 3 "vpr_register_operand") (unspec:V4SI [(const_int 0)] VLDRWGBWBQ)] "TARGET_HAVE_MVE" { rtx ignore_result = gen_reg_rtx (V4SImode); emit_insn ( gen_mve_vldrwq_gather_base_wb_z_v4si_insn (ignore_result, operands[0], operands[1], operands[2], operands[3])); DONE; }) (define_expand "mve_vldrwq_gather_base_nowb_z_v4si" [(match_operand:V4SI 0 "s_register_operand") (match_operand:V4SI 1 "s_register_operand") (match_operand:SI 2 "mve_vldrd_immediate") (match_operand:HI 3 "vpr_register_operand") (unspec:V4SI [(const_int 0)] VLDRWGBWBQ)] "TARGET_HAVE_MVE" { rtx ignore_wb = gen_reg_rtx (V4SImode); emit_insn ( gen_mve_vldrwq_gather_base_wb_z_v4si_insn (operands[0], ignore_wb, operands[1], operands[2], operands[3])); DONE; }) ;; ;; [vldrwq_gather_base_wb_z_s vldrwq_gather_base_wb_z_u] ;; (define_insn "mve_vldrwq_gather_base_wb_z_v4si_insn" [(set (match_operand:V4SI 0 "s_register_operand" "=&w") (unspec:V4SI [(match_operand:V4SI 2 "s_register_operand" "1") (match_operand:SI 3 "mve_vldrd_immediate" "Ri") (match_operand:HI 4 "vpr_register_operand" "Up") (mem:BLK (scratch))] VLDRWGBWBQ)) (set (match_operand:V4SI 1 "s_register_operand" "=&w") (unspec:V4SI [(match_dup 2) (match_dup 3)] VLDRWGBWBQ)) ] "TARGET_HAVE_MVE" { rtx ops[3]; ops[0] = operands[0]; ops[1] = operands[2]; ops[2] = operands[3]; output_asm_insn ("vpst\;vldrwt.u32\t%q0, [%q1, %2]!",ops); return ""; } [(set_attr "length" "8")]) (define_expand "mve_vldrwq_gather_base_wb_fv4sf" [(match_operand:V4SI 0 "s_register_operand") (match_operand:V4SI 1 "s_register_operand") (match_operand:SI 2 "mve_vldrd_immediate") (unspec:V4SI [(const_int 0)] VLDRWQGBWB_F)] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ignore_result = gen_reg_rtx (V4SFmode); emit_insn ( gen_mve_vldrwq_gather_base_wb_fv4sf_insn (ignore_result, operands[0], operands[1], operands[2])); DONE; }) (define_expand "mve_vldrwq_gather_base_nowb_fv4sf" [(match_operand:V4SF 0 "s_register_operand") (match_operand:V4SI 1 "s_register_operand") (match_operand:SI 2 "mve_vldrd_immediate") (unspec:V4SI [(const_int 0)] VLDRWQGBWB_F)] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ignore_wb = gen_reg_rtx (V4SImode); emit_insn ( gen_mve_vldrwq_gather_base_wb_fv4sf_insn (operands[0], ignore_wb, operands[1], operands[2])); DONE; }) ;; ;; [vldrwq_gather_base_wb_f] ;; (define_insn "mve_vldrwq_gather_base_wb_fv4sf_insn" [(set (match_operand:V4SF 0 "s_register_operand" "=&w") (unspec:V4SF [(match_operand:V4SI 2 "s_register_operand" "1") (match_operand:SI 3 "mve_vldrd_immediate" "Ri") (mem:BLK (scratch))] VLDRWQGBWB_F)) (set (match_operand:V4SI 1 "s_register_operand" "=&w") (unspec:V4SI [(match_dup 2) (match_dup 3)] VLDRWQGBWB_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ops[3]; ops[0] = operands[0]; ops[1] = operands[2]; ops[2] = operands[3]; output_asm_insn ("vldrw.u32\t%q0, [%q1, %2]!",ops); return ""; } [(set_attr "length" "4")]) (define_expand "mve_vldrwq_gather_base_wb_z_fv4sf" [(match_operand:V4SI 0 "s_register_operand") (match_operand:V4SI 1 "s_register_operand") (match_operand:SI 2 "mve_vldrd_immediate") (match_operand:HI 3 "vpr_register_operand") (unspec:V4SI [(const_int 0)] VLDRWQGBWB_F)] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ignore_result = gen_reg_rtx (V4SFmode); emit_insn ( gen_mve_vldrwq_gather_base_wb_z_fv4sf_insn (ignore_result, operands[0], operands[1], operands[2], operands[3])); DONE; }) (define_expand "mve_vldrwq_gather_base_nowb_z_fv4sf" [(match_operand:V4SF 0 "s_register_operand") (match_operand:V4SI 1 "s_register_operand") (match_operand:SI 2 "mve_vldrd_immediate") (match_operand:HI 3 "vpr_register_operand") (unspec:V4SI [(const_int 0)] VLDRWQGBWB_F)] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ignore_wb = gen_reg_rtx (V4SImode); emit_insn ( gen_mve_vldrwq_gather_base_wb_z_fv4sf_insn (operands[0], ignore_wb, operands[1], operands[2], operands[3])); DONE; }) ;; ;; [vldrwq_gather_base_wb_z_f] ;; (define_insn "mve_vldrwq_gather_base_wb_z_fv4sf_insn" [(set (match_operand:V4SF 0 "s_register_operand" "=&w") (unspec:V4SF [(match_operand:V4SI 2 "s_register_operand" "1") (match_operand:SI 3 "mve_vldrd_immediate" "Ri") (match_operand:HI 4 "vpr_register_operand" "Up") (mem:BLK (scratch))] VLDRWQGBWB_F)) (set (match_operand:V4SI 1 "s_register_operand" "=&w") (unspec:V4SI [(match_dup 2) (match_dup 3)] VLDRWQGBWB_F)) ] "TARGET_HAVE_MVE && TARGET_HAVE_MVE_FLOAT" { rtx ops[3]; ops[0] = operands[0]; ops[1] = operands[2]; ops[2] = operands[3]; output_asm_insn ("vpst\;vldrwt.u32\t%q0, [%q1, %2]!",ops); return ""; } [(set_attr "length" "8")]) (define_expand "mve_vldrdq_gather_base_wb_v2di" [(match_operand:V2DI 0 "s_register_operand") (match_operand:V2DI 1 "s_register_operand") (match_operand:SI 2 "mve_vldrd_immediate") (unspec:V2DI [(const_int 0)] VLDRDGBWBQ)] "TARGET_HAVE_MVE" { rtx ignore_result = gen_reg_rtx (V2DImode); emit_insn ( gen_mve_vldrdq_gather_base_wb_v2di_insn (ignore_result, operands[0], operands[1], operands[2])); DONE; }) (define_expand "mve_vldrdq_gather_base_nowb_v2di" [(match_operand:V2DI 0 "s_register_operand") (match_operand:V2DI 1 "s_register_operand") (match_operand:SI 2 "mve_vldrd_immediate") (unspec:V2DI [(const_int 0)] VLDRDGBWBQ)] "TARGET_HAVE_MVE" { rtx ignore_wb = gen_reg_rtx (V2DImode); emit_insn ( gen_mve_vldrdq_gather_base_wb_v2di_insn (operands[0], ignore_wb, operands[1], operands[2])); DONE; }) ;; ;; [vldrdq_gather_base_wb_s vldrdq_gather_base_wb_u] ;; (define_insn "mve_vldrdq_gather_base_wb_v2di_insn" [(set (match_operand:V2DI 0 "s_register_operand" "=&w") (unspec:V2DI [(match_operand:V2DI 2 "s_register_operand" "1") (match_operand:SI 3 "mve_vldrd_immediate" "Ri") (mem:BLK (scratch))] VLDRDGBWBQ)) (set (match_operand:V2DI 1 "s_register_operand" "=&w") (unspec:V2DI [(match_dup 2) (match_dup 3)] VLDRDGBWBQ)) ] "TARGET_HAVE_MVE" { rtx ops[3]; ops[0] = operands[0]; ops[1] = operands[2]; ops[2] = operands[3]; output_asm_insn ("vldrd.64\t%q0, [%q1, %2]!",ops); return ""; } [(set_attr "length" "4")]) (define_expand "mve_vldrdq_gather_base_wb_z_v2di" [(match_operand:V2DI 0 "s_register_operand") (match_operand:V2DI 1 "s_register_operand") (match_operand:SI 2 "mve_vldrd_immediate") (match_operand:HI 3 "vpr_register_operand") (unspec:V2DI [(const_int 0)] VLDRDGBWBQ)] "TARGET_HAVE_MVE" { rtx ignore_result = gen_reg_rtx (V2DImode); emit_insn ( gen_mve_vldrdq_gather_base_wb_z_v2di_insn (ignore_result, operands[0], operands[1], operands[2], operands[3])); DONE; }) (define_expand "mve_vldrdq_gather_base_nowb_z_v2di" [(match_operand:V2DI 0 "s_register_operand") (match_operand:V2DI 1 "s_register_operand") (match_operand:SI 2 "mve_vldrd_immediate") (match_operand:HI 3 "vpr_register_operand") (unspec:V2DI [(const_int 0)] VLDRDGBWBQ)] "TARGET_HAVE_MVE" { rtx ignore_wb = gen_reg_rtx (V2DImode); emit_insn ( gen_mve_vldrdq_gather_base_wb_z_v2di_insn (operands[0], ignore_wb, operands[1], operands[2], operands[3])); DONE; }) (define_insn "get_fpscr_nzcvqc" [(set (match_operand:SI 0 "register_operand" "=r") (unspec:SI [(reg:SI VFPCC_REGNUM)] UNSPEC_GET_FPSCR_NZCVQC))] "TARGET_HAVE_MVE" "vmrs\\t%0, FPSCR_nzcvqc" [(set_attr "type" "mve_move")]) (define_insn "set_fpscr_nzcvqc" [(set (reg:SI VFPCC_REGNUM) (unspec_volatile:SI [(match_operand:SI 0 "register_operand" "r")] VUNSPEC_SET_FPSCR_NZCVQC))] "TARGET_HAVE_MVE" "vmsr\\tFPSCR_nzcvqc, %0" [(set_attr "type" "mve_move")]) ;; ;; [vldrdq_gather_base_wb_z_s vldrdq_gather_base_wb_z_u] ;; (define_insn "mve_vldrdq_gather_base_wb_z_v2di_insn" [(set (match_operand:V2DI 0 "s_register_operand" "=&w") (unspec:V2DI [(match_operand:V2DI 2 "s_register_operand" "1") (match_operand:SI 3 "mve_vldrd_immediate" "Ri") (match_operand:HI 4 "vpr_register_operand" "Up") (mem:BLK (scratch))] VLDRDGBWBQ)) (set (match_operand:V2DI 1 "s_register_operand" "=&w") (unspec:V2DI [(match_dup 2) (match_dup 3)] VLDRDGBWBQ)) ] "TARGET_HAVE_MVE" { rtx ops[3]; ops[0] = operands[0]; ops[1] = operands[2]; ops[2] = operands[3]; output_asm_insn ("vpst\;vldrdt.u64\t%q0, [%q1, %2]!",ops); return ""; } [(set_attr "length" "8")]) ;; ;; [vadciq_m_s, vadciq_m_u]) ;; (define_insn "mve_vadciq_m_v4si" [(set (match_operand:V4SI 0 "s_register_operand" "=w") (unspec:V4SI [(match_operand:V4SI 1 "s_register_operand" "0") (match_operand:V4SI 2 "s_register_operand" "w") (match_operand:V4SI 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VADCIQ_M)) (set (reg:SI VFPCC_REGNUM) (unspec:SI [(const_int 0)] VADCIQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vadcit.i32\t%q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length" "8")]) ;; ;; [vadciq_u, vadciq_s]) ;; (define_insn "mve_vadciq_v4si" [(set (match_operand:V4SI 0 "s_register_operand" "=w") (unspec:V4SI [(match_operand:V4SI 1 "s_register_operand" "w") (match_operand:V4SI 2 "s_register_operand" "w")] VADCIQ)) (set (reg:SI VFPCC_REGNUM) (unspec:SI [(const_int 0)] VADCIQ)) ] "TARGET_HAVE_MVE" "vadci.i32\t%q0, %q1, %q2" [(set_attr "type" "mve_move") (set_attr "length" "4")]) ;; ;; [vadcq_m_s, vadcq_m_u]) ;; (define_insn "mve_vadcq_m_v4si" [(set (match_operand:V4SI 0 "s_register_operand" "=w") (unspec:V4SI [(match_operand:V4SI 1 "s_register_operand" "0") (match_operand:V4SI 2 "s_register_operand" "w") (match_operand:V4SI 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VADCQ_M)) (set (reg:SI VFPCC_REGNUM) (unspec:SI [(reg:SI VFPCC_REGNUM)] VADCQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vadct.i32\t%q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length" "8")]) ;; ;; [vadcq_u, vadcq_s]) ;; (define_insn "mve_vadcq_v4si" [(set (match_operand:V4SI 0 "s_register_operand" "=w") (unspec:V4SI [(match_operand:V4SI 1 "s_register_operand" "w") (match_operand:V4SI 2 "s_register_operand" "w")] VADCQ)) (set (reg:SI VFPCC_REGNUM) (unspec:SI [(reg:SI VFPCC_REGNUM)] VADCQ)) ] "TARGET_HAVE_MVE" "vadc.i32\t%q0, %q1, %q2" [(set_attr "type" "mve_move") (set_attr "length" "4") (set_attr "conds" "set")]) ;; ;; [vsbciq_m_u, vsbciq_m_s]) ;; (define_insn "mve_vsbciq_m_v4si" [(set (match_operand:V4SI 0 "s_register_operand" "=w") (unspec:V4SI [(match_operand:V4SI 1 "s_register_operand" "w") (match_operand:V4SI 2 "s_register_operand" "w") (match_operand:V4SI 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VSBCIQ_M)) (set (reg:SI VFPCC_REGNUM) (unspec:SI [(const_int 0)] VSBCIQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vsbcit.i32\t%q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length" "8")]) ;; ;; [vsbciq_s, vsbciq_u]) ;; (define_insn "mve_vsbciq_v4si" [(set (match_operand:V4SI 0 "s_register_operand" "=w") (unspec:V4SI [(match_operand:V4SI 1 "s_register_operand" "w") (match_operand:V4SI 2 "s_register_operand" "w")] VSBCIQ)) (set (reg:SI VFPCC_REGNUM) (unspec:SI [(const_int 0)] VSBCIQ)) ] "TARGET_HAVE_MVE" "vsbci.i32\t%q0, %q1, %q2" [(set_attr "type" "mve_move") (set_attr "length" "4")]) ;; ;; [vsbcq_m_u, vsbcq_m_s]) ;; (define_insn "mve_vsbcq_m_v4si" [(set (match_operand:V4SI 0 "s_register_operand" "=w") (unspec:V4SI [(match_operand:V4SI 1 "s_register_operand" "w") (match_operand:V4SI 2 "s_register_operand" "w") (match_operand:V4SI 3 "s_register_operand" "w") (match_operand:HI 4 "vpr_register_operand" "Up")] VSBCQ_M)) (set (reg:SI VFPCC_REGNUM) (unspec:SI [(reg:SI VFPCC_REGNUM)] VSBCQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vsbct.i32\t%q0, %q2, %q3" [(set_attr "type" "mve_move") (set_attr "length" "8")]) ;; ;; [vsbcq_s, vsbcq_u]) ;; (define_insn "mve_vsbcq_v4si" [(set (match_operand:V4SI 0 "s_register_operand" "=w") (unspec:V4SI [(match_operand:V4SI 1 "s_register_operand" "w") (match_operand:V4SI 2 "s_register_operand" "w")] VSBCQ)) (set (reg:SI VFPCC_REGNUM) (unspec:SI [(reg:SI VFPCC_REGNUM)] VSBCQ)) ] "TARGET_HAVE_MVE" "vsbc.i32\t%q0, %q1, %q2" [(set_attr "type" "mve_move") (set_attr "length" "4")]) ;; ;; [vst2q]) ;; (define_insn "mve_vst2q" [(set (match_operand:OI 0 "neon_struct_operand" "=Um") (unspec:OI [(match_operand:OI 1 "s_register_operand" "w") (unspec:MVE_VLD_ST [(const_int 0)] UNSPEC_VSTRUCTDUMMY)] VST2Q)) ] "(TARGET_HAVE_MVE && VALID_MVE_SI_MODE (mode)) || (TARGET_HAVE_MVE_FLOAT && VALID_MVE_SF_MODE (mode))" { rtx ops[4]; int regno = REGNO (operands[1]); ops[0] = gen_rtx_REG (TImode, regno); ops[1] = gen_rtx_REG (TImode, regno + 4); rtx reg = operands[0]; while (reg && !REG_P (reg)) reg = XEXP (reg, 0); gcc_assert (REG_P (reg)); ops[2] = reg; ops[3] = operands[0]; output_asm_insn ("vst20.\t{%q0, %q1}, [%2]\n\t" "vst21.\t{%q0, %q1}, %3", ops); return ""; } [(set_attr "length" "8")]) ;; ;; [vld2q]) ;; (define_insn "mve_vld2q" [(set (match_operand:OI 0 "s_register_operand" "=w") (unspec:OI [(match_operand:OI 1 "neon_struct_operand" "Um") (unspec:MVE_VLD_ST [(const_int 0)] UNSPEC_VSTRUCTDUMMY)] VLD2Q)) ] "(TARGET_HAVE_MVE && VALID_MVE_SI_MODE (mode)) || (TARGET_HAVE_MVE_FLOAT && VALID_MVE_SF_MODE (mode))" { rtx ops[4]; int regno = REGNO (operands[0]); ops[0] = gen_rtx_REG (TImode, regno); ops[1] = gen_rtx_REG (TImode, regno + 4); rtx reg = operands[1]; while (reg && !REG_P (reg)) reg = XEXP (reg, 0); gcc_assert (REG_P (reg)); ops[2] = reg; ops[3] = operands[1]; output_asm_insn ("vld20.\t{%q0, %q1}, [%2]\n\t" "vld21.\t{%q0, %q1}, %3", ops); return ""; } [(set_attr "length" "8")]) ;; ;; [vld4q]) ;; (define_insn "mve_vld4q" [(set (match_operand:XI 0 "s_register_operand" "=w") (unspec:XI [(match_operand:XI 1 "neon_struct_operand" "Um") (unspec:MVE_VLD_ST [(const_int 0)] UNSPEC_VSTRUCTDUMMY)] VLD4Q)) ] "(TARGET_HAVE_MVE && VALID_MVE_SI_MODE (mode)) || (TARGET_HAVE_MVE_FLOAT && VALID_MVE_SF_MODE (mode))" { rtx ops[6]; int regno = REGNO (operands[0]); ops[0] = gen_rtx_REG (TImode, regno); ops[1] = gen_rtx_REG (TImode, regno+4); ops[2] = gen_rtx_REG (TImode, regno+8); ops[3] = gen_rtx_REG (TImode, regno + 12); rtx reg = operands[1]; while (reg && !REG_P (reg)) reg = XEXP (reg, 0); gcc_assert (REG_P (reg)); ops[4] = reg; ops[5] = operands[1]; output_asm_insn ("vld40.\t{%q0, %q1, %q2, %q3}, [%4]\n\t" "vld41.\t{%q0, %q1, %q2, %q3}, [%4]\n\t" "vld42.\t{%q0, %q1, %q2, %q3}, [%4]\n\t" "vld43.\t{%q0, %q1, %q2, %q3}, %5", ops); return ""; } [(set_attr "length" "16")]) ;; ;; [vgetq_lane_u, vgetq_lane_s, vgetq_lane_f]) ;; (define_insn "mve_vec_extract" [(set (match_operand: 0 "nonimmediate_operand" "=r") (vec_select: (match_operand:MVE_VLD_ST 1 "s_register_operand" "w") (parallel [(match_operand:SI 2 "immediate_operand" "i")])))] "(TARGET_HAVE_MVE && VALID_MVE_SI_MODE (mode)) || (TARGET_HAVE_MVE_FLOAT && VALID_MVE_SF_MODE (mode))" { if (BYTES_BIG_ENDIAN) { int elt = INTVAL (operands[2]); elt = GET_MODE_NUNITS (mode) - 1 - elt; operands[2] = GEN_INT (elt); } return "vmov.\t%0, %q1[%c2]"; } [(set_attr "type" "mve_move")]) (define_insn "mve_vec_extractv2didi" [(set (match_operand:DI 0 "nonimmediate_operand" "=r") (vec_select:DI (match_operand:V2DI 1 "s_register_operand" "w") (parallel [(match_operand:SI 2 "immediate_operand" "i")])))] "TARGET_HAVE_MVE" { int elt = INTVAL (operands[2]); if (BYTES_BIG_ENDIAN) elt = 1 - elt; if (elt == 0) return "vmov\t%Q0, %R0, %e1"; else return "vmov\t%Q0, %R0, %f1"; } [(set_attr "type" "mve_move")]) (define_insn "*mve_vec_extract_sext_internal" [(set (match_operand:SI 0 "s_register_operand" "=r") (sign_extend:SI (vec_select: (match_operand:MVE_2 1 "s_register_operand" "w") (parallel [(match_operand:SI 2 "immediate_operand" "i")]))))] "(TARGET_HAVE_MVE && VALID_MVE_SI_MODE (mode)) || (TARGET_HAVE_MVE_FLOAT && VALID_MVE_SF_MODE (mode))" { if (BYTES_BIG_ENDIAN) { int elt = INTVAL (operands[2]); elt = GET_MODE_NUNITS (mode) - 1 - elt; operands[2] = GEN_INT (elt); } return "vmov.s\t%0, %q1[%c2]"; } [(set_attr "type" "mve_move")]) (define_insn "*mve_vec_extract_zext_internal" [(set (match_operand:SI 0 "s_register_operand" "=r") (zero_extend:SI (vec_select: (match_operand:MVE_2 1 "s_register_operand" "w") (parallel [(match_operand:SI 2 "immediate_operand" "i")]))))] "(TARGET_HAVE_MVE && VALID_MVE_SI_MODE (mode)) || (TARGET_HAVE_MVE_FLOAT && VALID_MVE_SF_MODE (mode))" { if (BYTES_BIG_ENDIAN) { int elt = INTVAL (operands[2]); elt = GET_MODE_NUNITS (mode) - 1 - elt; operands[2] = GEN_INT (elt); } return "vmov.u\t%0, %q1[%c2]"; } [(set_attr "type" "mve_move")]) ;; ;; [vsetq_lane_u, vsetq_lane_s, vsetq_lane_f]) ;; (define_insn "mve_vec_set_internal" [(set (match_operand:VQ2 0 "s_register_operand" "=w") (vec_merge:VQ2 (vec_duplicate:VQ2 (match_operand: 1 "nonimmediate_operand" "r")) (match_operand:VQ2 3 "s_register_operand" "0") (match_operand:SI 2 "immediate_operand" "i")))] "(TARGET_HAVE_MVE && VALID_MVE_SI_MODE (mode)) || (TARGET_HAVE_MVE_FLOAT && VALID_MVE_SF_MODE (mode))" { int elt = ffs ((int) INTVAL (operands[2])) - 1; if (BYTES_BIG_ENDIAN) elt = GET_MODE_NUNITS (mode) - 1 - elt; operands[2] = GEN_INT (elt); return "vmov.\t%q0[%c2], %1"; } [(set_attr "type" "mve_move")]) (define_insn "mve_vec_setv2di_internal" [(set (match_operand:V2DI 0 "s_register_operand" "=w") (vec_merge:V2DI (vec_duplicate:V2DI (match_operand:DI 1 "nonimmediate_operand" "r")) (match_operand:V2DI 3 "s_register_operand" "0") (match_operand:SI 2 "immediate_operand" "i")))] "TARGET_HAVE_MVE" { int elt = ffs ((int) INTVAL (operands[2])) - 1; if (BYTES_BIG_ENDIAN) elt = 1 - elt; if (elt == 0) return "vmov\t%e0, %Q1, %R1"; else return "vmov\t%f0, %J1, %K1"; } [(set_attr "type" "mve_move")]) ;; ;; [uqrshll_di] ;; (define_insn "mve_uqrshll_sat_di" [(set (match_operand:DI 0 "arm_low_register_operand" "=l") (unspec:DI [(match_operand:DI 1 "arm_low_register_operand" "0") (match_operand:SI 2 "register_operand" "r")] UQRSHLLQ))] "TARGET_HAVE_MVE" "uqrshll%?\\t%Q1, %R1, #, %2" [(set_attr "predicable" "yes")]) ;; ;; [sqrshrl_di] ;; (define_insn "mve_sqrshrl_sat_di" [(set (match_operand:DI 0 "arm_low_register_operand" "=l") (unspec:DI [(match_operand:DI 1 "arm_low_register_operand" "0") (match_operand:SI 2 "register_operand" "r")] SQRSHRLQ))] "TARGET_HAVE_MVE" "sqrshrl%?\\t%Q1, %R1, #, %2" [(set_attr "predicable" "yes")]) ;; ;; [uqrshl_si] ;; (define_insn "mve_uqrshl_si" [(set (match_operand:SI 0 "arm_general_register_operand" "=r") (unspec:SI [(match_operand:SI 1 "arm_general_register_operand" "0") (match_operand:SI 2 "register_operand" "r")] UQRSHL))] "TARGET_HAVE_MVE" "uqrshl%?\\t%1, %2" [(set_attr "predicable" "yes")]) ;; ;; [sqrshr_si] ;; (define_insn "mve_sqrshr_si" [(set (match_operand:SI 0 "arm_general_register_operand" "=r") (unspec:SI [(match_operand:SI 1 "arm_general_register_operand" "0") (match_operand:SI 2 "register_operand" "r")] SQRSHR))] "TARGET_HAVE_MVE" "sqrshr%?\\t%1, %2" [(set_attr "predicable" "yes")]) ;; ;; [uqshll_di] ;; (define_insn "mve_uqshll_di" [(set (match_operand:DI 0 "arm_low_register_operand" "=l") (us_ashift:DI (match_operand:DI 1 "arm_low_register_operand" "0") (match_operand:SI 2 "immediate_operand" "Pg")))] "TARGET_HAVE_MVE" "uqshll%?\\t%Q1, %R1, %2" [(set_attr "predicable" "yes")]) ;; ;; [urshrl_di] ;; (define_insn "mve_urshrl_di" [(set (match_operand:DI 0 "arm_low_register_operand" "=l") (unspec:DI [(match_operand:DI 1 "arm_low_register_operand" "0") (match_operand:SI 2 "immediate_operand" "Pg")] URSHRL))] "TARGET_HAVE_MVE" "urshrl%?\\t%Q1, %R1, %2" [(set_attr "predicable" "yes")]) ;; ;; [uqshl_si] ;; (define_insn "mve_uqshl_si" [(set (match_operand:SI 0 "arm_general_register_operand" "=r") (us_ashift:SI (match_operand:SI 1 "arm_general_register_operand" "0") (match_operand:SI 2 "immediate_operand" "Pg")))] "TARGET_HAVE_MVE" "uqshl%?\\t%1, %2" [(set_attr "predicable" "yes")]) ;; ;; [urshr_si] ;; (define_insn "mve_urshr_si" [(set (match_operand:SI 0 "arm_general_register_operand" "=r") (unspec:SI [(match_operand:SI 1 "arm_general_register_operand" "0") (match_operand:SI 2 "immediate_operand" "Pg")] URSHR))] "TARGET_HAVE_MVE" "urshr%?\\t%1, %2" [(set_attr "predicable" "yes")]) ;; ;; [sqshl_si] ;; (define_insn "mve_sqshl_si" [(set (match_operand:SI 0 "arm_general_register_operand" "=r") (ss_ashift:SI (match_operand:DI 1 "arm_general_register_operand" "0") (match_operand:SI 2 "immediate_operand" "Pg")))] "TARGET_HAVE_MVE" "sqshl%?\\t%1, %2" [(set_attr "predicable" "yes")]) ;; ;; [srshr_si] ;; (define_insn "mve_srshr_si" [(set (match_operand:SI 0 "arm_general_register_operand" "=r") (unspec:SI [(match_operand:DI 1 "arm_general_register_operand" "0") (match_operand:SI 2 "immediate_operand" "Pg")] SRSHR))] "TARGET_HAVE_MVE" "srshr%?\\t%1, %2" [(set_attr "predicable" "yes")]) ;; ;; [srshrl_di] ;; (define_insn "mve_srshrl_di" [(set (match_operand:DI 0 "arm_low_register_operand" "=l") (unspec:DI [(match_operand:DI 1 "arm_low_register_operand" "0") (match_operand:SI 2 "immediate_operand" "Pg")] SRSHRL))] "TARGET_HAVE_MVE" "srshrl%?\\t%Q1, %R1, %2" [(set_attr "predicable" "yes")]) ;; ;; [sqshll_di] ;; (define_insn "mve_sqshll_di" [(set (match_operand:DI 0 "arm_low_register_operand" "=l") (ss_ashift:DI (match_operand:DI 1 "arm_low_register_operand" "0") (match_operand:SI 2 "immediate_operand" "Pg")))] "TARGET_HAVE_MVE" "sqshll%?\\t%Q1, %R1, %2" [(set_attr "predicable" "yes")]) ;; ;; [vshlcq_m_u vshlcq_m_s] ;; (define_expand "mve_vshlcq_m_vec_" [(match_operand:MVE_2 0 "s_register_operand") (match_operand:MVE_2 1 "s_register_operand") (match_operand:SI 2 "s_register_operand") (match_operand:SI 3 "mve_imm_32") (match_operand:HI 4 "vpr_register_operand") (unspec:MVE_2 [(const_int 0)] VSHLCQ_M)] "TARGET_HAVE_MVE" { rtx ignore_wb = gen_reg_rtx (SImode); emit_insn (gen_mve_vshlcq_m_ (operands[0], ignore_wb, operands[1], operands[2], operands[3], operands[4])); DONE; }) (define_expand "mve_vshlcq_m_carry_" [(match_operand:SI 0 "s_register_operand") (match_operand:MVE_2 1 "s_register_operand") (match_operand:SI 2 "s_register_operand") (match_operand:SI 3 "mve_imm_32") (match_operand:HI 4 "vpr_register_operand") (unspec:MVE_2 [(const_int 0)] VSHLCQ_M)] "TARGET_HAVE_MVE" { rtx ignore_vec = gen_reg_rtx (mode); emit_insn (gen_mve_vshlcq_m_ (ignore_vec, operands[0], operands[1], operands[2], operands[3], operands[4])); DONE; }) (define_insn "mve_vshlcq_m_" [(set (match_operand:MVE_2 0 "s_register_operand" "=w") (unspec:MVE_2 [(match_operand:MVE_2 2 "s_register_operand" "0") (match_operand:SI 3 "s_register_operand" "1") (match_operand:SI 4 "mve_imm_32" "Rf") (match_operand:HI 5 "vpr_register_operand" "Up")] VSHLCQ_M)) (set (match_operand:SI 1 "s_register_operand" "=r") (unspec:SI [(match_dup 2) (match_dup 3) (match_dup 4) (match_dup 5)] VSHLCQ_M)) ] "TARGET_HAVE_MVE" "vpst\;vshlct\t%q0, %1, %4" [(set_attr "type" "mve_move") (set_attr "length" "8")]) ;; CDE instructions on MVE registers. (define_insn "arm_vcx1qv16qi" [(set (match_operand:V16QI 0 "register_operand" "=t") (unspec:V16QI [(match_operand:SI 1 "const_int_coproc_operand" "i") (match_operand:SI 2 "const_int_mve_cde1_operand" "i")] UNSPEC_VCDE))] "TARGET_CDE && TARGET_HAVE_MVE" "vcx1\\tp%c1, %q0, #%c2" [(set_attr "type" "coproc")] ) (define_insn "arm_vcx1qav16qi" [(set (match_operand:V16QI 0 "register_operand" "=t") (unspec:V16QI [(match_operand:SI 1 "const_int_coproc_operand" "i") (match_operand:V16QI 2 "register_operand" "0") (match_operand:SI 3 "const_int_mve_cde1_operand" "i")] UNSPEC_VCDEA))] "TARGET_CDE && TARGET_HAVE_MVE" "vcx1a\\tp%c1, %q0, #%c3" [(set_attr "type" "coproc")] ) (define_insn "arm_vcx2qv16qi" [(set (match_operand:V16QI 0 "register_operand" "=t") (unspec:V16QI [(match_operand:SI 1 "const_int_coproc_operand" "i") (match_operand:V16QI 2 "register_operand" "t") (match_operand:SI 3 "const_int_mve_cde2_operand" "i")] UNSPEC_VCDE))] "TARGET_CDE && TARGET_HAVE_MVE" "vcx2\\tp%c1, %q0, %q2, #%c3" [(set_attr "type" "coproc")] ) (define_insn "arm_vcx2qav16qi" [(set (match_operand:V16QI 0 "register_operand" "=t") (unspec:V16QI [(match_operand:SI 1 "const_int_coproc_operand" "i") (match_operand:V16QI 2 "register_operand" "0") (match_operand:V16QI 3 "register_operand" "t") (match_operand:SI 4 "const_int_mve_cde2_operand" "i")] UNSPEC_VCDEA))] "TARGET_CDE && TARGET_HAVE_MVE" "vcx2a\\tp%c1, %q0, %q3, #%c4" [(set_attr "type" "coproc")] ) (define_insn "arm_vcx3qv16qi" [(set (match_operand:V16QI 0 "register_operand" "=t") (unspec:V16QI [(match_operand:SI 1 "const_int_coproc_operand" "i") (match_operand:V16QI 2 "register_operand" "t") (match_operand:V16QI 3 "register_operand" "t") (match_operand:SI 4 "const_int_mve_cde3_operand" "i")] UNSPEC_VCDE))] "TARGET_CDE && TARGET_HAVE_MVE" "vcx3\\tp%c1, %q0, %q2, %q3, #%c4" [(set_attr "type" "coproc")] ) (define_insn "arm_vcx3qav16qi" [(set (match_operand:V16QI 0 "register_operand" "=t") (unspec:V16QI [(match_operand:SI 1 "const_int_coproc_operand" "i") (match_operand:V16QI 2 "register_operand" "0") (match_operand:V16QI 3 "register_operand" "t") (match_operand:V16QI 4 "register_operand" "t") (match_operand:SI 5 "const_int_mve_cde3_operand" "i")] UNSPEC_VCDEA))] "TARGET_CDE && TARGET_HAVE_MVE" "vcx3a\\tp%c1, %q0, %q3, %q4, #%c5" [(set_attr "type" "coproc")] ) (define_insn "arm_vcx1q_p_v16qi" [(set (match_operand:V16QI 0 "register_operand" "=t") (unspec:V16QI [(match_operand:SI 1 "const_int_coproc_operand" "i") (match_operand:V16QI 2 "register_operand" "0") (match_operand:SI 3 "const_int_mve_cde1_operand" "i") (match_operand:HI 4 "vpr_register_operand" "Up")] CDE_VCX))] "TARGET_CDE && TARGET_HAVE_MVE" "vpst\;vcx1t\\tp%c1, %q0, #%c3" [(set_attr "type" "coproc") (set_attr "length" "8")] ) (define_insn "arm_vcx2q_p_v16qi" [(set (match_operand:V16QI 0 "register_operand" "=t") (unspec:V16QI [(match_operand:SI 1 "const_int_coproc_operand" "i") (match_operand:V16QI 2 "register_operand" "0") (match_operand:V16QI 3 "register_operand" "t") (match_operand:SI 4 "const_int_mve_cde2_operand" "i") (match_operand:HI 5 "vpr_register_operand" "Up")] CDE_VCX))] "TARGET_CDE && TARGET_HAVE_MVE" "vpst\;vcx2t\\tp%c1, %q0, %q3, #%c4" [(set_attr "type" "coproc") (set_attr "length" "8")] ) (define_insn "arm_vcx3q_p_v16qi" [(set (match_operand:V16QI 0 "register_operand" "=t") (unspec:V16QI [(match_operand:SI 1 "const_int_coproc_operand" "i") (match_operand:V16QI 2 "register_operand" "0") (match_operand:V16QI 3 "register_operand" "t") (match_operand:V16QI 4 "register_operand" "t") (match_operand:SI 5 "const_int_mve_cde3_operand" "i") (match_operand:HI 6 "vpr_register_operand" "Up")] CDE_VCX))] "TARGET_CDE && TARGET_HAVE_MVE" "vpst\;vcx3t\\tp%c1, %q0, %q3, %q4, #%c5" [(set_attr "type" "coproc") (set_attr "length" "8")] )