Lines Matching refs:vregA

2080         uint4_t vregA = inst->VRegA_12x(inst_data);  in ExecuteSwitchImplCpp()  local
2081 shadow_frame.SetVReg(vregA, SafeAdd(shadow_frame.GetVReg(vregA), in ExecuteSwitchImplCpp()
2088 uint4_t vregA = inst->VRegA_12x(inst_data); in ExecuteSwitchImplCpp() local
2089 shadow_frame.SetVReg(vregA, in ExecuteSwitchImplCpp()
2090 SafeSub(shadow_frame.GetVReg(vregA), in ExecuteSwitchImplCpp()
2097 uint4_t vregA = inst->VRegA_12x(inst_data); in ExecuteSwitchImplCpp() local
2098 shadow_frame.SetVReg(vregA, in ExecuteSwitchImplCpp()
2099 SafeMul(shadow_frame.GetVReg(vregA), in ExecuteSwitchImplCpp()
2106 uint4_t vregA = inst->VRegA_12x(inst_data); in ExecuteSwitchImplCpp() local
2107 bool success = DoIntDivide(shadow_frame, vregA, shadow_frame.GetVReg(vregA), in ExecuteSwitchImplCpp()
2114 uint4_t vregA = inst->VRegA_12x(inst_data); in ExecuteSwitchImplCpp() local
2115 bool success = DoIntRemainder(shadow_frame, vregA, shadow_frame.GetVReg(vregA), in ExecuteSwitchImplCpp()
2122 uint4_t vregA = inst->VRegA_12x(inst_data); in ExecuteSwitchImplCpp() local
2123 shadow_frame.SetVReg(vregA, in ExecuteSwitchImplCpp()
2124 shadow_frame.GetVReg(vregA) << in ExecuteSwitchImplCpp()
2131 uint4_t vregA = inst->VRegA_12x(inst_data); in ExecuteSwitchImplCpp() local
2132 shadow_frame.SetVReg(vregA, in ExecuteSwitchImplCpp()
2133 shadow_frame.GetVReg(vregA) >> in ExecuteSwitchImplCpp()
2140 uint4_t vregA = inst->VRegA_12x(inst_data); in ExecuteSwitchImplCpp() local
2141 shadow_frame.SetVReg(vregA, in ExecuteSwitchImplCpp()
2142 static_cast<uint32_t>(shadow_frame.GetVReg(vregA)) >> in ExecuteSwitchImplCpp()
2149 uint4_t vregA = inst->VRegA_12x(inst_data); in ExecuteSwitchImplCpp() local
2150 shadow_frame.SetVReg(vregA, in ExecuteSwitchImplCpp()
2151 shadow_frame.GetVReg(vregA) & in ExecuteSwitchImplCpp()
2158 uint4_t vregA = inst->VRegA_12x(inst_data); in ExecuteSwitchImplCpp() local
2159 shadow_frame.SetVReg(vregA, in ExecuteSwitchImplCpp()
2160 shadow_frame.GetVReg(vregA) | in ExecuteSwitchImplCpp()
2167 uint4_t vregA = inst->VRegA_12x(inst_data); in ExecuteSwitchImplCpp() local
2168 shadow_frame.SetVReg(vregA, in ExecuteSwitchImplCpp()
2169 shadow_frame.GetVReg(vregA) ^ in ExecuteSwitchImplCpp()
2176 uint4_t vregA = inst->VRegA_12x(inst_data); in ExecuteSwitchImplCpp() local
2177 shadow_frame.SetVRegLong(vregA, in ExecuteSwitchImplCpp()
2178 SafeAdd(shadow_frame.GetVRegLong(vregA), in ExecuteSwitchImplCpp()
2185 uint4_t vregA = inst->VRegA_12x(inst_data); in ExecuteSwitchImplCpp() local
2186 shadow_frame.SetVRegLong(vregA, in ExecuteSwitchImplCpp()
2187 SafeSub(shadow_frame.GetVRegLong(vregA), in ExecuteSwitchImplCpp()
2194 uint4_t vregA = inst->VRegA_12x(inst_data); in ExecuteSwitchImplCpp() local
2195 shadow_frame.SetVRegLong(vregA, in ExecuteSwitchImplCpp()
2196 SafeMul(shadow_frame.GetVRegLong(vregA), in ExecuteSwitchImplCpp()
2203 uint4_t vregA = inst->VRegA_12x(inst_data); in ExecuteSwitchImplCpp() local
2204 DoLongDivide(shadow_frame, vregA, shadow_frame.GetVRegLong(vregA), in ExecuteSwitchImplCpp()
2211 uint4_t vregA = inst->VRegA_12x(inst_data); in ExecuteSwitchImplCpp() local
2212 DoLongRemainder(shadow_frame, vregA, shadow_frame.GetVRegLong(vregA), in ExecuteSwitchImplCpp()
2219 uint4_t vregA = inst->VRegA_12x(inst_data); in ExecuteSwitchImplCpp() local
2220 shadow_frame.SetVRegLong(vregA, in ExecuteSwitchImplCpp()
2221 shadow_frame.GetVRegLong(vregA) & in ExecuteSwitchImplCpp()
2228 uint4_t vregA = inst->VRegA_12x(inst_data); in ExecuteSwitchImplCpp() local
2229 shadow_frame.SetVRegLong(vregA, in ExecuteSwitchImplCpp()
2230 shadow_frame.GetVRegLong(vregA) | in ExecuteSwitchImplCpp()
2237 uint4_t vregA = inst->VRegA_12x(inst_data); in ExecuteSwitchImplCpp() local
2238 shadow_frame.SetVRegLong(vregA, in ExecuteSwitchImplCpp()
2239 shadow_frame.GetVRegLong(vregA) ^ in ExecuteSwitchImplCpp()
2246 uint4_t vregA = inst->VRegA_12x(inst_data); in ExecuteSwitchImplCpp() local
2247 shadow_frame.SetVRegLong(vregA, in ExecuteSwitchImplCpp()
2248 shadow_frame.GetVRegLong(vregA) << in ExecuteSwitchImplCpp()
2255 uint4_t vregA = inst->VRegA_12x(inst_data); in ExecuteSwitchImplCpp() local
2256 shadow_frame.SetVRegLong(vregA, in ExecuteSwitchImplCpp()
2257 shadow_frame.GetVRegLong(vregA) >> in ExecuteSwitchImplCpp()
2264 uint4_t vregA = inst->VRegA_12x(inst_data); in ExecuteSwitchImplCpp() local
2265 shadow_frame.SetVRegLong(vregA, in ExecuteSwitchImplCpp()
2266 static_cast<uint64_t>(shadow_frame.GetVRegLong(vregA)) >> in ExecuteSwitchImplCpp()
2273 uint4_t vregA = inst->VRegA_12x(inst_data); in ExecuteSwitchImplCpp() local
2274 shadow_frame.SetVRegFloat(vregA, in ExecuteSwitchImplCpp()
2275 shadow_frame.GetVRegFloat(vregA) + in ExecuteSwitchImplCpp()
2282 uint4_t vregA = inst->VRegA_12x(inst_data); in ExecuteSwitchImplCpp() local
2283 shadow_frame.SetVRegFloat(vregA, in ExecuteSwitchImplCpp()
2284 shadow_frame.GetVRegFloat(vregA) - in ExecuteSwitchImplCpp()
2291 uint4_t vregA = inst->VRegA_12x(inst_data); in ExecuteSwitchImplCpp() local
2292 shadow_frame.SetVRegFloat(vregA, in ExecuteSwitchImplCpp()
2293 shadow_frame.GetVRegFloat(vregA) * in ExecuteSwitchImplCpp()
2300 uint4_t vregA = inst->VRegA_12x(inst_data); in ExecuteSwitchImplCpp() local
2301 shadow_frame.SetVRegFloat(vregA, in ExecuteSwitchImplCpp()
2302 shadow_frame.GetVRegFloat(vregA) / in ExecuteSwitchImplCpp()
2309 uint4_t vregA = inst->VRegA_12x(inst_data); in ExecuteSwitchImplCpp() local
2310 shadow_frame.SetVRegFloat(vregA, in ExecuteSwitchImplCpp()
2311 fmodf(shadow_frame.GetVRegFloat(vregA), in ExecuteSwitchImplCpp()
2318 uint4_t vregA = inst->VRegA_12x(inst_data); in ExecuteSwitchImplCpp() local
2319 shadow_frame.SetVRegDouble(vregA, in ExecuteSwitchImplCpp()
2320 shadow_frame.GetVRegDouble(vregA) + in ExecuteSwitchImplCpp()
2327 uint4_t vregA = inst->VRegA_12x(inst_data); in ExecuteSwitchImplCpp() local
2328 shadow_frame.SetVRegDouble(vregA, in ExecuteSwitchImplCpp()
2329 shadow_frame.GetVRegDouble(vregA) - in ExecuteSwitchImplCpp()
2336 uint4_t vregA = inst->VRegA_12x(inst_data); in ExecuteSwitchImplCpp() local
2337 shadow_frame.SetVRegDouble(vregA, in ExecuteSwitchImplCpp()
2338 shadow_frame.GetVRegDouble(vregA) * in ExecuteSwitchImplCpp()
2345 uint4_t vregA = inst->VRegA_12x(inst_data); in ExecuteSwitchImplCpp() local
2346 shadow_frame.SetVRegDouble(vregA, in ExecuteSwitchImplCpp()
2347 shadow_frame.GetVRegDouble(vregA) / in ExecuteSwitchImplCpp()
2354 uint4_t vregA = inst->VRegA_12x(inst_data); in ExecuteSwitchImplCpp() local
2355 shadow_frame.SetVRegDouble(vregA, in ExecuteSwitchImplCpp()
2356 fmod(shadow_frame.GetVRegDouble(vregA), in ExecuteSwitchImplCpp()