Searched refs:VshlOpcode (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerARM32.cpp | 4018 constexpr IValueT VshlOpcode = B10 | B6; in vshlqi() local 4019 emitSIMDqqq(VshlOpcode, ElmtTy, OpQd, OpQn, OpQm, Vshl); in vshlqi() 4033 constexpr IValueT VshlOpcode = B23 | B10 | B8 | B4; in vshlqc() local 4034 emitSIMDShiftqqc(VshlOpcode, OpQd, OpQm, in vshlqc() 4065 constexpr IValueT VshlOpcode = B24 | B10 | B6; in vshlqu() local 4066 emitSIMDqqq(VshlOpcode, ElmtTy, OpQd, OpQn, OpQm, Vshl); in vshlqu()
|