Home | History | Annotate | Download | only in arm64

Lines Matching refs:check_value

259 LIR* Arm64Mir2Lir::OpCmpImmBranch(ConditionCode cond, RegStorage reg, int check_value,
263 if (check_value == 0) {
279 OpRegImm(kOpCmp, reg, check_value);
288 RegStorage base_reg, int offset, int check_value,
297 LIR* branch = OpCmpImmBranch(cond, temp_reg, check_value, target);