Searched refs:vf_r (Results 1 – 2 of 2) sorted by relevance
/external/vixl/src/aarch64/ |
D | simulator-aarch64.cc | 5085 VectorFormat vf_r = nfd.GetVectorFormat(); in VisitNEONByIndexedElement() local 5104 fmlal(vf_r, rd, rn, ReadVRegister(rm_low_reg), index_hlm); in VisitNEONByIndexedElement() 5107 fmlal2(vf_r, rd, rn, ReadVRegister(rm_low_reg), index_hlm); in VisitNEONByIndexedElement() 5110 fmlsl(vf_r, rd, rn, ReadVRegister(rm_low_reg), index_hlm); in VisitNEONByIndexedElement() 5113 fmlsl2(vf_r, rd, rn, ReadVRegister(rm_low_reg), index_hlm); in VisitNEONByIndexedElement() 5125 vf = vf_r; in VisitNEONByIndexedElement() 5129 vf = vf_r; in VisitNEONByIndexedElement() 5133 vf = vf_r; in VisitNEONByIndexedElement() 5137 vf = vf_r; in VisitNEONByIndexedElement() 5141 vf = vf_r; in VisitNEONByIndexedElement() [all …]
|
/external/v8/src/execution/arm64/ |
D | simulator-arm64.cc | 4431 VectorFormat vf_r = nfd.GetVectorFormat(); in VisitNEONByIndexedElement() local 4449 vf = vf_r; in VisitNEONByIndexedElement() 4453 vf = vf_r; in VisitNEONByIndexedElement() 4457 vf = vf_r; in VisitNEONByIndexedElement() 4461 vf = vf_r; in VisitNEONByIndexedElement() 4465 vf = vf_r; in VisitNEONByIndexedElement() 5376 VectorFormat vf_r = nfd.GetVectorFormat(nfd.ScalarFormatMap()); in VisitNEONScalarByIndexedElement() local 5401 vf = vf_r; in VisitNEONScalarByIndexedElement() 5405 vf = vf_r; in VisitNEONScalarByIndexedElement()
|