Home
last modified time | relevance | path

Searched refs:Pshufd (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/ia32/
Dmacro-assembler-ia32.h269 void Pshufd(XMMRegister dst, XMMRegister src, uint8_t shuffle) { in Pshufd() function
270 Pshufd(dst, Operand(src), shuffle); in Pshufd()
272 void Pshufd(XMMRegister dst, Operand src, uint8_t shuffle);
Dmacro-assembler-ia32.cc1359 void TurboAssembler::Pshufd(XMMRegister dst, Operand src, uint8_t shuffle) { in Pshufd() function in v8::internal::TurboAssembler
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc2032 __ Pshufd(dst, dst, 0x0); in AssembleArchInstruction() local
2399 __ Pshufd(dst, dst, 0x0); in AssembleArchInstruction() local
3288 __ Pshufd(i.OutputSimd128Register(), i.InputOperand(0), i.InputInt8(1)); in AssembleArchInstruction() local
3295 __ Pshufd(kScratchDoubleReg, i.InputOperand(1), shuffle); in AssembleArchInstruction() local
3296 __ Pshufd(i.OutputSimd128Register(), i.InputOperand(0), shuffle); in AssembleArchInstruction() local
3329 __ Pshufd(dst, dst, 0); in AssembleArchInstruction() local
3332 __ Pshufd(dst, dst, 0xaa); in AssembleArchInstruction() local
3360 __ Pshufd(dst, dst, 0); in AssembleArchInstruction() local
3363 __ Pshufd(dst, dst, 0xaa); in AssembleArchInstruction() local
/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h154 Pshufd, enumerator
2363 class InstX86Pshufd : public InstX86BaseThreeAddressop<InstX86Base::Pshufd> {
2375 : InstX86BaseThreeAddressop<InstX86Base::Pshufd>(Func, Dest, Source0, in InstX86Pshufd()
3278 using Pshufd = typename InstImpl<TraitsType>::InstX86Pshufd; member
DIceTargetLoweringX86Base.h880 Context.insert<typename Traits::Insts::Pshufd>(Dest, Src0, Src1); in _pshufd()