Home | History | Annotate | Download | only in dex

Lines Matching refs:kCondLt

209     kCondEq, kCondNe, kCondLt, kCondGe, kCondGt, kCondLe
225 COMPILE_ASSERT(ConditionCodeForIfCcZ(Instruction::IF_LTZ) == kCondLt, check_if_ltz_ccode);