Home
last modified time | relevance | path

Searched defs:Psrlw (Results 1 – 11 of 11) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc3368 __ Psrlw(tmp, byte{8}); in AssembleArchInstruction() local
3369 __ Psrlw(kScratchDoubleReg, byte{8}); in AssembleArchInstruction() local
3383 __ Psrlw(dst, byte{8}); in AssembleArchInstruction() local
3433 __ Psrlw(dst, byte{shift}); in AssembleArchInstruction() local
3451 __ Psrlw(dst, tmp_simd); in AssembleArchInstruction() local
3854 __ Psrlw(kScratchDoubleReg, byte{8}); in AssembleArchInstruction() local
3857 __ Psrlw(dst, byte{8}); in AssembleArchInstruction() local
3872 __ Psrlw(dst, byte{8}); in AssembleArchInstruction() local
3887 __ Psrlw(dst, byte{8}); in AssembleArchInstruction() local
3894 __ Psrlw(dst, byte{8}); in AssembleArchInstruction() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc3350 __ Psrlw(kScratchDoubleReg, tmp_simd); in AssembleArchInstruction() local
3415 __ Psrlw(tmp, static_cast<byte>(8)); in AssembleArchInstruction() local
3416 __ Psrlw(kScratchDoubleReg, static_cast<byte>(8)); in AssembleArchInstruction() local
3430 __ Psrlw(dst, static_cast<byte>(8)); in AssembleArchInstruction() local
3481 __ Psrlw(dst, static_cast<byte>(shift)); in AssembleArchInstruction() local
3498 __ Psrlw(kScratchDoubleReg, tmp_simd); in AssembleArchInstruction() local
3499 __ Psrlw(dst, tmp_simd); in AssembleArchInstruction() local
3851 __ Psrlw(dst, static_cast<byte>(8)); in AssembleArchInstruction() local
3866 __ Psrlw(dst, static_cast<byte>(8)); in AssembleArchInstruction() local
3881 __ Psrlw(dst, static_cast<byte>(8)); in AssembleArchInstruction() local
[all …]
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/x64/
H A Dcode-generator-x64.cc3973 __ Psrlw(kScratchDoubleReg, byte{8}); in AssembleArchInstruction() local
3976 __ Psrlw(dst, byte{8}); in AssembleArchInstruction() local
3987 __ Psrlw(kScratchDoubleReg, byte{8}); in AssembleArchInstruction() local
3991 __ Psrlw(dst, byte{8}); in AssembleArchInstruction() local
4006 __ Psrlw(dst, byte{8}); in AssembleArchInstruction() local
4013 __ Psrlw(dst, byte{8}); in AssembleArchInstruction() local
4019 __ Psrlw(kScratchDoubleReg, byte{8}); in AssembleArchInstruction() local
4038 __ Psrlw(kScratchDoubleReg, byte{8}); in AssembleArchInstruction() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc3175 __ Psrlw(kScratchDoubleReg, kScratchDoubleReg, tmp_simd); in AssembleArchInstruction() local
3457 __ Psrlw(dst, dst, static_cast<byte>(shift)); in AssembleArchInstruction() local
3474 __ Psrlw(kScratchDoubleReg, kScratchDoubleReg, tmp_simd); in AssembleArchInstruction() local
3475 __ Psrlw(dst, dst, tmp_simd); in AssembleArchInstruction() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc3225 __ Psrlw(kScratchDoubleReg, kScratchDoubleReg, tmp_simd); in AssembleArchInstruction() local
3510 __ Psrlw(dst, dst, byte{shift}); in AssembleArchInstruction() local
3527 __ Psrlw(kScratchDoubleReg, kScratchDoubleReg, tmp_simd); in AssembleArchInstruction() local
3528 __ Psrlw(dst, dst, tmp_simd); in AssembleArchInstruction() local
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/x64/inst/
H A Dargs.rs603 Psrlw, enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/x64/inst/
H A Dargs.rs603 Psrlw, enumerator
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/x64/inst/
H A Dargs.rs603 Psrlw, enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.cc1396 void TurboAssembler::Psrlw(XMMRegister dst, uint8_t shift) { in Psrlw() function in v8::internal::TurboAssembler
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/x64/inst/
H A Dargs.rs613 Psrlw, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.cc1544 void TurboAssembler::Psrlw(XMMRegister dst, uint8_t shift) { in Psrlw() function in v8::internal::TurboAssembler