HomeSort by relevance Sort by last modified time
    Searched refs:AsMipsInstructionSetFeatures (Results 1 - 8 of 8) sorted by null

  /art/compiler/utils/
jni_macro_assembler.cc 68 ? instruction_set_features->AsMipsInstructionSetFeatures()
  /art/runtime/arch/
instruction_set_features.h 104 const MipsInstructionSetFeatures* AsMipsInstructionSetFeatures() const;
instruction_set_features.cc 235 const MipsInstructionSetFeatures* InstructionSetFeatures::AsMipsInstructionSetFeatures() const {
  /art/compiler/linker/
relative_patcher.cc 113 new MipsRelativePatcher(features->AsMipsInstructionSetFeatures()));
  /art/compiler/
elf_builder.h 424 fpu32 = features->AsMipsInstructionSetFeatures()->Is32BitFloatingPoint();
425 isa_rev = features->AsMipsInstructionSetFeatures()->IsR6()
427 : features->AsMipsInstructionSetFeatures()->IsMipsIsaRevGreaterThanEqual2()
    [all...]
  /art/runtime/arch/mips/
instruction_set_features_mips.cc 174 const MipsInstructionSetFeatures* other_as_mips = other->AsMipsInstructionSetFeatures();
  /art/compiler/optimizing/
code_generator.cc 649 *isa_features.AsMipsInstructionSetFeatures(),
    [all...]
loop_optimization.cc     [all...]

Completed in 383 milliseconds