Home
last modified time | relevance | path

Searched defs:psllw (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dcode_generator_vector_x86.cc1006 __ psllw(dst, Immediate(static_cast<uint8_t>(value))); in VisitVecShl() local
H A Dcode_generator_vector_x86_64.cc989 __ psllw(dst, Immediate(static_cast<int8_t>(value))); in VisitVecShl() local
/aosp12/art/compiler/utils/x86/
H A Dassembler_x86_test.cc1223 TEST_F(AssemblerX86Test, psllw) { in TEST_F() argument
H A Dassembler_x86.cc2670 void X86Assembler::psllw(XmmRegister reg, const Immediate& shift_count) { in psllw() function in art::x86::X86Assembler
/aosp12/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc3587 void X86_64Assembler::psllw(XmmRegister reg, const Immediate& shift_count) { in psllw() function in art::x86_64::X86_64Assembler