Searched defs:Tbx (Results 1 – 2 of 2) sorted by relevance
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.h | 1970 void Tbx(const VRegister& vd, const VRegister& vn, const VRegister& vm) { in Tbx() function 1975 void Tbx(const VRegister& vd, in Tbx() function 1983 void Tbx(const VRegister& vd, in Tbx() function 1992 void Tbx(const VRegister& vd, in Tbx() function
|
/external/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 6277 __ Tbx(v16.V16B(), v1.V16B(), v0.V16B()); in TEST() local 6279 __ Tbx(v17.V16B(), v1.V16B(), v17.V16B()); in TEST() local 6281 __ Tbx(v18.V16B(), v18.V16B(), v0.V16B()); in TEST() local 6283 __ Tbx(v19.V16B(), v19.V16B(), v19.V16B()); in TEST() local 6286 __ Tbx(v20.V16B(), v1.V16B(), v2.V16B(), v3.V16B(), v4.V16B(), v0.V16B()); in TEST() local 6288 __ Tbx(v21.V16B(), v1.V16B(), v2.V16B(), v3.V16B(), v4.V16B(), v21.V16B()); in TEST() local 6293 __ Tbx(v22.V16B(), v22.V16B(), v23.V16B(), v24.V16B(), v25.V16B(), v0.V16B()); in TEST() local 6298 __ Tbx(v26.V16B(), in TEST() local 22347 __ Tbx(v16.V16B(), v1.V16B(), v4.V16B()); in TEST() local 22348 __ Tbx(v17.V16B(), v0.V16B(), v1.V16B(), v5.V16B()); in TEST() local [all …]
|