Home
last modified time | relevance | path

Searched defs:Pshufd (Results 1 – 18 of 18) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc2020 __ Pshufd(dst, dst, 0x44); in AssembleArchInstruction() local
2416 __ Pshufd(dst, dst, 0x0); in AssembleArchInstruction() local
2766 __ Pshufd(dst, dst, 0x0); in AssembleArchInstruction() local
3164 __ Pshufd(tmp_simd, tmp_simd, 0); in AssembleArchInstruction() local
3463 __ Pshufd(tmp_simd, tmp_simd, 0); in AssembleArchInstruction() local
3641 __ Pshufd(mask, mask, 0x0); in AssembleArchInstruction() local
3744 __ Pshufd(kScratchDoubleReg, i.InputOperand(1), shuffle); in AssembleArchInstruction() local
3778 __ Pshufd(dst, dst, 0); in AssembleArchInstruction() local
3781 __ Pshufd(dst, dst, 0xaa); in AssembleArchInstruction() local
3809 __ Pshufd(dst, dst, 0); in AssembleArchInstruction() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc2046 __ Pshufd(dst, dst, 0x44); in AssembleArchInstruction() local
2450 __ Pshufd(dst, dst, 0x0); in AssembleArchInstruction() local
2809 __ Pshufd(dst, dst, 0x0); in AssembleArchInstruction() local
3215 __ Pshufd(tmp_simd, tmp_simd, 0); in AssembleArchInstruction() local
3516 __ Pshufd(tmp_simd, tmp_simd, 0); in AssembleArchInstruction() local
3709 __ Pshufd(mask, mask, 0x0); in AssembleArchInstruction() local
3812 __ Pshufd(kScratchDoubleReg, i.InputOperand(1), shuffle); in AssembleArchInstruction() local
3846 __ Pshufd(dst, dst, 0); in AssembleArchInstruction() local
3849 __ Pshufd(dst, dst, 0xaa); in AssembleArchInstruction() local
3877 __ Pshufd(dst, dst, 0); in AssembleArchInstruction() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc2820 __ Pshufd(dst, dst, uint8_t{0x0}); in AssembleArchInstruction() local
3033 __ Pshufd(dst, dst, uint8_t{0x0}); in AssembleArchInstruction() local
3290 __ Pshufd(tmp_simd, tmp_simd, uint8_t{0}); in AssembleArchInstruction() local
3439 __ Pshufd(tmp_simd, tmp_simd, byte{0}); in AssembleArchInstruction() local
3586 __ Pshufd(mask, mask, uint8_t{0x0}); in AssembleArchInstruction() local
3770 __ Pshufd(dst, dst, uint8_t{0}); in AssembleArchInstruction() local
3773 __ Pshufd(dst, dst, uint8_t{0xaa}); in AssembleArchInstruction() local
3791 __ Pshufd(dst, dst, uint8_t{0}); in AssembleArchInstruction() local
3794 __ Pshufd(dst, dst, uint8_t{0xaa}); 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.cc2889 __ Pshufd(dst, dst, static_cast<uint8_t>(0x0)); in AssembleArchInstruction() local
3101 __ Pshufd(dst, dst, static_cast<uint8_t>(0x0)); in AssembleArchInstruction() local
3339 __ Pshufd(tmp_simd, tmp_simd, static_cast<uint8_t>(0)); in AssembleArchInstruction() local
3487 __ Pshufd(tmp_simd, tmp_simd, static_cast<byte>(0)); in AssembleArchInstruction() local
3596 __ Pshufd(mask, mask, static_cast<uint8_t>(0x0)); in AssembleArchInstruction() local
3763 __ Pshufd(dst, dst, static_cast<uint8_t>(0)); in AssembleArchInstruction() local
3766 __ Pshufd(dst, dst, static_cast<uint8_t>(0xaa)); in AssembleArchInstruction() local
3784 __ Pshufd(dst, dst, static_cast<uint8_t>(0)); in AssembleArchInstruction() local
3787 __ Pshufd(dst, dst, static_cast<uint8_t>(0xaa)); in AssembleArchInstruction() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.h255 void Pshufd(XMMRegister dst, XMMRegister src, uint8_t shuffle) { in Pshufd() function
H A Dmacro-assembler-ia32.cc1378 void TurboAssembler::Pshufd(XMMRegister dst, Operand src, uint8_t shuffle) { in Pshufd() function in v8::internal::TurboAssembler
/dports/www/node10/node-v10.24.1/deps/v8/src/ia32/
H A Dmacro-assembler-ia32.h212 void Pshufd(XMMRegister dst, XMMRegister src, uint8_t shuffle) { in Pshufd() function
H A Dmacro-assembler-ia32.cc1288 void TurboAssembler::Pshufd(XMMRegister dst, Operand src, uint8_t shuffle) { in Pshufd() function in v8::internal::TurboAssembler
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.h269 void Pshufd(XMMRegister dst, XMMRegister src, uint8_t shuffle) { in Pshufd() function
H A Dmacro-assembler-ia32.cc1526 void TurboAssembler::Pshufd(XMMRegister dst, Operand src, uint8_t shuffle) { in Pshufd() function in v8::internal::TurboAssembler
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc1949 __ Pshufd(dst, dst, uint8_t{0x44}); in AssembleArchInstruction() local
2196 __ Pshufd(dst, dst, uint8_t{0x0}); in AssembleArchInstruction() local
3095 __ Pshufd(dst, src, mask); in AssembleArchInstruction() local
3101 __ Pshufd(i.OutputSimd128Register(), i.InputOperand(0), i.InputUint8(1)); in AssembleArchInstruction() local
3108 __ Pshufd(kScratchDoubleReg, i.InputOperand(1), shuffle); in AssembleArchInstruction() local
3109 __ Pshufd(i.OutputSimd128Register(), i.InputOperand(0), shuffle); in AssembleArchInstruction() local
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/ia32/
H A Dcode-generator-ia32.cc1956 __ Pshufd(dst, dst, 0x0); in AssembleArchInstruction() local
2212 __ Pshufd(dst, dst, 0x0); in AssembleArchInstruction() local
3175 __ Pshufd(i.OutputSimd128Register(), i.InputOperand(0), i.InputInt8(1)); in AssembleArchInstruction() local
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/x64/inst/
H A Dargs.rs597 Pshufd, enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/x64/inst/
H A Dargs.rs597 Pshufd, enumerator
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/x64/inst/
H A Dargs.rs597 Pshufd, enumerator
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/x64/inst/
H A Dargs.rs607 Pshufd, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceInstX86Base.h154 Pshufd, enumerator
3278 using Pshufd = typename InstImpl<TraitsType>::InstX86Pshufd; member
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/x64/
H A Dcode-generator-x64.cc3033 __ Pshufd(dst, dst, uint8_t{0x0}); in AssembleArchInstruction() local
3833 __ Pshufd(dst, src, mask); in AssembleArchInstruction() local