Home
last modified time | relevance | path

Searched defs:Vldr (Results 1 - 1 of 1) sorted by relevance

/third_party/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h812 void Vldr(Condition cond, DataType dt, DRegister rd, RawLiteral* literal) { in MacroAssembler() function in vixl::aarch32::MacroAssembler
835 void Vldr(DataType dt, DRegister rd, RawLiteral* literal) { in MacroAssembler() function in vixl::aarch32::MacroAssembler
838 void Vldr(Condition cond, DRegister rd, RawLiteral* literal) { in MacroAssembler() function in vixl::aarch32::MacroAssembler
841 void Vldr(DRegister rd, RawLiteral* literal) { in MacroAssembler() function in vixl::aarch32::MacroAssembler
845 void Vldr(Condition cond, DataType dt, SRegister rd, RawLiteral* literal) { in MacroAssembler() function in vixl::aarch32::MacroAssembler
868 void Vldr(DataType dt, SRegister rd, RawLiteral* literal) { in MacroAssembler() function in vixl::aarch32::MacroAssembler
871 void Vldr(Condition cond, SRegister rd, RawLiteral* literal) { MacroAssembler() function in vixl::aarch32::MacroAssembler
874 void Vldr(SRegister rd, RawLiteral* literal) { MacroAssembler() function in vixl::aarch32::MacroAssembler
917 void Vldr(Condition cond, SRegister rd, float v) { MacroAssembler() function in vixl::aarch32::MacroAssembler
930 void Vldr(SRegister rd, float v) { Vldr(al, rd, v); } MacroAssembler() function in vixl::aarch32::MacroAssembler
932 void Vldr(Condition cond, DRegister rd, double v) { MacroAssembler() function in vixl::aarch32::MacroAssembler
945 void Vldr(DRegister rd, double v) { Vldr(al, rd, v); } MacroAssembler() function in vixl::aarch32::MacroAssembler
8916 void Vldr(Condition cond, MacroAssembler() function in vixl::aarch32::MacroAssembler
8932 void Vldr(DataType dt, DRegister rd, const MemOperand& operand) { MacroAssembler() function in vixl::aarch32::MacroAssembler
8935 void Vldr(Condition cond, DRegister rd, const MemOperand& operand) { MacroAssembler() function in vixl::aarch32::MacroAssembler
8938 void Vldr(DRegister rd, const MemOperand& operand) { MacroAssembler() function in vixl::aarch32::MacroAssembler
8943 void Vldr(Condition cond, MacroAssembler() function in vixl::aarch32::MacroAssembler
8959 void Vldr(DataType dt, SRegister rd, const MemOperand& operand) { MacroAssembler() function in vixl::aarch32::MacroAssembler
8962 void Vldr(Condition cond, SRegister rd, const MemOperand& operand) { MacroAssembler() function in vixl::aarch32::MacroAssembler
8965 void Vldr(SRegister rd, const MemOperand& operand) { MacroAssembler() function in vixl::aarch32::MacroAssembler
[all...]

Completed in 29 milliseconds