Searched refs:tab4 (Results 1 – 2 of 2) sorted by relevance
/external/vixl/src/aarch64/ |
D | logic-aarch64.cc | 2619 const LogicVRegister* tab4) { in Table() argument 2621 const LogicVRegister* tab[4] = {tab1, tab2, tab3, tab4}; in Table() 2671 const LogicVRegister& tab4, in tbl() argument 2673 return Table(vform, dst, ind, true, &tab, &tab2, &tab3, &tab4); in tbl() 2709 const LogicVRegister& tab4, in tbx() argument 2711 return Table(vform, dst, ind, false, &tab, &tab2, &tab3, &tab4); in tbx()
|
D | simulator-aarch64.h | 2308 const LogicVRegister& tab4, 2317 const LogicVRegister* tab4 = NULL); 2338 const LogicVRegister& tab4,
|