Searched defs:MipsInstructionSetFeatures (Results 1 - 1 of 1) sorted by relevance

/art/runtime/arch/mips/
H A Dinstruction_set_features_mips.h25 class MipsInstructionSetFeatures FINAL : public InstructionSetFeatures {
28 static const MipsInstructionSetFeatures* FromVariant(const std::string& variant,
32 static const MipsInstructionSetFeatures* FromBitmap(uint32_t bitmap);
35 static const MipsInstructionSetFeatures* FromCppDefines();
38 static const MipsInstructionSetFeatures* FromCpuInfo();
42 static const MipsInstructionSetFeatures* FromHwcap();
46 static const MipsInstructionSetFeatures* FromAssembly();
74 virtual ~MipsInstructionSetFeatures() {}
77 // Parse a vector of the form "fpu32", "mips2" adding these to a new MipsInstructionSetFeatures.
83 MipsInstructionSetFeatures(boo function in class:art::FINAL
[all...]

Completed in 2 milliseconds