Home
last modified time | relevance | path

Searched defs:Psrld (Results 1 – 10 of 10) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc2534 __ Psrld(dst, byte{1}); // divide by 2 to get in unsigned range in AssembleArchInstruction() local
2545 __ Psrld(kScratchDoubleReg, byte{1}); in AssembleArchInstruction() local
2549 __ Psrld(dst, byte{1}); in AssembleArchInstruction() local
2615 __ Psrld(dst, byte{10}); in AssembleArchInstruction() local
2636 __ Psrld(dst, byte{10}); in AssembleArchInstruction() local
2934 __ Psrld(tmp2, uint8_t{1}); // 0x7fffffff in AssembleArchInstruction() local
3828 __ Psrld(kScratchDoubleReg, byte{16}); in AssembleArchInstruction() local
3831 __ Psrld(dst, byte{16}); in AssembleArchInstruction() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc2452 __ Psrld(dst, in AssembleArchInstruction() local
2464 __ Psrld(kScratchDoubleReg, static_cast<byte>(1)); in AssembleArchInstruction() local
2468 __ Psrld(dst, static_cast<byte>(1)); in AssembleArchInstruction() local
2539 __ Psrld(dst, static_cast<byte>(10)); in AssembleArchInstruction() local
2560 __ Psrld(dst, static_cast<byte>(10)); in AssembleArchInstruction() local
3022 __ Psrld(tmp2, static_cast<uint8_t>(1)); // 0x7fffffff in AssembleArchInstruction() local
3821 __ Psrld(kScratchDoubleReg, static_cast<byte>(16)); in AssembleArchInstruction() local
3824 __ Psrld(dst, static_cast<byte>(16)); in AssembleArchInstruction() local
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/x64/
H A Dcode-generator-x64.cc2767 __ Psrld(dst, byte{1}); // divide by 2 to get in unsigned range in AssembleArchInstruction() local
2778 __ Psrld(kScratchDoubleReg, byte{1}); in AssembleArchInstruction() local
2782 __ Psrld(dst, byte{1}); in AssembleArchInstruction() local
3128 __ Psrld(tmp2, uint8_t{1}); // 0x7fffffff in AssembleArchInstruction() local
3947 __ Psrld(kScratchDoubleReg, byte{16}); in AssembleArchInstruction() local
3950 __ Psrld(dst, byte{16}); in AssembleArchInstruction() local
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/x64/inst/
H A Dargs.rs604 Psrld, enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/x64/inst/
H A Dargs.rs604 Psrld, enumerator
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/x64/inst/
H A Dargs.rs604 Psrld, enumerator
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/x64/inst/
H A Dargs.rs614 Psrld, enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/x64/
H A Dmacro-assembler-x64.cc1861 void TurboAssembler::Psrld(XMMRegister dst, byte imm8) { in Psrld() function in v8::internal::TurboAssembler
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/x64/
H A Dmacro-assembler-x64.cc1955 void TurboAssembler::Psrld(XMMRegister dst, byte imm8) { in Psrld() function in v8::internal::TurboAssembler
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc2109 __ Psrld(dst, dst, byte{1}); // divide by 2 to get in unsigned range in AssembleArchInstruction() local