Home
last modified time | relevance | path

Searched refs:IsForced32Bit (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/arm/
Dassembler_thumb2.cc2569 bool use32bit = IsForced32Bit() || !CanRelocateBranches(); in EmitBranch()
3582 bool use32bit = IsForced32Bit() || IsHighRegister(rt); in LoadLiteral()
4004 bool use32bit = IsForced32Bit() || IsHighRegister(base_reg); in CreateJumpTable()
4019 CHECK(!IsForced32Bit()) << "Forced 32-bit dispatch not implemented yet"; in EmitJumpTableDispatch()
Dassembler_thumb2.h61 bool IsForced32Bit() const { in IsForced32Bit() function