D | logic-a64.cc | 2555 const LogicVRegister& tab2, in tbl() argument 2558 return tbx(vform, dst, tab, tab2, ind); in tbl() 2565 const LogicVRegister& tab2, in tbl() argument 2569 return tbx(vform, dst, tab, tab2, tab3, ind); in tbl() 2576 const LogicVRegister& tab2, in tbl() argument 2581 return tbx(vform, dst, tab, tab2, tab3, tab4, ind); in tbl() 2603 const LogicVRegister& tab2, in tbx() argument 2610 case 1: dst.SetUint(vform, i, tab2.Uint(kFormat16B, j & 15)); break; in tbx() 2620 const LogicVRegister& tab2, in tbx() argument 2628 case 1: dst.SetUint(vform, i, tab2.Uint(kFormat16B, j & 15)); break; in tbx() [all …]
|