Lines Matching defs:Vldr
704 void Vldr(Condition cond, DataType dt, DRegister rd, RawLiteral* literal) { in Vldr() function
723 void Vldr(DataType dt, DRegister rd, RawLiteral* literal) { in Vldr() function
726 void Vldr(Condition cond, DRegister rd, RawLiteral* literal) { in Vldr() function
729 void Vldr(DRegister rd, RawLiteral* literal) { in Vldr() function
733 void Vldr(Condition cond, DataType dt, SRegister rd, RawLiteral* literal) { in Vldr() function
752 void Vldr(DataType dt, SRegister rd, RawLiteral* literal) { in Vldr() function
755 void Vldr(Condition cond, SRegister rd, RawLiteral* literal) { in Vldr() function
758 void Vldr(SRegister rd, RawLiteral* literal) { in Vldr() function
791 void Vldr(Condition cond, SRegister rd, float v) { in Vldr() function
799 void Vldr(SRegister rd, float v) { Vldr(al, rd, v); } in Vldr() function
801 void Vldr(Condition cond, DRegister rd, double v) { in Vldr() function
809 void Vldr(DRegister rd, double v) { Vldr(al, rd, v); } in Vldr() function
7329 void Vldr(Condition cond, in Vldr() function
7341 void Vldr(DataType dt, DRegister rd, const MemOperand& operand) { in Vldr() function
7344 void Vldr(Condition cond, DRegister rd, const MemOperand& operand) { in Vldr() function
7347 void Vldr(DRegister rd, const MemOperand& operand) { in Vldr() function
7352 void Vldr(Condition cond, in Vldr() function
7364 void Vldr(DataType dt, SRegister rd, const MemOperand& operand) { in Vldr() function
7367 void Vldr(Condition cond, SRegister rd, const MemOperand& operand) { in Vldr() function
7370 void Vldr(SRegister rd, const MemOperand& operand) { in Vldr() function