Home
last modified time | relevance | path

Searched defs:FprInOuts (Results 1 – 1 of 1) sorted by relevance

/art/compiler/utils/mips/
Dassembler_mips.h117 inline InOutRegMasks& FprInOuts(FRegister reg) { FprIns(reg); FprOuts(reg); return *this; } in FprInOuts() function
118 inline InOutRegMasks& FprInOuts(VectorRegister reg) { in FprInOuts() function
122 inline InOutRegMasks& FprInOuts(T one, Ts... more) { in FprInOuts() function