Home
last modified time | relevance | path

Searched refs:NEONFormatMap (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
H A Dinstructions-arm64.h586 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 Dinstructions-arm64.cc319 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 Dinstructions-aarch64.h817 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 Ddisasm-aarch64.cc2172 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 Dsimulator-aarch64.cc6947 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 Ddisasm-arm64.cc1675 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 Dsimulator-arm64.cc3917 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 = {

Completed in 37 milliseconds