Lines Matching refs:vregA
1755 uint4_t vregA = inst->VRegA_12x(inst_data);
1756 shadow_frame.SetVReg(vregA,
1757 shadow_frame.GetVReg(vregA) +
1764 uint4_t vregA = inst->VRegA_12x(inst_data);
1765 shadow_frame.SetVReg(vregA,
1766 shadow_frame.GetVReg(vregA) -
1773 uint4_t vregA = inst->VRegA_12x(inst_data);
1774 shadow_frame.SetVReg(vregA,
1775 shadow_frame.GetVReg(vregA) *
1782 uint4_t vregA = inst->VRegA_12x(inst_data);
1783 bool success = DoIntDivide(shadow_frame, vregA, shadow_frame.GetVReg(vregA),
1790 uint4_t vregA = inst->VRegA_12x(inst_data);
1791 bool success = DoIntRemainder(shadow_frame, vregA, shadow_frame.GetVReg(vregA),
1798 uint4_t vregA = inst->VRegA_12x(inst_data);
1799 shadow_frame.SetVReg(vregA,
1800 shadow_frame.GetVReg(vregA) <<
1807 uint4_t vregA = inst->VRegA_12x(inst_data);
1808 shadow_frame.SetVReg(vregA,
1809 shadow_frame.GetVReg(vregA) >>
1816 uint4_t vregA = inst->VRegA_12x(inst_data);
1817 shadow_frame.SetVReg(vregA,
1818 static_cast<uint32_t>(shadow_frame.GetVReg(vregA)) >>
1825 uint4_t vregA = inst->VRegA_12x(inst_data);
1826 shadow_frame.SetVReg(vregA,
1827 shadow_frame.GetVReg(vregA) &
1834 uint4_t vregA = inst->VRegA_12x(inst_data);
1835 shadow_frame.SetVReg(vregA,
1836 shadow_frame.GetVReg(vregA) |
1843 uint4_t vregA = inst->VRegA_12x(inst_data);
1844 shadow_frame.SetVReg(vregA,
1845 shadow_frame.GetVReg(vregA) ^
1852 uint4_t vregA = inst->VRegA_12x(inst_data);
1853 shadow_frame.SetVRegLong(vregA,
1854 shadow_frame.GetVRegLong(vregA) +
1861 uint4_t vregA = inst->VRegA_12x(inst_data);
1862 shadow_frame.SetVRegLong(vregA,
1863 shadow_frame.GetVRegLong(vregA) -
1870 uint4_t vregA = inst->VRegA_12x(inst_data);
1871 shadow_frame.SetVRegLong(vregA,
1872 shadow_frame.GetVRegLong(vregA) *
1879 uint4_t vregA = inst->VRegA_12x(inst_data);
1880 DoLongDivide(shadow_frame, vregA, shadow_frame.GetVRegLong(vregA),
1887 uint4_t vregA = inst->VRegA_12x(inst_data);
1888 DoLongRemainder(shadow_frame, vregA, shadow_frame.GetVRegLong(vregA),
1895 uint4_t vregA = inst->VRegA_12x(inst_data);
1896 shadow_frame.SetVRegLong(vregA,
1897 shadow_frame.GetVRegLong(vregA) &
1904 uint4_t vregA = inst->VRegA_12x(inst_data);
1905 shadow_frame.SetVRegLong(vregA,
1906 shadow_frame.GetVRegLong(vregA) |
1913 uint4_t vregA = inst->VRegA_12x(inst_data);
1914 shadow_frame.SetVRegLong(vregA,
1915 shadow_frame.GetVRegLong(vregA) ^
1922 uint4_t vregA = inst->VRegA_12x(inst_data);
1923 shadow_frame.SetVRegLong(vregA,
1924 shadow_frame.GetVRegLong(vregA) <<
1931 uint4_t vregA = inst->VRegA_12x(inst_data);
1932 shadow_frame.SetVRegLong(vregA,
1933 shadow_frame.GetVRegLong(vregA) >>
1940 uint4_t vregA = inst->VRegA_12x(inst_data);
1941 shadow_frame.SetVRegLong(vregA,
1942 static_cast<uint64_t>(shadow_frame.GetVRegLong(vregA)) >>
1949 uint4_t vregA = inst->VRegA_12x(inst_data);
1950 shadow_frame.SetVRegFloat(vregA,
1951 shadow_frame.GetVRegFloat(vregA) +
1958 uint4_t vregA = inst->VRegA_12x(inst_data);
1959 shadow_frame.SetVRegFloat(vregA,
1960 shadow_frame.GetVRegFloat(vregA) -
1967 uint4_t vregA = inst->VRegA_12x(inst_data);
1968 shadow_frame.SetVRegFloat(vregA,
1969 shadow_frame.GetVRegFloat(vregA) *
1976 vregA = inst->VRegA_12x(inst_data);
1977 shadow_frame.SetVRegFloat(vregA,
1978 shadow_frame.GetVRegFloat(vregA) /
1985 uint4_t vregA = inst->VRegA_12x(inst_data);
1986 shadow_frame.SetVRegFloat(vregA,
1987 fmodf(shadow_frame.GetVRegFloat(vregA),
1994 uint4_t vregA = inst->VRegA_12x(inst_data);
1995 shadow_frame.SetVRegDouble(vregA,
1996 shadow_frame.GetVRegDouble(vregA) +
2003 uint4_t vregA = inst->VRegA_12x(inst_data);
2004 shadow_frame.SetVRegDouble(vregA,
2005 shadow_frame.GetVRegDouble(vregA) -
2012 uint4_t vregA = inst->VRegA_12x(inst_data);
2013 shadow_frame.SetVRegDouble(vregA,
2014 shadow_frame.GetVRegDouble(vregA) *
2021 uint4_t vregA = inst->VRegA_12x(inst_data);
2022 shadow_frame.SetVRegDouble(vregA,
2023 shadow_frame.GetVRegDouble(vregA) /
2030 uint4_t vregA = inst->VRegA_12x(inst_data);
2031 shadow_frame.SetVRegDouble(vregA,
2032 fmod(shadow_frame.GetVRegDouble(vregA),