Home | History | Annotate | Download | only in arm64asm

Lines Matching defs:LSL

210 	LSL
679 LSL: "LSL",
1436 // LSL <Wd>, <Wn>, #<shift>
1437 {0xffc08000, 0x53000000, LSL, instArgs{arg_Wd, arg_Wn, arg_immediate_LSL_UBFM_32M_bitfield_0_31_immr}, lsl_ubfm_32m_bitfield_cond},
1450 // LSL <Xd>, <Xn>, #<shift>
1451 {0xffc00000, 0xd3400000, LSL, instArgs{arg_Xd, arg_Xn, arg_immediate_LSL_UBFM_64M_bitfield_0_63_immr}, lsl_ubfm_64m_bitfield_cond},
1460 // LSL <Wd>, <Wn>, <Wm>
1461 {0xffe0fc00, 0x1ac02000, LSL, instArgs{arg_Wd, arg_Wn, arg_Wm}, nil},
1464 // LSL <Xd>, <Xn>, <Xm>
1465 {0xffe0fc00, 0x9ac02000, LSL, instArgs{arg_Xd, arg_Xn, arg_Xm}, nil},
1502 // MOVN <Wd>, #<imm>{, LSL #<shift>}
1506 // MOVN <Xd>, #<imm>{, LSL #<shift>}
1518 // MOVZ <Wd>, #<imm>{, LSL #<shift>}
1522 // MOVZ <Xd>, #<imm>{, LSL #<shift>}
1524 // MOVK <Wd>, #<imm>{, LSL #<shift>}
1526 // MOVK <Xd>, #<imm>{, LSL #<shift>}
1766 // BIC <Vd>.<t>, #<imm8>{, LSL #<amount>}
1768 // BIC <Vd>.<t_1>, #<imm8>{, LSL #<amount>}
2574 // MOVI <Vd>.<t_2>, #<imm8>{, LSL #0}
2576 // MOVI <Vd>.<t>, #<imm8>{, LSL #<amount>}
2578 // MOVI <Vd>.<t_1>, #<imm8>{, LSL #<amount>}
2594 // MVNI <Vd>.<t>, #<imm8>{, LSL #<amount>}
2596 // MVNI <Vd>.<t_1>, #<imm8>{, LSL #<amount>}
2606 // ORR <Vd>.<t>, #<imm8>{, LSL #<amount>}
2608 // ORR <Vd>.<t_1>, #<imm8>{, LSL #<amount>}