Searched refs:ElmtShift (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerARM32.cpp | 1213 constexpr IValueT ElmtShift = 20; in emitSIMD() local 1216 emitSIMDBase(Opcode | (ElmtSize << ElmtShift), Dd, Dn, Dm, UseQRegs, in emitSIMD() 1234 constexpr IValueT ElmtShift = 20; in emitSIMDqqq() local 1237 emitSIMDqqqBase(Opcode | (ElmtSize << ElmtShift), OpQd, OpQn, OpQm, in emitSIMDqqq() 1249 constexpr IValueT ElmtShift = 16; in emitSIMDShiftqqc() local 1250 emitSIMDBase(Opcode | (Imm6 << ElmtShift), mapQRegToDReg(Qd), in emitSIMDShiftqqc() 3350 constexpr IValueT ElmtShift = 20; in vmulh() local 3367 emitSIMDBase(VmullOpcode | (ElmtSize << ElmtShift), Dd, Dn, Dm, UseQRegs, in vmulh() 3393 constexpr IValueT ElmtShift = 20; in vmlap() local 3407 emitSIMDBase(VmullOpcode | (ElmtSize << ElmtShift), Dd, Dn, Dm, UseQRegs, in vmlap() [all …]
|