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