Searched defs:Tbx (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
D | AArch64ExpandPseudoInsts.cpp | 970 MachineInstrBuilder Tbx = in expandCondSMToggle() local
|
/external/vixl/test/aarch64/ |
D | test-assembler-neon-aarch64.cc | 3592 __ Tbx(v16.V16B(), v1.V16B(), v0.V16B()); in TEST() local 3594 __ Tbx(v17.V16B(), v1.V16B(), v17.V16B()); in TEST() local 3596 __ Tbx(v18.V16B(), v18.V16B(), v0.V16B()); in TEST() local 3598 __ Tbx(v19.V16B(), v19.V16B(), v19.V16B()); in TEST() local 3601 __ Tbx(v20.V16B(), v1.V16B(), v2.V16B(), v3.V16B(), v4.V16B(), v0.V16B()); in TEST() local 3603 __ Tbx(v21.V16B(), v1.V16B(), v2.V16B(), v3.V16B(), v4.V16B(), v21.V16B()); in TEST() local 3608 __ Tbx(v22.V16B(), v22.V16B(), v23.V16B(), v24.V16B(), v25.V16B(), v0.V16B()); in TEST() local 3613 __ Tbx(v26.V16B(), in TEST() local 10849 __ Tbx(v16.V16B(), v1.V16B(), v4.V16B()); in TEST() local 10850 __ Tbx(v17.V16B(), v0.V16B(), v1.V16B(), v5.V16B()); in TEST() local [all …]
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.h | 2532 void Tbx(const VRegister& vd, const VRegister& vn, const VRegister& vm) { in Tbx() function 2537 void Tbx(const VRegister& vd, in Tbx() function 2545 void Tbx(const VRegister& vd, in Tbx() function 2554 void Tbx(const VRegister& vd, in Tbx() function 7279 void Tbx(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm) { in Tbx() function
|