Home
last modified time | relevance | path

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

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