HomeSort by relevance Sort by last modified time
    Searched refs:kMips (Results 26 - 47 of 47) sorted by null

12

  /art/runtime/arch/mips/
instruction_set_features_mips.cc 171 if (kMips != other->GetInstructionSet()) {
  /art/runtime/
atomic.h 50 return (isa == kMips) || (isa == kMips64);
common_runtime_test.h 246 if (kRuntimeISA == kMips) { \
parsed_options_test.cc 148 InstructionSet::kMips,
common_runtime_test.cc 349 case kMips:
stack.cc 297 if ((kRuntimeISA == InstructionSet::kMips) && (kind == kDoubleHiVReg)) {
    [all...]
runtime.cc     [all...]
  /art/compiler/debug/
elf_debug_frame_writer.h 87 case kMips:
  /art/compiler/
elf_writer_quick.cc 229 if (builder_->GetIsa() == kMips || builder_->GetIsa() == kMips64) {
  /art/compiler/trampolines/
trampoline_compiler.cc 281 case kMips:
  /art/compiler/optimizing/
scheduler_test.cc 57 CodegenTargetConfig(kMips, create_codegen_mips),
codegen_test.cc 59 CodegenTargetConfig(kMips, create_codegen_mips),
836 if (!CanExecute(kMips) || features_mips->IsR6()) {
code_generator_mips.h 502 InstructionSet GetInstructionSet() const OVERRIDE { return InstructionSet::kMips; }
optimizing_compiler.cc 447 || instruction_set == kMips
675 case kMips: {
    [all...]
stack_map_test.cc     [all...]
code_generator.cc 646 case kMips: {
    [all...]
loop_optimization.cc     [all...]
code_generator_mips.cc     [all...]
  /art/compiler/jni/quick/
jni_compiler.cc 324 (instruction_set != kMips) && (instruction_set != kMips64);
532 if ((instruction_set == kMips || instruction_set == kMips64) &&
    [all...]
  /art/dex2oat/
dex2oat.cc     [all...]
  /art/compiler/driver/
compiler_driver.cc 483 case kMips:
    [all...]
  /art/oatdump/
oatdump.cc 168 if (isa == kMips || isa == kMips64) {
    [all...]

Completed in 392 milliseconds

12