D | macro-assembler-aarch32.h | 5884 void Vcge(Condition cond, in Vcge() function 5898 void Vcge(DataType dt, DRegister rd, DRegister rm, const DOperand& operand) { in Vcge() function 5899 Vcge(al, dt, rd, rm, operand); in Vcge() 5902 void Vcge(Condition cond, in Vcge() function 5916 void Vcge(DataType dt, QRegister rd, QRegister rm, const QOperand& operand) { in Vcge() function 5917 Vcge(al, dt, rd, rm, operand); in Vcge() 5920 void Vcge( in Vcge() function 5931 void Vcge(DataType dt, DRegister rd, DRegister rn, DRegister rm) { in Vcge() function 5932 Vcge(al, dt, rd, rn, rm); in Vcge() 5935 void Vcge( in Vcge() function [all …]
|