D | macro-assembler-aarch32.h | 8243 void Vorr(Condition cond, in Vorr() function 8257 void Vorr(DataType dt, DRegister rd, DRegister rn, const DOperand& operand) { in Vorr() function 8258 Vorr(al, dt, rd, rn, operand); in Vorr() 8260 void Vorr(Condition cond, in Vorr() function 8264 Vorr(cond, kDataTypeValueNone, rd, rn, operand); in Vorr() 8266 void Vorr(DRegister rd, DRegister rn, const DOperand& operand) { in Vorr() function 8267 Vorr(al, kDataTypeValueNone, rd, rn, operand); in Vorr() 8270 void Vorr(Condition cond, in Vorr() function 8284 void Vorr(DataType dt, QRegister rd, QRegister rn, const QOperand& operand) { in Vorr() function 8285 Vorr(al, dt, rd, rn, operand); in Vorr() [all …]
|