Searched refs:Vcle (Results 1 – 1 of 1) sorted by relevance
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 6013 void Vcle(Condition cond, in Vcle() function 6027 void Vcle(DataType dt, DRegister rd, DRegister rm, const DOperand& operand) { in Vcle() function 6028 Vcle(al, dt, rd, rm, operand); in Vcle() 6031 void Vcle(Condition cond, in Vcle() function 6045 void Vcle(DataType dt, QRegister rd, QRegister rm, const QOperand& operand) { in Vcle() function 6046 Vcle(al, dt, rd, rm, operand); in Vcle() 6049 void Vcle( in Vcle() function 6060 void Vcle(DataType dt, DRegister rd, DRegister rn, DRegister rm) { in Vcle() function 6061 Vcle(al, dt, rd, rn, rm); in Vcle() 6064 void Vcle( in Vcle() function [all …]
|