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