Home
last modified time | relevance | path

Searched defs: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