Searched defs:GprIns (Results 1 – 1 of 1) sorted by relevance
91 inline InOutRegMasks& GprIns(Register reg) { in GprIns() function97 inline InOutRegMasks& GprIns(T one, Ts... more) { GprIns(one); GprIns(more...); return *this; } in GprIns() function