Lines Matching defs:rot
53 /* Return the UNSPEC_CDOT* unspec for rotation amount ROT. */
55 unspec_cdot (int rot)
57 switch (rot)
67 /* Return the UNSPEC_SQRDCMLAH* unspec for rotation amount ROT. */
69 unspec_sqrdcmlah (int rot)
71 switch (rot)
100 int rot = INTVAL (e.args.pop ());
101 return e.use_exact_insn (code_for_aarch64_sve (unspec_cdot (rot),
113 int rot = INTVAL (e.args.pop ());
114 return e.use_exact_insn (code_for_aarch64_lane (unspec_cdot (rot),
203 int rot = INTVAL (e.args.pop ());
204 if (rot == 90)
206 if (rot == 270)
219 int rot = INTVAL (e.args.pop ());
220 return e.use_exact_insn (code_for_aarch64_sve (unspec_sqrdcmlah (rot),
232 int rot = INTVAL (e.args.pop ());
233 return e.use_exact_insn (code_for_aarch64_lane (unspec_sqrdcmlah (rot),