Home
last modified time | relevance | path

Searched refs:vform (Results 1 – 25 of 933) sorted by relevance

12345678910>>...38

/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/arm64/vixl/
H A DLogic-vixl.cpp529 dst.SetInt(vform, i, src1.Int(vform, i) + src2.Int(vform, i)); in add()
575 dst.SetUint(vform, i, src1.Uint(vform, i) * src2.Uint(vform, i)); in mul()
927 dst.SetInt(vform, i, src1.Int(vform, i) - src2.Int(vform, i)); in sub()
939 dst.SetUint(vform, i, src1.Uint(vform, i) & src2.Uint(vform, i)); in and_()
951 dst.SetUint(vform, i, src1.Uint(vform, i) | src2.Uint(vform, i)); in orr()
963 dst.SetUint(vform, i, src1.Uint(vform, i) | ~src2.Uint(vform, i)); in orn()
975 dst.SetUint(vform, i, src1.Uint(vform, i) ^ src2.Uint(vform, i)); in eor()
987 dst.SetUint(vform, i, src1.Uint(vform, i) & ~src2.Uint(vform, i)); in bic()
1741 dst.SetInt(vform, i, dst.Int(vform, i) + src.Int(vform, i)); in suqadd()
1762 dst.SetUint(vform, i, dst.Uint(vform, i) + src.Int(vform, i)); in usqadd()
[all …]
H A DInstructions-vixl.cpp417 VIXL_ASSERT(vform == kFormat8H || vform == kFormat4S || vform == kFormat2D || in VectorFormatHalfWidth()
418 vform == kFormatH || vform == kFormatS || vform == kFormatD); in VectorFormatHalfWidth()
419 switch (vform) { in VectorFormatHalfWidth()
432 VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S || in VectorFormatDoubleWidth()
433 vform == kFormatB || vform == kFormatH || vform == kFormatS); in VectorFormatDoubleWidth()
434 switch (vform) { in VectorFormatDoubleWidth()
447 switch (vform) { in VectorFormatFillQ()
465 switch (vform) { in VectorFormatHalfWidthDoubleLanes()
477 VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S); in VectorFormatDoubleLanes()
478 switch (vform) { in VectorFormatDoubleLanes()
[all …]
/dports/www/firefox/firefox-99.0/js/src/jit/arm64/vixl/
H A DLogic-vixl.cpp529 dst.SetInt(vform, i, src1.Int(vform, i) + src2.Int(vform, i)); in add()
575 dst.SetUint(vform, i, src1.Uint(vform, i) * src2.Uint(vform, i)); in mul()
927 dst.SetInt(vform, i, src1.Int(vform, i) - src2.Int(vform, i)); in sub()
939 dst.SetUint(vform, i, src1.Uint(vform, i) & src2.Uint(vform, i)); in and_()
951 dst.SetUint(vform, i, src1.Uint(vform, i) | src2.Uint(vform, i)); in orr()
963 dst.SetUint(vform, i, src1.Uint(vform, i) | ~src2.Uint(vform, i)); in orn()
975 dst.SetUint(vform, i, src1.Uint(vform, i) ^ src2.Uint(vform, i)); in eor()
987 dst.SetUint(vform, i, src1.Uint(vform, i) & ~src2.Uint(vform, i)); in bic()
1741 dst.SetInt(vform, i, dst.Int(vform, i) + src.Int(vform, i)); in suqadd()
1762 dst.SetUint(vform, i, dst.Uint(vform, i) + src.Int(vform, i)); in usqadd()
[all …]
H A DInstructions-vixl.cpp417 VIXL_ASSERT(vform == kFormat8H || vform == kFormat4S || vform == kFormat2D || in VectorFormatHalfWidth()
418 vform == kFormatH || vform == kFormatS || vform == kFormatD); in VectorFormatHalfWidth()
419 switch (vform) { in VectorFormatHalfWidth()
432 VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S || in VectorFormatDoubleWidth()
433 vform == kFormatB || vform == kFormatH || vform == kFormatS); in VectorFormatDoubleWidth()
434 switch (vform) { in VectorFormatDoubleWidth()
447 switch (vform) { in VectorFormatFillQ()
465 switch (vform) { in VectorFormatHalfWidthDoubleLanes()
477 VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S); in VectorFormatDoubleLanes()
478 switch (vform) { in VectorFormatDoubleLanes()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/arm64/vixl/
H A DLogic-vixl.cpp529 dst.SetInt(vform, i, src1.Int(vform, i) + src2.Int(vform, i)); in add()
575 dst.SetUint(vform, i, src1.Uint(vform, i) * src2.Uint(vform, i)); in mul()
927 dst.SetInt(vform, i, src1.Int(vform, i) - src2.Int(vform, i)); in sub()
939 dst.SetUint(vform, i, src1.Uint(vform, i) & src2.Uint(vform, i)); in and_()
951 dst.SetUint(vform, i, src1.Uint(vform, i) | src2.Uint(vform, i)); in orr()
963 dst.SetUint(vform, i, src1.Uint(vform, i) | ~src2.Uint(vform, i)); in orn()
975 dst.SetUint(vform, i, src1.Uint(vform, i) ^ src2.Uint(vform, i)); in eor()
987 dst.SetUint(vform, i, src1.Uint(vform, i) & ~src2.Uint(vform, i)); in bic()
1741 dst.SetInt(vform, i, dst.Int(vform, i) + src.Int(vform, i)); in suqadd()
1762 dst.SetUint(vform, i, dst.Uint(vform, i) + src.Int(vform, i)); in usqadd()
[all …]
H A DInstructions-vixl.cpp417 VIXL_ASSERT(vform == kFormat8H || vform == kFormat4S || vform == kFormat2D || in VectorFormatHalfWidth()
418 vform == kFormatH || vform == kFormatS || vform == kFormatD); in VectorFormatHalfWidth()
419 switch (vform) { in VectorFormatHalfWidth()
432 VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S || in VectorFormatDoubleWidth()
433 vform == kFormatB || vform == kFormatH || vform == kFormatS); in VectorFormatDoubleWidth()
434 switch (vform) { in VectorFormatDoubleWidth()
447 switch (vform) { in VectorFormatFillQ()
465 switch (vform) { in VectorFormatHalfWidthDoubleLanes()
477 VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S); in VectorFormatDoubleLanes()
478 switch (vform) { in VectorFormatDoubleLanes()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm64/vixl/
H A DLogic-vixl.cpp783 dst.SetInt(vform, i, src1.Int(vform, i) + src2.Int(vform, i)); in add()
829 dst.SetUint(vform, i, src1.Uint(vform, i) * src2.Uint(vform, i)); in mul()
1181 dst.SetInt(vform, i, src1.Int(vform, i) - src2.Int(vform, i)); in sub()
1193 dst.SetUint(vform, i, src1.Uint(vform, i) & src2.Uint(vform, i)); in and_()
1205 dst.SetUint(vform, i, src1.Uint(vform, i) | src2.Uint(vform, i)); in orr()
1217 dst.SetUint(vform, i, src1.Uint(vform, i) | ~src2.Uint(vform, i)); in orn()
1229 dst.SetUint(vform, i, src1.Uint(vform, i) ^ src2.Uint(vform, i)); in eor()
1241 dst.SetUint(vform, i, src1.Uint(vform, i) & ~src2.Uint(vform, i)); in bic()
1991 dst.SetInt(vform, i, dst.Int(vform, i) + src.Int(vform, i)); in suqadd()
2012 dst.SetUint(vform, i, dst.Uint(vform, i) + src.Int(vform, i)); in usqadd()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/arm64/vixl/
H A DLogic-vixl.cpp783 dst.SetInt(vform, i, src1.Int(vform, i) + src2.Int(vform, i)); in add()
829 dst.SetUint(vform, i, src1.Uint(vform, i) * src2.Uint(vform, i)); in mul()
1181 dst.SetInt(vform, i, src1.Int(vform, i) - src2.Int(vform, i)); in sub()
1193 dst.SetUint(vform, i, src1.Uint(vform, i) & src2.Uint(vform, i)); in and_()
1205 dst.SetUint(vform, i, src1.Uint(vform, i) | src2.Uint(vform, i)); in orr()
1217 dst.SetUint(vform, i, src1.Uint(vform, i) | ~src2.Uint(vform, i)); in orn()
1229 dst.SetUint(vform, i, src1.Uint(vform, i) ^ src2.Uint(vform, i)); in eor()
1241 dst.SetUint(vform, i, src1.Uint(vform, i) & ~src2.Uint(vform, i)); in bic()
1991 dst.SetInt(vform, i, dst.Int(vform, i) + src.Int(vform, i)); in suqadd()
2012 dst.SetUint(vform, i, dst.Uint(vform, i) + src.Int(vform, i)); in usqadd()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/arm64/vixl/
H A DLogic-vixl.cpp489 dst.SetInt(vform, i, src1.Int(vform, i) + src2.Int(vform, i)); in add()
535 dst.SetUint(vform, i, src1.Uint(vform, i) * src2.Uint(vform, i)); in mul()
887 dst.SetInt(vform, i, src1.Int(vform, i) - src2.Int(vform, i)); in sub()
899 dst.SetUint(vform, i, src1.Uint(vform, i) & src2.Uint(vform, i)); in and_()
911 dst.SetUint(vform, i, src1.Uint(vform, i) | src2.Uint(vform, i)); in orr()
923 dst.SetUint(vform, i, src1.Uint(vform, i) | ~src2.Uint(vform, i)); in orn()
935 dst.SetUint(vform, i, src1.Uint(vform, i) ^ src2.Uint(vform, i)); in eor()
947 dst.SetUint(vform, i, src1.Uint(vform, i) & ~src2.Uint(vform, i)); in bic()
1697 dst.SetInt(vform, i, dst.Int(vform, i) + src.Int(vform, i)); in suqadd()
1718 dst.SetUint(vform, i, dst.Uint(vform, i) + src.Int(vform, i)); in usqadd()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/arm64/vixl/
H A DLogic-vixl.cpp781 dst.SetInt(vform, i, src1.Int(vform, i) + src2.Int(vform, i)); in add()
827 dst.SetUint(vform, i, src1.Uint(vform, i) * src2.Uint(vform, i)); in mul()
1179 dst.SetInt(vform, i, src1.Int(vform, i) - src2.Int(vform, i)); in sub()
1191 dst.SetUint(vform, i, src1.Uint(vform, i) & src2.Uint(vform, i)); in and_()
1203 dst.SetUint(vform, i, src1.Uint(vform, i) | src2.Uint(vform, i)); in orr()
1215 dst.SetUint(vform, i, src1.Uint(vform, i) | ~src2.Uint(vform, i)); in orn()
1227 dst.SetUint(vform, i, src1.Uint(vform, i) ^ src2.Uint(vform, i)); in eor()
1239 dst.SetUint(vform, i, src1.Uint(vform, i) & ~src2.Uint(vform, i)); in bic()
1989 dst.SetInt(vform, i, dst.Int(vform, i) + src.Int(vform, i)); in suqadd()
2010 dst.SetUint(vform, i, dst.Uint(vform, i) + src.Int(vform, i)); in usqadd()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/arm64/
H A Dregister-arm64.cc13 DCHECK(vform == kFormat8H || vform == kFormat4S || vform == kFormat2D || in VectorFormatHalfWidth()
14 vform == kFormatH || vform == kFormatS || vform == kFormatD); in VectorFormatHalfWidth()
15 switch (vform) { in VectorFormatHalfWidth()
34 DCHECK(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S || in VectorFormatDoubleWidth()
35 vform == kFormatB || vform == kFormatH || vform == kFormatS); in VectorFormatDoubleWidth()
36 switch (vform) { in VectorFormatDoubleWidth()
55 switch (vform) { in VectorFormatFillQ()
78 switch (vform) { in VectorFormatHalfWidthDoubleLanes()
97 DCHECK(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S); in VectorFormatDoubleLanes()
98 switch (vform) { in VectorFormatDoubleLanes()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/codegen/arm64/
H A Dregister-arm64.cc13 DCHECK(vform == kFormat8H || vform == kFormat4S || vform == kFormat2D || in VectorFormatHalfWidth()
14 vform == kFormatH || vform == kFormatS || vform == kFormatD); in VectorFormatHalfWidth()
15 switch (vform) { in VectorFormatHalfWidth()
34 DCHECK(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S || in VectorFormatDoubleWidth()
35 vform == kFormatB || vform == kFormatH || vform == kFormatS); in VectorFormatDoubleWidth()
36 switch (vform) { in VectorFormatDoubleWidth()
55 switch (vform) { in VectorFormatFillQ()
78 switch (vform) { in VectorFormatHalfWidthDoubleLanes()
97 DCHECK(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S); in VectorFormatDoubleLanes()
98 switch (vform) { in VectorFormatDoubleLanes()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/arm64/
H A Dregister-arm64.cc13 DCHECK(vform == kFormat8H || vform == kFormat4S || vform == kFormat2D || in VectorFormatHalfWidth()
14 vform == kFormatH || vform == kFormatS || vform == kFormatD); in VectorFormatHalfWidth()
15 switch (vform) { in VectorFormatHalfWidth()
34 DCHECK(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S || in VectorFormatDoubleWidth()
35 vform == kFormatB || vform == kFormatH || vform == kFormatS); in VectorFormatDoubleWidth()
36 switch (vform) { in VectorFormatDoubleWidth()
55 switch (vform) { in VectorFormatFillQ()
78 switch (vform) { in VectorFormatHalfWidthDoubleLanes()
97 DCHECK(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S); in VectorFormatDoubleLanes()
98 switch (vform) { in VectorFormatDoubleLanes()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/execution/arm64/
H A Dsimulator-logic-arm64.cc706 dst.SetUint(vform, i, src1.Uint(vform, i) * src2.Uint(vform, i)); in mul()
996 dst.SetUint(vform, i, src1.Uint(vform, i) & src2.Uint(vform, i)); in and_()
1006 dst.SetUint(vform, i, src1.Uint(vform, i) | src2.Uint(vform, i)); in orr()
1016 dst.SetUint(vform, i, src1.Uint(vform, i) | ~src2.Uint(vform, i)); in orn()
1026 dst.SetUint(vform, i, src1.Uint(vform, i) ^ src2.Uint(vform, i)); in eor()
1036 dst.SetUint(vform, i, src1.Uint(vform, i) & ~src2.Uint(vform, i)); in bic()
1664 dst.SetInt(vform, i, MaxIntFromFormat(vform)); in suqadd()
1666 dst.SetUint(vform, i, dst.Int(vform, i) + src.Uint(vform, i)); in suqadd()
1685 dst.SetUint(vform, i, dst.Uint(vform, i) + src.Int(vform, i)); in usqadd()
1871 dst.SetUint(vform, i, ~src.Uint(vform, i)); in not_()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/execution/arm64/
H A Dsimulator-logic-arm64.cc706 dst.SetUint(vform, i, src1.Uint(vform, i) * src2.Uint(vform, i)); in mul()
996 dst.SetUint(vform, i, src1.Uint(vform, i) & src2.Uint(vform, i)); in and_()
1006 dst.SetUint(vform, i, src1.Uint(vform, i) | src2.Uint(vform, i)); in orr()
1016 dst.SetUint(vform, i, src1.Uint(vform, i) | ~src2.Uint(vform, i)); in orn()
1026 dst.SetUint(vform, i, src1.Uint(vform, i) ^ src2.Uint(vform, i)); in eor()
1036 dst.SetUint(vform, i, src1.Uint(vform, i) & ~src2.Uint(vform, i)); in bic()
1664 dst.SetInt(vform, i, MaxIntFromFormat(vform)); in suqadd()
1666 dst.SetUint(vform, i, dst.Int(vform, i) + src.Uint(vform, i)); in suqadd()
1685 dst.SetUint(vform, i, dst.Uint(vform, i) + src.Int(vform, i)); in usqadd()
1871 dst.SetUint(vform, i, ~src.Uint(vform, i)); in not_()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/execution/arm64/
H A Dsimulator-logic-arm64.cc706 dst.SetUint(vform, i, src1.Uint(vform, i) * src2.Uint(vform, i)); in mul()
996 dst.SetUint(vform, i, src1.Uint(vform, i) & src2.Uint(vform, i)); in and_()
1006 dst.SetUint(vform, i, src1.Uint(vform, i) | src2.Uint(vform, i)); in orr()
1016 dst.SetUint(vform, i, src1.Uint(vform, i) | ~src2.Uint(vform, i)); in orn()
1026 dst.SetUint(vform, i, src1.Uint(vform, i) ^ src2.Uint(vform, i)); in eor()
1036 dst.SetUint(vform, i, src1.Uint(vform, i) & ~src2.Uint(vform, i)); in bic()
1664 dst.SetInt(vform, i, MaxIntFromFormat(vform)); in suqadd()
1666 dst.SetUint(vform, i, dst.Int(vform, i) + src.Uint(vform, i)); in suqadd()
1685 dst.SetUint(vform, i, dst.Uint(vform, i) + src.Int(vform, i)); in usqadd()
1871 dst.SetUint(vform, i, ~src.Uint(vform, i)); in not_()
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/arm64/
H A Dsimulator-logic-arm64.cc707 dst.SetUint(vform, i, src1.Uint(vform, i) * src2.Uint(vform, i)); in mul()
997 dst.SetUint(vform, i, src1.Uint(vform, i) & src2.Uint(vform, i)); in and_()
1007 dst.SetUint(vform, i, src1.Uint(vform, i) | src2.Uint(vform, i)); in orr()
1017 dst.SetUint(vform, i, src1.Uint(vform, i) | ~src2.Uint(vform, i)); in orn()
1027 dst.SetUint(vform, i, src1.Uint(vform, i) ^ src2.Uint(vform, i)); in eor()
1037 dst.SetUint(vform, i, src1.Uint(vform, i) & ~src2.Uint(vform, i)); in bic()
1665 dst.SetInt(vform, i, MaxIntFromFormat(vform)); in suqadd()
1667 dst.SetUint(vform, i, dst.Int(vform, i) + src.Uint(vform, i)); in suqadd()
1686 dst.SetUint(vform, i, dst.Uint(vform, i) + src.Int(vform, i)); in usqadd()
1872 dst.SetUint(vform, i, ~src.Uint(vform, i)); in not_()
[all …]
/dports/emulators/qemu/qemu-6.2.0/disas/libvixl/vixl/a64/
H A Dinstructions-a64.cc397 VIXL_ASSERT(vform == kFormat8H || vform == kFormat4S || vform == kFormat2D || in VectorFormatHalfWidth()
398 vform == kFormatH || vform == kFormatS || vform == kFormatD); in VectorFormatHalfWidth()
399 switch (vform) { in VectorFormatHalfWidth()
412 VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S || in VectorFormatDoubleWidth()
413 vform == kFormatB || vform == kFormatH || vform == kFormatS); in VectorFormatDoubleWidth()
414 switch (vform) { in VectorFormatDoubleWidth()
427 switch (vform) { in VectorFormatFillQ()
445 switch (vform) { in VectorFormatHalfWidthDoubleLanes()
457 VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S); in VectorFormatDoubleLanes()
458 switch (vform) { in VectorFormatDoubleLanes()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/disas/libvixl/vixl/a64/
H A Dinstructions-a64.cc397 VIXL_ASSERT(vform == kFormat8H || vform == kFormat4S || vform == kFormat2D || in VectorFormatHalfWidth()
398 vform == kFormatH || vform == kFormatS || vform == kFormatD); in VectorFormatHalfWidth()
399 switch (vform) { in VectorFormatHalfWidth()
412 VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S || in VectorFormatDoubleWidth()
413 vform == kFormatB || vform == kFormatH || vform == kFormatS); in VectorFormatDoubleWidth()
414 switch (vform) { in VectorFormatDoubleWidth()
427 switch (vform) { in VectorFormatFillQ()
445 switch (vform) { in VectorFormatHalfWidthDoubleLanes()
457 VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S); in VectorFormatDoubleLanes()
458 switch (vform) { in VectorFormatDoubleLanes()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/disas/libvixl/vixl/a64/
H A Dinstructions-a64.cc397 VIXL_ASSERT(vform == kFormat8H || vform == kFormat4S || vform == kFormat2D || in VectorFormatHalfWidth()
398 vform == kFormatH || vform == kFormatS || vform == kFormatD); in VectorFormatHalfWidth()
399 switch (vform) { in VectorFormatHalfWidth()
412 VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S || in VectorFormatDoubleWidth()
413 vform == kFormatB || vform == kFormatH || vform == kFormatS); in VectorFormatDoubleWidth()
414 switch (vform) { in VectorFormatDoubleWidth()
427 switch (vform) { in VectorFormatFillQ()
445 switch (vform) { in VectorFormatHalfWidthDoubleLanes()
457 VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S); in VectorFormatDoubleLanes()
458 switch (vform) { in VectorFormatDoubleLanes()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/disas/libvixl/vixl/a64/
H A Dinstructions-a64.cc397 VIXL_ASSERT(vform == kFormat8H || vform == kFormat4S || vform == kFormat2D || in VectorFormatHalfWidth()
398 vform == kFormatH || vform == kFormatS || vform == kFormatD); in VectorFormatHalfWidth()
399 switch (vform) { in VectorFormatHalfWidth()
412 VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S || in VectorFormatDoubleWidth()
413 vform == kFormatB || vform == kFormatH || vform == kFormatS); in VectorFormatDoubleWidth()
414 switch (vform) { in VectorFormatDoubleWidth()
427 switch (vform) { in VectorFormatFillQ()
445 switch (vform) { in VectorFormatHalfWidthDoubleLanes()
457 VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S); in VectorFormatDoubleLanes()
458 switch (vform) { in VectorFormatDoubleLanes()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/disas/libvixl/vixl/a64/
H A Dinstructions-a64.cc397 VIXL_ASSERT(vform == kFormat8H || vform == kFormat4S || vform == kFormat2D || in VectorFormatHalfWidth()
398 vform == kFormatH || vform == kFormatS || vform == kFormatD); in VectorFormatHalfWidth()
399 switch (vform) { in VectorFormatHalfWidth()
412 VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S || in VectorFormatDoubleWidth()
413 vform == kFormatB || vform == kFormatH || vform == kFormatS); in VectorFormatDoubleWidth()
414 switch (vform) { in VectorFormatDoubleWidth()
427 switch (vform) { in VectorFormatFillQ()
445 switch (vform) { in VectorFormatHalfWidthDoubleLanes()
457 VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S); in VectorFormatDoubleLanes()
458 switch (vform) { in VectorFormatDoubleLanes()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/disas/libvixl/vixl/a64/
H A Dinstructions-a64.cc397 VIXL_ASSERT(vform == kFormat8H || vform == kFormat4S || vform == kFormat2D || in VectorFormatHalfWidth()
398 vform == kFormatH || vform == kFormatS || vform == kFormatD); in VectorFormatHalfWidth()
399 switch (vform) { in VectorFormatHalfWidth()
412 VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S || in VectorFormatDoubleWidth()
413 vform == kFormatB || vform == kFormatH || vform == kFormatS); in VectorFormatDoubleWidth()
414 switch (vform) { in VectorFormatDoubleWidth()
427 switch (vform) { in VectorFormatFillQ()
445 switch (vform) { in VectorFormatHalfWidthDoubleLanes()
457 VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S); in VectorFormatDoubleLanes()
458 switch (vform) { in VectorFormatDoubleLanes()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/disas/libvixl/vixl/a64/
H A Dinstructions-a64.cc397 VIXL_ASSERT(vform == kFormat8H || vform == kFormat4S || vform == kFormat2D || in VectorFormatHalfWidth()
398 vform == kFormatH || vform == kFormatS || vform == kFormatD); in VectorFormatHalfWidth()
399 switch (vform) { in VectorFormatHalfWidth()
412 VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S || in VectorFormatDoubleWidth()
413 vform == kFormatB || vform == kFormatH || vform == kFormatS); in VectorFormatDoubleWidth()
414 switch (vform) { in VectorFormatDoubleWidth()
427 switch (vform) { in VectorFormatFillQ()
445 switch (vform) { in VectorFormatHalfWidthDoubleLanes()
457 VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S); in VectorFormatDoubleLanes()
458 switch (vform) { in VectorFormatDoubleLanes()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/disas/libvixl/vixl/a64/
H A Dinstructions-a64.cc397 VIXL_ASSERT(vform == kFormat8H || vform == kFormat4S || vform == kFormat2D ||
398 vform == kFormatH || vform == kFormatS || vform == kFormatD);
399 switch (vform) {
412 VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S ||
413 vform == kFormatB || vform == kFormatH || vform == kFormatS);
414 switch (vform) {
427 switch (vform) {
445 switch (vform) {
457 VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S);
458 switch (vform) {
[all …]

12345678910>>...38