Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc2889 __ Psrld(dst, byte{1}); // divide by 2 to get in unsigned range in AssembleArchInstruction() local
2900 __ Psrld(kScratchDoubleReg, byte{1}); in AssembleArchInstruction() local
2904 __ Psrld(dst, byte{1}); in AssembleArchInstruction() local
3250 __ Psrld(tmp2, uint8_t{1}); // 0x7fffffff in AssembleArchInstruction() local
4069 __ Psrld(kScratchDoubleReg, byte{16}); in AssembleArchInstruction() local
4072 __ Psrld(dst, byte{16}); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc2131 __ Psrld(dst, dst, byte{1}); // divide by 2 to get in unsigned range in AssembleArchInstruction() local