Searched refs:kIsaRevGte2Bitfield (Results 1 - 2 of 2) sorted by relevance

/art/runtime/arch/mips/
H A Dinstruction_set_features_mips.h91 kIsaRevGte2Bitfield = 4, enumerator in enum:art::FINAL::__anon30
H A Dinstruction_set_features_mips.cc105 bool mips_isa_gte2 = (bitmap & kIsaRevGte2Bitfield) != 0;
176 (mips_isa_gte2_ ? kIsaRevGte2Bitfield : 0) |

Completed in 65 milliseconds