Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm/
Dint_arm.cc856 RegStorage expected_reg = rl_src_expected.reg.IsPair() ? rl_src_expected.reg.GetLow() : in GenInlinedCas() local
860 bool expected_is_core_reg = rl_src_expected.location == kLocPhysReg && !expected_reg.IsFloat(); in GenInlinedCas()
862 bool expected_is_good_reg = expected_is_core_reg && !IsTemp(expected_reg); in GenInlinedCas()