Home
last modified time | relevance | path

Searched defs:psrld (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc2341 __ psrld(kScratchDoubleReg, 1); // 0x7fffffff in AssembleArchInstruction() local
3245 __ psrld(kScratchDoubleReg, 16); in AssembleArchInstruction() local
3248 __ psrld(dst, 16); in AssembleArchInstruction() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp3963 RValue<UInt2> psrld(RValue<UInt2> x, unsigned char y) in psrld() function
3968 RValue<UInt4> psrld(RValue<UInt4> x, unsigned char y) in psrld() function
/third_party/node/deps/v8/src/codegen/ia32/
Dassembler-ia32.cc2613 void Assembler::psrld(XMMRegister reg, uint8_t shift) { in psrld() function in v8::internal::Assembler