Searched refs:is_r6 (Results 1 – 5 of 5) sorted by relevance
/art/compiler/linker/mips/ |
D | relative_patcher_mips.h | 29 : is_r6(features->IsR6()) {} in MipsRelativePatcher() 50 bool is_r6;
|
D | relative_patcher_mips.cc | 58 if (is_r6) { in PatchPcRelativeReference()
|
/art/compiler/utils/mips/ |
D | assembler_mips.h | 1541 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/ |
D | assembler_mips64.cc | 2336 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()
|
D | assembler_mips64.h | 1537 Branch(bool is_r6, 1630 void InitializeType(Type initial_type, bool is_r6); 1674 bool is_r6,
|