Home
last modified time | relevance | path

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

/external/vixl/examples/aarch32/
Dpi.cc38 __ Vldr(d0, 1.0); in GenerateApproximatePi() local
39 __ Vldr(d1, 3.0); in GenerateApproximatePi() local
40 __ Vldr(d2, 5.0); in GenerateApproximatePi() local
41 __ Vldr(d3, 7.0); in GenerateApproximatePi() local
/external/vixl/test/aarch32/
Dtest-assembler-aarch32.cc1432 __ Vldr(s0, 1.0); in TEST() local
1433 __ Vldr(d1, 2.0); in TEST() local
1873 __ Vldr(Condition(eq), s0, &l6); in TEST() local
1874 __ Vldr(Condition(ne), s0, &l6_not_taken); in TEST() local
1875 __ Vldr(Condition(eq), d1, &l7); in TEST() local
1876 __ Vldr(Condition(ne), d1, &l7_not_taken); in TEST() local
2982 __ Vldr(d0, 1.2345); in TEST() local
2983 __ Vldr(d1, 2.9876); in TEST() local
2984 __ Vldr(s4, 1.3333); in TEST() local
2985 __ Vldr(s5, 3.21); in TEST() local
[all …]
Dtest-simulator-cond-dt-drt-drd-drn-drm-float-f64-a32.cc1445 __ Vldr(rd, MemOperand(input_ptr, offsetof(Inputs, rd))); in TestHelper() local
1446 __ Vldr(rn, MemOperand(input_ptr, offsetof(Inputs, rn))); in TestHelper() local
1447 __ Vldr(rm, MemOperand(input_ptr, offsetof(Inputs, rm))); in TestHelper() local
Dtest-simulator-cond-dt-drt-drd-drn-drm-float-f64-t32.cc1445 __ Vldr(rd, MemOperand(input_ptr, offsetof(Inputs, rd))); in TestHelper() local
1446 __ Vldr(rn, MemOperand(input_ptr, offsetof(Inputs, rn))); in TestHelper() local
1447 __ Vldr(rm, MemOperand(input_ptr, offsetof(Inputs, rm))); in TestHelper() local
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h704 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
[all …]