Home | History | Annotate | Download | only in arm

Lines Matching refs:check_value

367 LIR* ArmMir2Lir::OpCmpImmBranch(ConditionCode cond, RegStorage reg, int check_value, LIR* target) {
381 if (!skip && reg.Low8() && (check_value == 0)) {
393 OpRegImm(kOpCmp, reg, check_value);