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

  /art/compiler/optimizing/
intrinsics_mips.h 72 bool IsR6() const;
intrinsics_mips.cc 53 inline bool IntrinsicCodeGeneratorMIPS::IsR6() const {
54 return codegen_->GetInstructionSetFeatures().IsR6();
253 bool isR6,
297 if (isR6) {
362 if (isR6) {
413 IsR6(),
427 IsR6(),
441 IsR6(),
448 bool isR6,
455 if (isR6) {
    [all...]
pc_relative_fixups_mips.cc 133 if (mips_codegen->GetInstructionSetFeatures().IsR6()) {
instruction_simplifier_mips.cc 52 if (codegen_->GetInstructionSetFeatures().IsR6() ||
code_generator_mips.cc 728 bool is_r6 = mips_codegen->GetInstructionSetFeatures().IsR6();
    [all...]
codegen_test.cc 858 CHECK(!instruction_set_features_->AsMipsInstructionSetFeatures()->IsR6());
    [all...]
  /art/dex2oat/linker/mips/
relative_patcher_mips.h 29 : is_r6(features->IsR6()) {}
  /art/runtime/arch/mips/
instruction_set_features_mips.h 75 bool IsR6() const {
  /art/compiler/utils/mips/
assembler_mips.cc 474 CHECK(!IsR6());
479 CHECK(!IsR6());
484 CHECK(!IsR6());
489 CHECK(!IsR6());
494 CHECK(!IsR6());
499 CHECK(!IsR6());
505 CHECK(!IsR6());
511 CHECK(!IsR6());
517 CHECK(!IsR6());
523 CHECK(IsR6());
    [all...]
assembler_mips.h     [all...]

Completed in 339 milliseconds