Home | History | Annotate | Download | only in aarch32

Lines Matching refs:vrecpe

23816 void Assembler::vrecpe(Condition cond,
23824 // VRECPE{<c>}{<q>}.<dt> <Dd>, <Dm> ; T1
23835 // VRECPE{<c>}{<q>}.<dt> <Dd>, <Dm> ; A1
23845 Delegate(kVrecpe, &Assembler::vrecpe, cond, dt, rd, rm);
23848 void Assembler::vrecpe(Condition cond,
23856 // VRECPE{<c>}{<q>}.<dt> <Qd>, <Qm> ; T1
23867 // VRECPE{<c>}{<q>}.<dt> <Qd>, <Qm> ; A1
23877 Delegate(kVrecpe, &Assembler::vrecpe, cond, dt, rd, rm);