Lines Matching refs:VRegB_23x

674     float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x());  in ExecuteGotoImpl()
690 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); in ExecuteGotoImpl()
706 double val1 = shadow_frame.GetVRegDouble(inst->VRegB_23x()); in ExecuteGotoImpl()
722 double val1 = shadow_frame.GetVRegDouble(inst->VRegB_23x()); in ExecuteGotoImpl()
742 int64_t val1 = shadow_frame.GetVRegLong(inst->VRegB_23x()); in ExecuteGotoImpl()
967 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteGotoImpl()
985 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteGotoImpl()
1003 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteGotoImpl()
1021 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteGotoImpl()
1039 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteGotoImpl()
1058 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteGotoImpl()
1077 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteGotoImpl()
1095 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteGotoImpl()
1114 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteGotoImpl()
1133 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteGotoImpl()
1152 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteGotoImpl()
1171 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteGotoImpl()
1191 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteGotoImpl()
1211 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteGotoImpl()
1748 SafeAdd(shadow_frame.GetVReg(inst->VRegB_23x()), in ExecuteGotoImpl()
1755 SafeSub(shadow_frame.GetVReg(inst->VRegB_23x()), in ExecuteGotoImpl()
1762 SafeMul(shadow_frame.GetVReg(inst->VRegB_23x()), in ExecuteGotoImpl()
1769 shadow_frame.GetVReg(inst->VRegB_23x()), in ExecuteGotoImpl()
1777 shadow_frame.GetVReg(inst->VRegB_23x()), in ExecuteGotoImpl()
1785 shadow_frame.GetVReg(inst->VRegB_23x()) << in ExecuteGotoImpl()
1792 shadow_frame.GetVReg(inst->VRegB_23x()) >> in ExecuteGotoImpl()
1799 static_cast<uint32_t>(shadow_frame.GetVReg(inst->VRegB_23x())) >> in ExecuteGotoImpl()
1806 shadow_frame.GetVReg(inst->VRegB_23x()) & in ExecuteGotoImpl()
1813 shadow_frame.GetVReg(inst->VRegB_23x()) | in ExecuteGotoImpl()
1820 shadow_frame.GetVReg(inst->VRegB_23x()) ^ in ExecuteGotoImpl()
1827 SafeAdd(shadow_frame.GetVRegLong(inst->VRegB_23x()), in ExecuteGotoImpl()
1834 SafeSub(shadow_frame.GetVRegLong(inst->VRegB_23x()), in ExecuteGotoImpl()
1841 SafeMul(shadow_frame.GetVRegLong(inst->VRegB_23x()), in ExecuteGotoImpl()
1848 shadow_frame.GetVRegLong(inst->VRegB_23x()), in ExecuteGotoImpl()
1856 shadow_frame.GetVRegLong(inst->VRegB_23x()), in ExecuteGotoImpl()
1864 shadow_frame.GetVRegLong(inst->VRegB_23x()) & in ExecuteGotoImpl()
1871 shadow_frame.GetVRegLong(inst->VRegB_23x()) | in ExecuteGotoImpl()
1878 shadow_frame.GetVRegLong(inst->VRegB_23x()) ^ in ExecuteGotoImpl()
1885 shadow_frame.GetVRegLong(inst->VRegB_23x()) << in ExecuteGotoImpl()
1892 shadow_frame.GetVRegLong(inst->VRegB_23x()) >> in ExecuteGotoImpl()
1899 static_cast<uint64_t>(shadow_frame.GetVRegLong(inst->VRegB_23x())) >> in ExecuteGotoImpl()
1906 shadow_frame.GetVRegFloat(inst->VRegB_23x()) + in ExecuteGotoImpl()
1913 shadow_frame.GetVRegFloat(inst->VRegB_23x()) - in ExecuteGotoImpl()
1920 shadow_frame.GetVRegFloat(inst->VRegB_23x()) * in ExecuteGotoImpl()
1927 shadow_frame.GetVRegFloat(inst->VRegB_23x()) / in ExecuteGotoImpl()
1934 fmodf(shadow_frame.GetVRegFloat(inst->VRegB_23x()), in ExecuteGotoImpl()
1941 shadow_frame.GetVRegDouble(inst->VRegB_23x()) + in ExecuteGotoImpl()
1948 shadow_frame.GetVRegDouble(inst->VRegB_23x()) - in ExecuteGotoImpl()
1955 shadow_frame.GetVRegDouble(inst->VRegB_23x()) * in ExecuteGotoImpl()
1962 shadow_frame.GetVRegDouble(inst->VRegB_23x()) / in ExecuteGotoImpl()
1969 fmod(shadow_frame.GetVRegDouble(inst->VRegB_23x()), in ExecuteGotoImpl()