Searched defs:start_value (Results 1 - 1 of 1) sorted by path

/art/compiler/dex/quick/x86/
H A Dtarget_x86.cc1262 int start_value = -1; local
1341 start_value = mir_graph_->ConstantValue(rl_start.orig_sreg);
1342 start_value = std::max(start_value, 0);
1345 length_compare = OpCmpImmBranch(kCondLe, rs_rCX, start_value, nullptr);
1346 OpRegImm(kOpMov, rs_rDI, start_value);
1352 if (start_value != 0) {
1354 OpRegImm(kOpSub, rs_rCX, start_value);
1388 if (zero_based || (!zero_based && rl_start.is_const && start_value == 0)) {

Completed in 22 milliseconds