Searched defs:cond_val (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm64.cc3596 Location cond_val = instruction->GetLocations()->InAt(condition_input_index); local
3597 DCHECK(cond_val.IsRegister());
H A Dcode_generator_arm.cc2605 Location cond_val = instruction->GetLocations()->InAt(condition_input_index); local
2606 DCHECK(cond_val.IsRegister());
2608 __ CompareAndBranchIfZero(cond_val.AsRegister<Register>(), false_target);
2610 __ CompareAndBranchIfNonZero(cond_val.AsRegister<Register>(), true_target);
H A Dcode_generator_arm_vixl.cc2642 Location cond_val = instruction->GetLocations()->InAt(condition_input_index); local
2643 DCHECK(cond_val.IsRegister());

Completed in 118 milliseconds