Searched refs:SetFormatMap (Results 1 – 5 of 5) sorted by relevance
| /third_party/node/deps/v8/src/diagnostics/arm64/ |
| D | disasm-arm64.cc | 1698 nfd.SetFormatMap(0, &map_lp_ta); in VisitNEON2RegMisc() 1702 nfd.SetFormatMap(0, &map_lp_ta); in VisitNEON2RegMisc() 1721 nfd.SetFormatMap(0, &map_lp_ta); in VisitNEON2RegMisc() 1725 nfd.SetFormatMap(0, &map_lp_ta); in VisitNEON2RegMisc() 1786 nfd.SetFormatMap(0, &map_cvt_tb); in VisitNEON2RegMisc() 1787 nfd.SetFormatMap(1, &map_cvt_ta); in VisitNEON2RegMisc() 1791 nfd.SetFormatMap(0, &map_cvt_tb); in VisitNEON2RegMisc() 1792 nfd.SetFormatMap(1, &map_cvt_ta); in VisitNEON2RegMisc() 1796 nfd.SetFormatMap(0, &map_cvt_ta); in VisitNEON2RegMisc() 1797 nfd.SetFormatMap(1, &map_cvt_tb); in VisitNEON2RegMisc() [all …]
|
| /third_party/vixl/src/aarch64/ |
| D | disasm-aarch64.cc | 2834 nfd.SetFormatMap(0, &map_lp_ta); in Disassembler() 3061 nfd.SetFormatMap(1, &map_usdot); in Disassembler() 3062 nfd.SetFormatMap(2, &map_usdot); in Disassembler() 3078 nfd.SetFormatMap(0, nfd.LongIntegerFormatMap()); in Disassembler() 3085 nfd.SetFormatMap(1, nfd.LongIntegerFormatMap()); in Disassembler() 3092 nfd.SetFormatMap(0, nfd.IntegerFormatMap()); in Disassembler() 3136 nfd.SetFormatMap(0, nfd.LongScalarFormatMap()); in Disassembler() 3223 nfd.SetFormatMap(0, nfd.TriangularScalarFormatMap()); in Disassembler() 3228 nfd.SetFormatMap(0, nfd.TriangularScalarFormatMap()); in Disassembler() 3240 nfd.SetFormatMap(0, nfd.TriangularScalarFormatMap()); in Disassembler() [all …]
|
| D | instructions-aarch64.h | 800 void SetFormatMap(unsigned index, const NEONFormatMap* format) { in SetFormatMap() function
|
| /third_party/node/deps/v8/src/codegen/arm64/ |
| D | instructions-arm64.cc | 352 void NEONFormatDecoder::SetFormatMap(unsigned index, in SetFormatMap() function in v8::internal::NEONFormatDecoder
|
| D | instructions-arm64.h | 612 void SetFormatMap(unsigned index, const NEONFormatMap* format);
|