Home
last modified time | relevance | path

Searched refs:cond_val (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_riscv64.cc1387 Location cond_val = instruction->GetLocations()->InAt(condition_input_index); in GenerateTestAndBranch() local
1388 DCHECK(cond_val.IsRegister()); in GenerateTestAndBranch()
1390 __ Beqz(cond_val.AsRegister<XRegister>(), false_target); in GenerateTestAndBranch()
1392 __ Bnez(cond_val.AsRegister<XRegister>(), true_target); in GenerateTestAndBranch()
Dcode_generator_arm64.cc3834 Location cond_val = instruction->GetLocations()->InAt(condition_input_index); in GenerateTestAndBranch() local
3835 DCHECK(cond_val.IsRegister()); in GenerateTestAndBranch()
Dcode_generator_arm_vixl.cc2952 Location cond_val = instruction->GetLocations()->InAt(condition_input_index); in GenerateTestAndBranch() local
2953 DCHECK(cond_val.IsRegister()); in GenerateTestAndBranch()