Lines Matching refs:asl
4088 def S2_asl_i_r : T_S2op_shift <"asl", 0b000, 0b010, shl>;
4093 def S2_asl_i_r_sat : T_S2op_2_ii <"asl", 0b010, 0b010, 1>;
4464 def S2_asl_i_p : S_2OpInstImmI6<"asl", shl, 0b010>;
5150 // Rx[+-&|^]=asl(Rs,#u5)
5180 // Rx[+-&|^]=asl(Rs,Rt)
5208 // Rxx[+-&|^]=asl(Rss,#u6)
5237 // Rxx[+-&|^]=asl(Rss,Rt)
5294 defm S2_asl : xtype_imm_acc<"asl", shl, 0b10>,
5295 xtype_xor_imm_acc<"asl", shl, 0b10>;
5321 defm S2_asl : xtype_reg_acc<"asl", shl, 0b10>;
5439 // Rdd=[asr|lsr|asl|lsl](Rss,Rt)
5443 def S2_asl_r_p : T_S3op_shift64 < "asl", shl, 0b10>;
5446 // Rd=[asr|lsr|asl|lsl](Rs,Rt)
5450 def S2_asl_r_r : T_S3op_shift32<"asl", shl, 0b10>;
5455 // Rd=asl(Rs,Rt):sat
5459 def S2_asl_r_r_sat : T_S3op_shift32_Sat<"asl", 0b10>;