Lines Matching refs:val1
709 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); in ExecuteGotoImpl() local
712 if (val1 > val2) { in ExecuteGotoImpl()
714 } else if (val1 == val2) { in ExecuteGotoImpl()
725 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); in ExecuteGotoImpl() local
728 if (val1 < val2) { in ExecuteGotoImpl()
730 } else if (val1 == val2) { in ExecuteGotoImpl()
741 double val1 = shadow_frame.GetVRegDouble(inst->VRegB_23x()); in ExecuteGotoImpl() local
744 if (val1 > val2) { in ExecuteGotoImpl()
746 } else if (val1 == val2) { in ExecuteGotoImpl()
757 double val1 = shadow_frame.GetVRegDouble(inst->VRegB_23x()); in ExecuteGotoImpl() local
760 if (val1 < val2) { in ExecuteGotoImpl()
762 } else if (val1 == val2) { in ExecuteGotoImpl()
777 int64_t val1 = shadow_frame.GetVRegLong(inst->VRegB_23x()); in ExecuteGotoImpl() local
780 if (val1 > val2) { in ExecuteGotoImpl()
782 } else if (val1 == val2) { in ExecuteGotoImpl()