Home
last modified time | relevance | path

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

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