/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | instructions-arm64.h | 586 struct NEONFormatMap { struct 602 NEONFormatDecoder(const Instruction* instr, const NEONFormatMap* format); 603 NEONFormatDecoder(const Instruction* instr, const NEONFormatMap* format0, 604 const NEONFormatMap* format1); 605 NEONFormatDecoder(const Instruction* instr, const NEONFormatMap* format0, 606 const NEONFormatMap* format1, const NEONFormatMap* format2); 609 void SetFormatMaps(const NEONFormatMap* format0, 610 const NEONFormatMap* format1 = nullptr, 611 const NEONFormatMap* format [all...] |
H A D | instructions-arm64.cc | 319 const NEONFormatMap* format) { in NEONFormatDecoder() 325 const NEONFormatMap* format0, in NEONFormatDecoder() 326 const NEONFormatMap* format1) { in NEONFormatDecoder() 332 const NEONFormatMap* format0, in NEONFormatDecoder() 333 const NEONFormatMap* format1, in NEONFormatDecoder() 334 const NEONFormatMap* format2) { in NEONFormatDecoder() 339 void NEONFormatDecoder::SetFormatMaps(const NEONFormatMap* format0, in SetFormatMaps() 340 const NEONFormatMap* format1, in SetFormatMaps() 341 const NEONFormatMap* format2) { in SetFormatMaps() 353 const NEONFormatMap* forma in SetFormatMap() [all...] |
/third_party/vixl/src/aarch64/ |
H A D | instructions-aarch64.h | 817 struct NEONFormatMap { struct 836 NEONFormatDecoder(const Instruction* instr, const NEONFormatMap* format) { in NEONFormatDecoder() 841 const NEONFormatMap* format0, in NEONFormatDecoder() 842 const NEONFormatMap* format1) { in NEONFormatDecoder() 847 const NEONFormatMap* format0, in NEONFormatDecoder() 848 const NEONFormatMap* format1, in NEONFormatDecoder() 849 const NEONFormatMap* format2) { in NEONFormatDecoder() 855 void SetFormatMaps(const NEONFormatMap* format0, in SetFormatMaps() 856 const NEONFormatMap* format1 = NULL, in SetFormatMaps() 857 const NEONFormatMap* format in SetFormatMaps() [all...] |
H A D | disasm-aarch64.cc | 2172 static const NEONFormatMap map_lp_ta = in Disassembler() 2196 static const NEONFormatMap map_cvt_ta = {{22}, {NF_4S, NF_2D}}; in Disassembler() 2198 static const NEONFormatMap map_cvt_tb = {{22, 30}, in Disassembler() 2341 static const NEONFormatMap map = in Disassembler() 2381 static const NEONFormatMap map_usdot = {{30}, {NF_8B, NF_16B}}; in Disassembler() 2490 static const NEONFormatMap map_v = in Disassembler() 2493 static const NEONFormatMap map_s = {{23, 22}, in Disassembler() 2502 static const NEONFormatMap map_ta = {{23, 22}, {NF_UNDEF, NF_4S, NF_2D}}; in Disassembler() 2541 static const NEONFormatMap map_cn = in Disassembler() 3148 static const NEONFormatMap map_ in Disassembler() [all...] |
H A D | simulator-aarch64.cc | 6947 static const NEONFormatMap map_lp = in Simulator() 6951 static const NEONFormatMap map_fcvtl = {{22}, {NF_4S, NF_2D}}; in Simulator() 6954 static const NEONFormatMap map_fcvtn = {{22, 30}, in Simulator() 7225 static const NEONFormatMap map_half = {{30}, {NF_4H, NF_8H}}; in Simulator() 7872 static const NEONFormatMap map_half = {{30}, {NF_4H, NF_8H}}; in Simulator() 8030 static const NEONFormatMap map = in Simulator() 9295 static const NEONFormatMap map = {{22, 21, 20, 19}, in Simulator() 9405 static const NEONFormatMap map = {{22, 21, 20, 19, 30}, in Simulator() 9418 static const NEONFormatMap map_l = in Simulator()
|
/third_party/node/deps/v8/src/diagnostics/arm64/ |
H A D | disasm-arm64.cc | 1675 static const NEONFormatMap map_lp_ta = { in VisitNEON2RegMisc() 1678 static const NEONFormatMap map_cvt_ta = {{22}, {NF_4S, NF_2D}}; in VisitNEON2RegMisc() 1680 static const NEONFormatMap map_cvt_tb = {{22, 30}, in VisitNEON2RegMisc() 2113 static const NEONFormatMap map_ta = {{23, 22}, {NF_UNDEF, NF_4S, NF_2D}}; in VisitNEONByIndexedElement() 2798 static const NEONFormatMap map_b = {{30}, {NF_8B, NF_16B}}; in VisitNEONModifiedImmediate() 2799 static const NEONFormatMap map_h = {{30}, {NF_4H, NF_8H}}; in VisitNEONModifiedImmediate() 2800 static const NEONFormatMap map_s = {{30}, {NF_2S, NF_4S}}; in VisitNEONModifiedImmediate() 3234 NEONFormatMap map = {{22}, {NF_2S, NF_2D}}; in VisitNEONScalarPairwise() 3269 static const NEONFormatMap map_shift = { in VisitNEONScalarShiftImmediate() 3273 static const NEONFormatMap map_shift_narro in VisitNEONScalarShiftImmediate() [all...] |
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.cc | 3917 static const NEONFormatMap map_lp = { 3921 static const NEONFormatMap map_fcvtl = {{22}, {NF_4S, NF_2D}}; 3924 static const NEONFormatMap map_fcvtn = {{22, 30}, 5725 static const NEONFormatMap map = { 5821 static const NEONFormatMap map = { 5831 static const NEONFormatMap map_l = {
|