Searched refs:ScalarFormatMap (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/arm64/ |
D | disasm-arm64.cc | 1769 NEONFormatDecoder nfd(instr, NEONFormatDecoder::ScalarFormatMap(), in VisitNEONAcrossLanes() 1836 NEONFormatDecoder::ScalarFormatMap()); in VisitNEONByIndexedElement() 2609 NEONFormatDecoder nfd(instr, NEONFormatDecoder::ScalarFormatMap()); in VisitNEONScalar2RegMisc() 2731 nfd.SetFormatMap(0, nfd.ScalarFormatMap()); in VisitNEONScalar2RegMisc() 2755 NEONFormatDecoder::ScalarFormatMap()); in VisitNEONScalar3Diff() 2776 NEONFormatDecoder nfd(instr, NEONFormatDecoder::ScalarFormatMap()); in VisitNEONScalar3Same() 2889 NEONFormatDecoder nfd(instr, NEONFormatDecoder::ScalarFormatMap()); in VisitNEONScalarByIndexedElement()
|
D | instructions-arm64.h | 730 static const NEONFormatMap* ScalarFormatMap() { in ScalarFormatMap() function
|
D | simulator-arm64.cc | 4869 NEONFormatDecoder nfd(instr, NEONFormatDecoder::ScalarFormatMap()); in VisitNEONScalar2RegMisc() 5030 NEONFormatDecoder nfd(instr, NEONFormatDecoder::ScalarFormatMap()); in VisitNEONScalar3Same() 5147 VectorFormat vf_r = nfd.GetVectorFormat(nfd.ScalarFormatMap()); in VisitNEONScalarByIndexedElement()
|
/external/vixl/src/aarch64/ |
D | disasm-aarch64.cc | 2916 NEONFormatDecoder::ScalarFormatMap(), in VisitNEONAcrossLanes() 3019 NEONFormatDecoder::ScalarFormatMap()); in VisitNEONByIndexedElement() 3814 NEONFormatDecoder nfd(instr, NEONFormatDecoder::ScalarFormatMap()); in VisitNEONScalar2RegMisc() 3936 nfd.SetFormatMap(0, nfd.ScalarFormatMap()); in VisitNEONScalar2RegMisc() 4008 NEONFormatDecoder::ScalarFormatMap()); in VisitNEONScalar3Diff() 4030 NEONFormatDecoder nfd(instr, NEONFormatDecoder::ScalarFormatMap()); in VisitNEONScalar3Same() 4181 NEONFormatDecoder nfd(instr, NEONFormatDecoder::ScalarFormatMap()); in VisitNEONScalar3SameExtra() 4201 NEONFormatDecoder nfd(instr, NEONFormatDecoder::ScalarFormatMap()); in VisitNEONScalarByIndexedElement()
|
D | instructions-aarch64.h | 750 static const NEONFormatMap* ScalarFormatMap() { in ScalarFormatMap() function
|
D | simulator-aarch64.cc | 5502 NEONFormatDecoder nfd(instr, NEONFormatDecoder::ScalarFormatMap()); in VisitNEONScalar2RegMisc() 5737 NEONFormatDecoder nfd(instr, NEONFormatDecoder::ScalarFormatMap()); in VisitNEONScalar3Same() 5891 NEONFormatDecoder nfd(instr, NEONFormatDecoder::ScalarFormatMap()); in VisitNEONScalar3SameExtra() 5913 VectorFormat vf_r = nfd.GetVectorFormat(nfd.ScalarFormatMap()); in VisitNEONScalarByIndexedElement()
|