Searched refs:GprInOuts (Results 1 – 1 of 1) sorted by relevance
99 inline InOutRegMasks& GprInOuts(Register reg) { GprIns(reg); GprOuts(reg); return *this; } in GprInOuts() function101 inline InOutRegMasks& GprInOuts(T one, Ts... more) { in GprInOuts() function102 GprInOuts(one); in GprInOuts()103 GprInOuts(more...); in GprInOuts()