Home
last modified time | relevance | path

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

/art/compiler/utils/mips/
Dassembler_mips.h132 inline InOutRegMasks& CcIns(int cc) { cc_ins_ |= (1u << cc); return *this; } in CcIns() function
134 inline InOutRegMasks& CcIns(T one, Ts... more) { CcIns(one); CcIns(more...); return *this; } in CcIns() function