Searched refs:cond_val (Results 1 – 3 of 3) sorted by relevance
1387 Location cond_val = instruction->GetLocations()->InAt(condition_input_index); in GenerateTestAndBranch() local1388 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()
3834 Location cond_val = instruction->GetLocations()->InAt(condition_input_index); in GenerateTestAndBranch() local3835 DCHECK(cond_val.IsRegister()); in GenerateTestAndBranch()
2952 Location cond_val = instruction->GetLocations()->InAt(condition_input_index); in GenerateTestAndBranch() local2953 DCHECK(cond_val.IsRegister()); in GenerateTestAndBranch()