Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp3348 constexpr const char *Vmull = "vmull"; in vmulh() local
3357 const IValueT Qd = encodeQRegister(OpQd, "Qd", Vmull); in vmulh()
3358 const IValueT Qn = encodeQRegister(OpQn, "Qn", Vmull); in vmulh()
3359 const IValueT Qm = encodeQRegister(OpQm, "Qm", Vmull); in vmulh()
3391 constexpr const char *Vmull = "vmull"; in vmlap() local
3401 const IValueT Dd = mapQRegToDReg(encodeQRegister(OpQd, "Qd", Vmull)); in vmlap()
3402 const IValueT Dn = mapQRegToDReg(encodeQRegister(OpQn, "Qn", Vmull)); in vmlap()
3403 const IValueT Dm = mapQRegToDReg(encodeQRegister(OpQm, "Qm", Vmull)); in vmlap()
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h8017 void Vmull(Condition cond, in Vmull() function
8032 void Vmull( in Vmull() function
8034 Vmull(al, dt, rd, rn, dm, index); in Vmull()
8037 void Vmull( in Vmull() function
8048 void Vmull(DataType dt, QRegister rd, DRegister rn, DRegister rm) { in Vmull() function
8049 Vmull(al, dt, rd, rn, rm); in Vmull()