Home
last modified time | relevance | path

Searched refs:GprOuts (Results 1 – 1 of 1) sorted by relevance

/art/compiler/utils/mips/
Dassembler_mips.h83 inline InOutRegMasks& GprOuts(Register reg) { in GprOuts() function
89 inline InOutRegMasks& GprOuts(T one, Ts... more) { GprOuts(one); GprOuts(more...); return *this; } in GprOuts() function
99 inline InOutRegMasks& GprInOuts(Register reg) { GprIns(reg); GprOuts(reg); return *this; } in GprInOuts()