Searched defs:tab4 (Results 1 - 1 of 1) sorted by relevance

/external/vixl/src/aarch64/
H A Dlogic-aarch64.cc2619 const LogicVRegister* tab4) {
2621 const LogicVRegister* tab[4] = {tab1, tab2, tab3, tab4};
2671 const LogicVRegister& tab4,
2673 return Table(vform, dst, ind, true, &tab, &tab2, &tab3, &tab4);
2709 const LogicVRegister& tab4,
2711 return Table(vform, dst, ind, false, &tab, &tab2, &tab3, &tab4);
2612 Table(VectorFormat vform, LogicVRegister dst, const LogicVRegister& ind, bool zero_out_of_bounds, const LogicVRegister* tab1, const LogicVRegister* tab2, const LogicVRegister* tab3, const LogicVRegister* tab4) argument
2666 tbl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& tab, const LogicVRegister& tab2, const LogicVRegister& tab3, const LogicVRegister& tab4, const LogicVRegister& ind) argument
2704 tbx(VectorFormat vform, LogicVRegister dst, const LogicVRegister& tab, const LogicVRegister& tab2, const LogicVRegister& tab3, const LogicVRegister& tab4, const LogicVRegister& ind) argument

Completed in 120 milliseconds