Searched refs:vf_l (Results 1 – 1 of 1) sorted by relevance
/external/vixl/src/aarch64/ |
D | simulator-aarch64.cc | 5428 VectorFormat vf_l = nfd.GetVectorFormat(nfd.LongIntegerFormatMap()); in VisitNEON3Different() local 5436 pmull(vf_l, rd, rn, rm); in VisitNEON3Different() 5439 pmull2(vf_l, rd, rn, rm); in VisitNEON3Different() 5442 uaddl(vf_l, rd, rn, rm); in VisitNEON3Different() 5445 uaddl2(vf_l, rd, rn, rm); in VisitNEON3Different() 5448 saddl(vf_l, rd, rn, rm); in VisitNEON3Different() 5451 saddl2(vf_l, rd, rn, rm); in VisitNEON3Different() 5454 usubl(vf_l, rd, rn, rm); in VisitNEON3Different() 5457 usubl2(vf_l, rd, rn, rm); in VisitNEON3Different() 5460 ssubl(vf_l, rd, rn, rm); in VisitNEON3Different() [all …]
|