Searched refs:cond_val (Results 1 – 4 of 4) sorted by relevance
4429 Location cond_val = instruction->GetLocations()->InAt(condition_input_index); in GenerateTestAndBranch() local4430 DCHECK(cond_val.IsRegister()); in GenerateTestAndBranch()4432 __ Beqzc(cond_val.AsRegister<GpuRegister>(), false_target); in GenerateTestAndBranch()4434 __ Bnezc(cond_val.AsRegister<GpuRegister>(), true_target); in GenerateTestAndBranch()
5895 Location cond_val = instruction->GetLocations()->InAt(condition_input_index); in GenerateTestAndBranch() local5896 DCHECK(cond_val.IsRegister()); in GenerateTestAndBranch()5898 __ Beqz(cond_val.AsRegister<Register>(), false_target); in GenerateTestAndBranch()5900 __ Bnez(cond_val.AsRegister<Register>(), true_target); in GenerateTestAndBranch()
3179 Location cond_val = instruction->GetLocations()->InAt(condition_input_index); in GenerateTestAndBranch() local3180 DCHECK(cond_val.IsRegister()); in GenerateTestAndBranch()
2539 Location cond_val = instruction->GetLocations()->InAt(condition_input_index); in GenerateTestAndBranch() local2540 DCHECK(cond_val.IsRegister()); in GenerateTestAndBranch()