Searched refs:Vrshr (Results 1 – 1 of 1) sorted by relevance
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 9427 void Vrshr(Condition cond, in Vrshr() function 9441 void Vrshr(DataType dt, DRegister rd, DRegister rm, const DOperand& operand) { in Vrshr() function 9442 Vrshr(al, dt, rd, rm, operand); in Vrshr() 9445 void Vrshr(Condition cond, in Vrshr() function 9459 void Vrshr(DataType dt, QRegister rd, QRegister rm, const QOperand& operand) { in Vrshr() function 9460 Vrshr(al, dt, rd, rm, operand); in Vrshr()
|