Lines Matching refs:vregA
2142 uint4_t vregA = inst->VRegA_12x(inst_data);
2143 shadow_frame.SetVReg(vregA, SafeAdd(shadow_frame.GetVReg(vregA),
2149 uint4_t vregA = inst->VRegA_12x(inst_data);
2150 shadow_frame.SetVReg(vregA,
2151 SafeSub(shadow_frame.GetVReg(vregA),
2157 uint4_t vregA = inst->VRegA_12x(inst_data);
2158 shadow_frame.SetVReg(vregA,
2159 SafeMul(shadow_frame.GetVReg(vregA),
2165 uint4_t vregA = inst->VRegA_12x(inst_data);
2166 bool success = DoIntDivide(shadow_frame, vregA, shadow_frame.GetVReg(vregA),
2172 uint4_t vregA = inst->VRegA_12x(inst_data);
2173 bool success = DoIntRemainder(shadow_frame, vregA, shadow_frame.GetVReg(vregA),
2179 uint4_t vregA = inst->VRegA_12x(inst_data);
2180 shadow_frame.SetVReg(vregA,
2181 shadow_frame.GetVReg(vregA) <<
2187 uint4_t vregA = inst->VRegA_12x(inst_data);
2188 shadow_frame.SetVReg(vregA,
2189 shadow_frame.GetVReg(vregA) >>
2195 uint4_t vregA = inst->VRegA_12x(inst_data);
2196 shadow_frame.SetVReg(vregA,
2197 static_cast<uint32_t>(shadow_frame.GetVReg(vregA)) >>
2203 uint4_t vregA = inst->VRegA_12x(inst_data);
2204 shadow_frame.SetVReg(vregA,
2205 shadow_frame.GetVReg(vregA) &
2211 uint4_t vregA = inst->VRegA_12x(inst_data);
2212 shadow_frame.SetVReg(vregA,
2213 shadow_frame.GetVReg(vregA) |
2219 uint4_t vregA = inst->VRegA_12x(inst_data);
2220 shadow_frame.SetVReg(vregA,
2221 shadow_frame.GetVReg(vregA) ^
2227 uint4_t vregA = inst->VRegA_12x(inst_data);
2228 shadow_frame.SetVRegLong(vregA,
2229 SafeAdd(shadow_frame.GetVRegLong(vregA),
2235 uint4_t vregA = inst->VRegA_12x(inst_data);
2236 shadow_frame.SetVRegLong(vregA,
2237 SafeSub(shadow_frame.GetVRegLong(vregA),
2243 uint4_t vregA = inst->VRegA_12x(inst_data);
2244 shadow_frame.SetVRegLong(vregA,
2245 SafeMul(shadow_frame.GetVRegLong(vregA),
2251 uint4_t vregA = inst->VRegA_12x(inst_data);
2252 DoLongDivide(shadow_frame, vregA, shadow_frame.GetVRegLong(vregA),
2258 uint4_t vregA = inst->VRegA_12x(inst_data);
2259 DoLongRemainder(shadow_frame, vregA, shadow_frame.GetVRegLong(vregA),
2265 uint4_t vregA = inst->VRegA_12x(inst_data);
2266 shadow_frame.SetVRegLong(vregA,
2267 shadow_frame.GetVRegLong(vregA) &
2273 uint4_t vregA = inst->VRegA_12x(inst_data);
2274 shadow_frame.SetVRegLong(vregA,
2275 shadow_frame.GetVRegLong(vregA) |
2281 uint4_t vregA = inst->VRegA_12x(inst_data);
2282 shadow_frame.SetVRegLong(vregA,
2283 shadow_frame.GetVRegLong(vregA) ^
2289 uint4_t vregA = inst->VRegA_12x(inst_data);
2290 shadow_frame.SetVRegLong(vregA,
2291 shadow_frame.GetVRegLong(vregA) <<
2297 uint4_t vregA = inst->VRegA_12x(inst_data);
2298 shadow_frame.SetVRegLong(vregA,
2299 shadow_frame.GetVRegLong(vregA) >>
2305 uint4_t vregA = inst->VRegA_12x(inst_data);
2306 shadow_frame.SetVRegLong(vregA,
2307 static_cast<uint64_t>(shadow_frame.GetVRegLong(vregA)) >>
2313 uint4_t vregA = inst->VRegA_12x(inst_data);
2314 shadow_frame.SetVRegFloat(vregA,
2315 shadow_frame.GetVRegFloat(vregA) +
2321 uint4_t vregA = inst->VRegA_12x(inst_data);
2322 shadow_frame.SetVRegFloat(vregA,
2323 shadow_frame.GetVRegFloat(vregA) -
2329 uint4_t vregA = inst->VRegA_12x(inst_data);
2330 shadow_frame.SetVRegFloat(vregA,
2331 shadow_frame.GetVRegFloat(vregA) *
2337 uint4_t vregA = inst->VRegA_12x(inst_data);
2338 shadow_frame.SetVRegFloat(vregA,
2339 shadow_frame.GetVRegFloat(vregA) /
2345 uint4_t vregA = inst->VRegA_12x(inst_data);
2346 shadow_frame.SetVRegFloat(vregA,
2347 fmodf(shadow_frame.GetVRegFloat(vregA),
2353 uint4_t vregA = inst->VRegA_12x(inst_data);
2354 shadow_frame.SetVRegDouble(vregA,
2355 shadow_frame.GetVRegDouble(vregA) +
2361 uint4_t vregA = inst->VRegA_12x(inst_data);
2362 shadow_frame.SetVRegDouble(vregA,
2363 shadow_frame.GetVRegDouble(vregA) -
2369 uint4_t vregA = inst->VRegA_12x(inst_data);
2370 shadow_frame.SetVRegDouble(vregA,
2371 vregA) *
2377 uint4_t vregA = inst->VRegA_12x(inst_data);
2378 shadow_frame.SetVRegDouble(vregA,
2379 shadow_frame.GetVRegDouble(vregA) /
2385 uint4_t vregA = inst->VRegA_12x(inst_data);
2386 shadow_frame.SetVRegDouble(vregA,
2387 fmod(shadow_frame.GetVRegDouble(vregA),