Lines Matching refs:val2
693 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x()); in ExecuteGotoImpl() local
695 if (val1 > val2) { in ExecuteGotoImpl()
697 } else if (val1 == val2) { in ExecuteGotoImpl()
709 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x()); in ExecuteGotoImpl() local
711 if (val1 < val2) { in ExecuteGotoImpl()
713 } else if (val1 == val2) { in ExecuteGotoImpl()
725 double val2 = shadow_frame.GetVRegDouble(inst->VRegC_23x()); in ExecuteGotoImpl() local
727 if (val1 > val2) { in ExecuteGotoImpl()
729 } else if (val1 == val2) { in ExecuteGotoImpl()
741 double val2 = shadow_frame.GetVRegDouble(inst->VRegC_23x()); in ExecuteGotoImpl() local
743 if (val1 < val2) { in ExecuteGotoImpl()
745 } else if (val1 == val2) { in ExecuteGotoImpl()
757 int64_t val2 = shadow_frame.GetVRegLong(inst->VRegC_23x()); in ExecuteGotoImpl() local
759 if (val1 > val2) { in ExecuteGotoImpl()
761 } else if (val1 == val2) { in ExecuteGotoImpl()