Searched refs:IsForced32Bit (Results 1 – 2 of 2) sorted by relevance
2569 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()
61 bool IsForced32Bit() const { in IsForced32Bit() function