Home
last modified time | relevance | path

Searched refs:vf_l (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/arm64/
Dsimulator-arm64.cc3975 VectorFormat vf_l = nfd.GetVectorFormat(nfd.LongIntegerFormatMap()); in VisitNEON3Different() local
3983 pmull(vf_l, rd, rn, rm); in VisitNEON3Different()
3986 pmull2(vf_l, rd, rn, rm); in VisitNEON3Different()
3989 uaddl(vf_l, rd, rn, rm); in VisitNEON3Different()
3992 uaddl2(vf_l, rd, rn, rm); in VisitNEON3Different()
3995 saddl(vf_l, rd, rn, rm); in VisitNEON3Different()
3998 saddl2(vf_l, rd, rn, rm); in VisitNEON3Different()
4001 usubl(vf_l, rd, rn, rm); in VisitNEON3Different()
4004 usubl2(vf_l, rd, rn, rm); in VisitNEON3Different()
4007 ssubl(vf_l, rd, rn, rm); in VisitNEON3Different()
[all …]
/external/vixl/src/aarch64/
Dsimulator-aarch64.cc4504 VectorFormat vf_l = nfd.GetVectorFormat(nfd.LongIntegerFormatMap()); in VisitNEON3Different() local
4512 pmull(vf_l, rd, rn, rm); in VisitNEON3Different()
4515 pmull2(vf_l, rd, rn, rm); in VisitNEON3Different()
4518 uaddl(vf_l, rd, rn, rm); in VisitNEON3Different()
4521 uaddl2(vf_l, rd, rn, rm); in VisitNEON3Different()
4524 saddl(vf_l, rd, rn, rm); in VisitNEON3Different()
4527 saddl2(vf_l, rd, rn, rm); in VisitNEON3Different()
4530 usubl(vf_l, rd, rn, rm); in VisitNEON3Different()
4533 usubl2(vf_l, rd, rn, rm); in VisitNEON3Different()
4536 ssubl(vf_l, rd, rn, rm); in VisitNEON3Different()
[all …]