Searched refs:Vqshl (Results 1 – 1 of 1) sorted by relevance
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 8959 void Vqshl(Condition cond, in Vqshl() function 8973 void Vqshl(DataType dt, DRegister rd, DRegister rm, const DOperand& operand) { in Vqshl() function 8974 Vqshl(al, dt, rd, rm, operand); in Vqshl() 8977 void Vqshl(Condition cond, in Vqshl() function 8991 void Vqshl(DataType dt, QRegister rd, QRegister rm, const QOperand& operand) { in Vqshl() function 8992 Vqshl(al, dt, rd, rm, operand); in Vqshl()
|