Searched refs:Bext (Results 1 – 2 of 2) sorted by relevance
/external/vixl/test/aarch64/ |
D | test-disasm-sve-aarch64.cc | 7638 COMPARE_MACRO(Bext(z6.VnB(), z2.VnB(), z5.VnB()), "bext z6.b, z2.b, z5.b"); in TEST() 7639 COMPARE_MACRO(Bext(z6.VnD(), z2.VnD(), z5.VnD()), "bext z6.d, z2.d, z5.d"); in TEST() 7640 COMPARE_MACRO(Bext(z6.VnH(), z2.VnH(), z5.VnH()), "bext z6.h, z2.h, z5.h"); in TEST() 7641 COMPARE_MACRO(Bext(z6.VnS(), z2.VnS(), z5.VnS()), "bext z6.s, z2.s, z5.s"); in TEST()
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.h | 6424 void Bext(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm) { in Bext() function
|