Searched refs:decp (Results 1 - 8 of 8) sorted by relevance
/third_party/optimized-routines/string/aarch64/ |
H A D | strrchr-sve.S | 74 decp x0, p3.b /* retard pointer to last match */
|
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/math_test_data/ |
H A D | sinf_data.h | 731 {-0x1.867decp+0, -0x1.ff78b8p-1},
|
H A D | sincosf_data.h | 657 {-0x1.fd0e08p+1, 0x1.7bae3ap-1, -0x1.577decp-1},
|
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-sve-aarch64.cc | 2016 COMPARE(decp(x17, p0.VnB()), "decp x17, p0.b"); in TEST() 2017 COMPARE(decp(x17, p0.VnH()), "decp x17, p0.h"); in TEST() 2018 COMPARE(decp(x17, p0.VnS()), "decp x17, p0.s"); in TEST() 2019 COMPARE(decp(x17, p0.VnD()), "decp x17, p0.d"); in TEST() 2020 COMPARE(decp(z2.VnH(), p11), "decp z in TEST() [all...] |
H A D | test-api-movprfx-aarch64.cc | 1116 __ decp(z14.VnS(), p5); in TEST() 1413 __ decp(z7.VnD(), p2); in TEST()
|
/third_party/vixl/src/aarch64/ |
H A D | assembler-aarch64.h | 4034 void decp(const Register& rdn, const PRegisterWithLaneSize& pg); 4037 void decp(const ZRegister& zdn, const PRegister& pg);
|
H A D | assembler-sve-aarch64.cc | 2022 void Assembler::decp(const Register& rdn, const PRegisterWithLaneSize& pg) { in decp() function in vixl::aarch64::Assembler 2034 void Assembler::decp(const ZRegister& zdn, const PRegister& pg) { in decp() function in vixl::aarch64::Assembler
|
H A D | macro-assembler-aarch64.h | 4203 decp(rdn, pg); in Decp() 4208 // `decp` writes every lane, so use an unpredicated movprfx. in Decp() 4210 decp(zd, pg); in Decp()
|
Completed in 50 milliseconds