Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp4020 constexpr const char *Vshl = "vshl"; in vshlqi() local
4022 emitSIMDqqq(VshlOpcode, ElmtTy, OpQd, OpQn, OpQm, Vshl); in vshlqi()
4035 constexpr const char *Vshl = "vshl"; in vshlqc() local
4038 encodeSIMDShiftImm6(ST_Vshl, ElmtTy, Imm6), Vshl); in vshlqc()
4067 constexpr const char *Vshl = "vshl"; in vshlqu() local
4069 emitSIMDqqq(VshlOpcode, ElmtTy, OpQd, OpQn, OpQm, Vshl); in vshlqu()
DIceInstARM32.h457 Vshl, enumerator
1042 using InstARM32Vshl = InstARM32ThreeAddrSignAwareFP<InstARM32::Vshl>;
DIceInstARM32.cpp1870 template <> const char *InstARM32ThreeAddrFP<InstARM32::Vshl>::Opcode = "vshl";
3512 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vshl>;
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h9671 void Vshl(Condition cond, in Vshl() function
9685 void Vshl(DataType dt, DRegister rd, DRegister rm, const DOperand& operand) { in Vshl() function
9686 Vshl(al, dt, rd, rm, operand); in Vshl()
9689 void Vshl(Condition cond, in Vshl() function
9703 void Vshl(DataType dt, QRegister rd, QRegister rm, const QOperand& operand) { in Vshl() function
9704 Vshl(al, dt, rd, rm, operand); in Vshl()