Searched defs:Psrld (Results 1 – 2 of 2) sorted by relevance
2889 __ Psrld(dst, byte{1}); // divide by 2 to get in unsigned range in AssembleArchInstruction() local2900 __ Psrld(kScratchDoubleReg, byte{1}); in AssembleArchInstruction() local2904 __ Psrld(dst, byte{1}); in AssembleArchInstruction() local3250 __ Psrld(tmp2, uint8_t{1}); // 0x7fffffff in AssembleArchInstruction() local4069 __ Psrld(kScratchDoubleReg, byte{16}); in AssembleArchInstruction() local4072 __ Psrld(dst, byte{16}); in AssembleArchInstruction() local
2131 __ Psrld(dst, dst, byte{1}); // divide by 2 to get in unsigned range in AssembleArchInstruction() local