Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp3351 constexpr const char *Vmull = "vmull"; in vmulh() local
3360 const IValueT Qd = encodeQRegister(OpQd, "Qd", Vmull); in vmulh()
3361 const IValueT Qn = encodeQRegister(OpQn, "Qn", Vmull); in vmulh()
3362 const IValueT Qm = encodeQRegister(OpQm, "Qm", Vmull); in vmulh()
3394 constexpr const char *Vmull = "vmull"; in vmlap() local
3404 const IValueT Dd = mapQRegToDReg(encodeQRegister(OpQd, "Qd", Vmull)); in vmlap()
3405 const IValueT Dn = mapQRegToDReg(encodeQRegister(OpQn, "Qn", Vmull)); in vmlap()
3406 const IValueT Dm = mapQRegToDReg(encodeQRegister(OpQm, "Qm", Vmull)); in vmlap()
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h8020 void Vmull(Condition cond, in Vmull() function
8035 void Vmull( in Vmull() function
8037 Vmull(al, dt, rd, rn, dm, index); in Vmull()
8040 void Vmull( in Vmull() function
8051 void Vmull(DataType dt, QRegister rd, DRegister rn, DRegister rm) { in Vmull() function
8052 Vmull(al, dt, rd, rn, rm); in Vmull()