Home
last modified time | relevance | path

Searched refs:ElmtShift (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp1216 constexpr IValueT ElmtShift = 20; in emitSIMD() local
1219 emitSIMDBase(Opcode | (ElmtSize << ElmtShift), Dd, Dn, Dm, UseQRegs, in emitSIMD()
1237 constexpr IValueT ElmtShift = 20; in emitSIMDqqq() local
1240 emitSIMDqqqBase(Opcode | (ElmtSize << ElmtShift), OpQd, OpQn, OpQm, in emitSIMDqqq()
1252 constexpr IValueT ElmtShift = 16; in emitSIMDShiftqqc() local
1253 emitSIMDBase(Opcode | (Imm6 << ElmtShift), mapQRegToDReg(Qd), in emitSIMDShiftqqc()
3353 constexpr IValueT ElmtShift = 20; in vmulh() local
3370 emitSIMDBase(VmullOpcode | (ElmtSize << ElmtShift), Dd, Dn, Dm, UseQRegs, in vmulh()
3396 constexpr IValueT ElmtShift = 20; in vmlap() local
3410 emitSIMDBase(VmullOpcode | (ElmtSize << ElmtShift), Dd, Dn, Dm, UseQRegs, in vmlap()
[all …]