Home
last modified time | relevance | path

Searched refs:is_r6 (Results 1 – 5 of 5) sorted by relevance

/art/compiler/linker/mips/
Drelative_patcher_mips.h29 : is_r6(features->IsR6()) {} in MipsRelativePatcher()
50 bool is_r6;
Drelative_patcher_mips.cc58 if (is_r6) { in PatchPcRelativeReference()
/art/compiler/utils/mips/
Dassembler_mips.h1541 Branch(bool is_r6, uint32_t location, uint32_t target, bool is_call, bool is_bare);
1543 Branch(bool is_r6,
1551 Branch(bool is_r6,
1652 void InitializeType(Type initial_type, bool is_r6);
1713 void Buncond(MipsLabel* label, bool is_r6, bool is_bare);
1715 bool is_r6,
1720 void Call(MipsLabel* label, bool is_r6, bool is_bare);
/art/compiler/utils/mips64/
Dassembler_mips64.cc2336 void Mips64Assembler::Branch::InitializeType(Type initial_type, bool is_r6) { in InitializeType() argument
2338 if (is_r6) { in InitializeType()
2441 Mips64Assembler::Branch::Branch(bool is_r6, in Branch() argument
2488 InitializeType((is_bare ? kBareCondBranch : kCondBranch), is_r6); in Branch()
2884 bool is_r6, in Bcond() argument
2894 branches_.emplace_back(is_r6, buffer_.Size(), target, condition, lhs, rhs, is_bare); in Bcond()
Dassembler_mips64.h1537 Branch(bool is_r6,
1630 void InitializeType(Type initial_type, bool is_r6);
1674 bool is_r6,