Home | History | Annotate | Download | only in aarch32

Lines Matching full:vpmax

5633 void Disassembler::vpmax(
26035 // VPMAX{<c>}{<q>}.<dt> {<Dd>}, <Dn>, <Dm> ; T1
26036 vpmax(CurrentCond(),
26536 // VPMAX{<c>}{<q>}.F32 {<Dd>}, <Dn>, <Dm> ; T1
26537 vpmax(CurrentCond(),
39367 // VPMAX{<c>}{<q>}.<dt> {<Dd>}, <Dn>, <Dm> ; A1
39368 vpmax(al, dt, DRegister(rd), DRegister(rn), DRegister(rm));
39816 // VPMAX{<c>}{<q>}.F32 {<Dd>}, <Dn>, <Dm> ; A1
39817 vpmax(al, F32, DRegister(rd), DRegister(rn), DRegister(rm));