Searched refs:vf_l (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/execution/arm64/ |
D | simulator-arm64.cc | 4204 VectorFormat vf_l = nfd.GetVectorFormat(nfd.LongIntegerFormatMap()); in VisitNEON3Different() local 4212 pmull(vf_l, rd, rn, rm); in VisitNEON3Different() 4215 pmull2(vf_l, rd, rn, rm); in VisitNEON3Different() 4218 uaddl(vf_l, rd, rn, rm); in VisitNEON3Different() 4221 uaddl2(vf_l, rd, rn, rm); in VisitNEON3Different() 4224 saddl(vf_l, rd, rn, rm); in VisitNEON3Different() 4227 saddl2(vf_l, rd, rn, rm); in VisitNEON3Different() 4230 usubl(vf_l, rd, rn, rm); in VisitNEON3Different() 4233 usubl2(vf_l, rd, rn, rm); in VisitNEON3Different() 4236 ssubl(vf_l, rd, rn, rm); in VisitNEON3Different() [all …]
|
/external/vixl/src/aarch64/ |
D | simulator-aarch64.cc | 4835 VectorFormat vf_l = nfd.GetVectorFormat(nfd.LongIntegerFormatMap()); in VisitNEON3Different() local 4843 pmull(vf_l, rd, rn, rm); in VisitNEON3Different() 4846 pmull2(vf_l, rd, rn, rm); in VisitNEON3Different() 4849 uaddl(vf_l, rd, rn, rm); in VisitNEON3Different() 4852 uaddl2(vf_l, rd, rn, rm); in VisitNEON3Different() 4855 saddl(vf_l, rd, rn, rm); in VisitNEON3Different() 4858 saddl2(vf_l, rd, rn, rm); in VisitNEON3Different() 4861 usubl(vf_l, rd, rn, rm); in VisitNEON3Different() 4864 usubl2(vf_l, rd, rn, rm); in VisitNEON3Different() 4867 ssubl(vf_l, rd, rn, rm); in VisitNEON3Different() [all …]
|