Searched defs:psrlw (Results 1 – 3 of 3) sorted by relevance
989 __ psrlw(dst, Immediate(static_cast<uint8_t>(value))); in VisitVecUShr() local
972 __ psrlw(dst, Immediate(static_cast<int8_t>(value))); in VisitVecUShr() local
913 TEST_F(AssemblerX86Test, psrlw) { in TEST_F() argument