Searched defs: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() function