Home
last modified time | relevance | path

Searched refs:vformsrc (Results 1 – 11 of 11) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/src/execution/arm64/
H A Dsimulator-logic-arm64.cc1931 DCHECK_LE(LaneSizeInBitsFromFormat(vformsrc), 32U); in addlp()
1941 result[i] = src.Uint(vformsrc, 2 * i) + src.Uint(vformsrc, 2 * i + 1); in addlp()
2129 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in rshrn() local
2131 LogicVRegister shifted_src = ushr(vformsrc, temp, src, shift).Round(vformsrc); in rshrn()
2140 LogicVRegister shifted_src = ushr(vformsrc, temp, src, shift).Round(vformsrc); in rshrn2()
2252 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqshrn() local
2270 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqrshrn() local
2272 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrn()
2281 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrn2()
2308 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrun()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/execution/arm64/
H A Dsimulator-logic-arm64.cc1931 DCHECK_LE(LaneSizeInBitsFromFormat(vformsrc), 32U); in addlp()
1941 result[i] = src.Uint(vformsrc, 2 * i) + src.Uint(vformsrc, 2 * i + 1); in addlp()
2129 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in rshrn() local
2131 LogicVRegister shifted_src = ushr(vformsrc, temp, src, shift).Round(vformsrc); in rshrn()
2140 LogicVRegister shifted_src = ushr(vformsrc, temp, src, shift).Round(vformsrc); in rshrn2()
2252 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqshrn() local
2270 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqrshrn() local
2272 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrn()
2281 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrn2()
2308 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrun()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/execution/arm64/
H A Dsimulator-logic-arm64.cc1931 DCHECK_LE(LaneSizeInBitsFromFormat(vformsrc), 32U); in addlp()
1941 result[i] = src.Uint(vformsrc, 2 * i) + src.Uint(vformsrc, 2 * i + 1); in addlp()
2129 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in rshrn() local
2131 LogicVRegister shifted_src = ushr(vformsrc, temp, src, shift).Round(vformsrc); in rshrn()
2140 LogicVRegister shifted_src = ushr(vformsrc, temp, src, shift).Round(vformsrc); in rshrn2()
2252 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqshrn() local
2270 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqrshrn() local
2272 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrn()
2281 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrn2()
2308 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrun()
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/arm64/
H A Dsimulator-logic-arm64.cc1932 DCHECK_LE(LaneSizeInBitsFromFormat(vformsrc), 32U); in addlp()
1942 result[i] = src.Uint(vformsrc, 2 * i) + src.Uint(vformsrc, 2 * i + 1); in addlp()
2130 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in rshrn() local
2132 LogicVRegister shifted_src = ushr(vformsrc, temp, src, shift).Round(vformsrc); in rshrn()
2141 LogicVRegister shifted_src = ushr(vformsrc, temp, src, shift).Round(vformsrc); in rshrn2()
2253 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqshrn() local
2271 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqrshrn() local
2273 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrn()
2282 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrn2()
2309 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrun()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/arm64/vixl/
H A DLogic-vixl.cpp2028 sr[i] = src.Int(vformsrc, 2 * i) + src.Int(vformsrc, 2 * i + 1); in addlp()
2030 ur[i] = src.Uint(vformsrc, 2 * i) + src.Uint(vformsrc, 2 * i + 1); in addlp()
2286 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in rshrn() local
2288 LogicVRegister shifted_src = ushr(vformsrc, temp, src, shift).Round(vformsrc); in rshrn()
2300 LogicVRegister shifted_src = ushr(vformsrc, temp, src, shift).Round(vformsrc); in rshrn2()
2464 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqshrn() local
2488 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqrshrn() local
2490 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrn()
2502 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrn2()
2538 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrun()
[all …]
/dports/www/firefox/firefox-99.0/js/src/jit/arm64/vixl/
H A DLogic-vixl.cpp2028 sr[i] = src.Int(vformsrc, 2 * i) + src.Int(vformsrc, 2 * i + 1); in addlp()
2030 ur[i] = src.Uint(vformsrc, 2 * i) + src.Uint(vformsrc, 2 * i + 1); in addlp()
2286 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in rshrn() local
2288 LogicVRegister shifted_src = ushr(vformsrc, temp, src, shift).Round(vformsrc); in rshrn()
2300 LogicVRegister shifted_src = ushr(vformsrc, temp, src, shift).Round(vformsrc); in rshrn2()
2464 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqshrn() local
2488 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqrshrn() local
2490 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrn()
2502 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrn2()
2538 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrun()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm64/vixl/
H A DLogic-vixl.cpp2278 sr[i] = src.Int(vformsrc, 2 * i) + src.Int(vformsrc, 2 * i + 1); in addlp()
2280 ur[i] = src.Uint(vformsrc, 2 * i) + src.Uint(vformsrc, 2 * i + 1); in addlp()
2525 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in rshrn() local
2527 LogicVRegister shifted_src = ushr(vformsrc, temp, src, shift).Round(vformsrc); in rshrn()
2539 LogicVRegister shifted_src = ushr(vformsrc, temp, src, shift).Round(vformsrc); in rshrn2()
2695 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqshrn() local
2719 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqrshrn() local
2721 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrn()
2733 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrn2()
2769 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrun()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/arm64/vixl/
H A DLogic-vixl.cpp2278 sr[i] = src.Int(vformsrc, 2 * i) + src.Int(vformsrc, 2 * i + 1); in addlp()
2280 ur[i] = src.Uint(vformsrc, 2 * i) + src.Uint(vformsrc, 2 * i + 1); in addlp()
2525 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in rshrn() local
2527 LogicVRegister shifted_src = ushr(vformsrc, temp, src, shift).Round(vformsrc); in rshrn()
2539 LogicVRegister shifted_src = ushr(vformsrc, temp, src, shift).Round(vformsrc); in rshrn2()
2695 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqshrn() local
2719 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqrshrn() local
2721 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrn()
2733 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrn2()
2769 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrun()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/arm64/vixl/
H A DLogic-vixl.cpp2028 sr[i] = src.Int(vformsrc, 2 * i) + src.Int(vformsrc, 2 * i + 1); in addlp()
2030 ur[i] = src.Uint(vformsrc, 2 * i) + src.Uint(vformsrc, 2 * i + 1); in addlp()
2286 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in rshrn() local
2288 LogicVRegister shifted_src = ushr(vformsrc, temp, src, shift).Round(vformsrc); in rshrn()
2300 LogicVRegister shifted_src = ushr(vformsrc, temp, src, shift).Round(vformsrc); in rshrn2()
2464 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqshrn() local
2488 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqrshrn() local
2490 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrn()
2502 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrn2()
2538 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrun()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/arm64/vixl/
H A DLogic-vixl.cpp1984 sr[i] = src.Int(vformsrc, 2 * i) + src.Int(vformsrc, 2 * i + 1); in addlp()
1986 ur[i] = src.Uint(vformsrc, 2 * i) + src.Uint(vformsrc, 2 * i + 1); in addlp()
2231 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in rshrn() local
2233 LogicVRegister shifted_src = ushr(vformsrc, temp, src, shift).Round(vformsrc); in rshrn()
2245 LogicVRegister shifted_src = ushr(vformsrc, temp, src, shift).Round(vformsrc); in rshrn2()
2401 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqshrn() local
2425 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqrshrn() local
2427 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrn()
2439 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrn2()
2475 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrun()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/arm64/vixl/
H A DLogic-vixl.cpp2276 sr[i] = src.Int(vformsrc, 2 * i) + src.Int(vformsrc, 2 * i + 1); in addlp()
2278 ur[i] = src.Uint(vformsrc, 2 * i) + src.Uint(vformsrc, 2 * i + 1); in addlp()
2523 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in rshrn() local
2525 LogicVRegister shifted_src = ushr(vformsrc, temp, src, shift).Round(vformsrc); in rshrn()
2537 LogicVRegister shifted_src = ushr(vformsrc, temp, src, shift).Round(vformsrc); in rshrn2()
2693 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqshrn() local
2717 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqrshrn() local
2719 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrn()
2731 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrn2()
2767 LogicVRegister shifted_src = sshr(vformsrc, temp, src, shift).Round(vformsrc); in sqrshrun()
[all …]