Lines Matching defs:rot
52 /* Return the UNSPEC_CMLA* unspec for rotation amount ROT. */
54 unspec_cmla (int rot)
56 switch (rot)
66 /* Return the UNSPEC_FCMLA* unspec for rotation amount ROT. */
68 unspec_fcmla (int rot)
70 switch (rot)
80 /* Return the UNSPEC_COND_FCMLA* unspec for rotation amount ROT. */
82 unspec_cond_fcmla (int rot)
84 switch (rot)
296 int rot = INTVAL (e.args.pop ());
297 if (rot == 90)
300 if (rot == 270)
338 int rot = INTVAL (e.args.pop ());
344 return e.map_to_unspecs (-1, -1, unspec_cond_fcmla (rot), 3);
348 int cmla = unspec_cmla (rot);
361 int rot = INTVAL (e.args.pop ());
368 insn_code icode = code_for_aarch64_lane (unspec_fcmla (rot), mode);
373 insn_code icode = code_for_aarch64_lane (unspec_cmla (rot), mode);