Home | History | Annotate | Download | only in aarch32

Lines Matching refs:vsli

6585 void Disassembler::vsli(Condition cond,
6599 void Disassembler::vsli(Condition cond,
31992 // VSLI{<c>}{<q>}.<dt> {<Dd>}, <Dm>, #<imm> ; T1 NOLINT(whitespace/line_length)
31993 vsli(CurrentCond(),
37190 // VSLI{<c>}{<q>}.<dt> {<Qd>}, <Qm>, #<imm> ; T1 NOLINT(whitespace/line_length)
37191 vsli(CurrentCond(),
44568 // VSLI{<c>}{<q>}.<dt> {<Dd>}, <Dm>, #<imm> ; A1
44569 vsli(al, dt, DRegister(rd), DRegister(rm), imm);
48746 // VSLI{<c>}{<q>}.<dt> {<Qd>}, <Qm>, #<imm> ; A1
48747 vsli(al, dt, QRegister(rd), QRegister(rm), imm);