Lines Matching refs:asl
4095 def S2_asl_i_r : T_S2op_shift <"asl", 0b000, 0b010, shl>;
4100 def S2_asl_i_r_sat : T_S2op_2_ii <"asl", 0b010, 0b010, 1>;
4486 def S2_asl_i_p : S_2OpInstImmI6<"asl", shl, 0b010>;
5171 // Rx[+-&|^]=asl(Rs,#u5)
5201 // Rx[+-&|^]=asl(Rs,Rt)
5229 // Rxx[+-&|^]=asl(Rss,#u6)
5258 // Rxx[+-&|^]=asl(Rss,Rt)
5315 defm S2_asl : xtype_imm_acc<"asl", shl, 0b10>,
5316 xtype_xor_imm_acc<"asl", shl, 0b10>;
5342 defm S2_asl : xtype_reg_acc<"asl", shl, 0b10>;
5460 // Rdd=[asr|lsr|asl|lsl](Rss,Rt)
5464 def S2_asl_r_p : T_S3op_shift64 < "asl", shl, 0b10>;
5467 // Rd=[asr|lsr|asl|lsl](Rs,Rt)
5471 def S2_asl_r_r : T_S3op_shift32<"asl", shl, 0b10>;
5476 // Rd=asl(Rs,Rt):sat
5480 def S2_asl_r_r_sat : T_S3op_shift32_Sat<"asl", 0b10>;