Home
last modified time | relevance | path

Searched refs:TwoBits (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/quick/
Dresource_mask.h82 static constexpr ResourceMask TwoBits(size_t start_bit) { in TwoBits() function
/art/compiler/dex/quick/arm/
Dtarget_arm.cc146 ? ResourceMask::TwoBits(reg.GetRegNum() * 2 + kArmFPReg0) in GetRegMaskArm()
/art/compiler/dex/quick/mips/
Dtarget_mips.cc299 return ResourceMask::TwoBits((reg.GetRegNum() & ~1) + kMipsFPReg0); in GetRegMaskCommon()