Searched refs:vf_l (Results 1 – 1 of 1) sorted by relevance
/external/vixl/src/aarch64/ |
D | simulator-aarch64.cc | 7436 VectorFormat vf_l = nfd.GetVectorFormat(nfd.LongIntegerFormatMap()); in VisitNEON3Different() local 7444 pmull(vf_l, rd, rn, rm); in VisitNEON3Different() 7447 pmull2(vf_l, rd, rn, rm); in VisitNEON3Different() 7450 uaddl(vf_l, rd, rn, rm); in VisitNEON3Different() 7453 uaddl2(vf_l, rd, rn, rm); in VisitNEON3Different() 7456 saddl(vf_l, rd, rn, rm); in VisitNEON3Different() 7459 saddl2(vf_l, rd, rn, rm); in VisitNEON3Different() 7462 usubl(vf_l, rd, rn, rm); in VisitNEON3Different() 7465 usubl2(vf_l, rd, rn, rm); in VisitNEON3Different() 7468 ssubl(vf_l, rd, rn, rm); in VisitNEON3Different() [all …]
|