On 7/5/21 1:34 PM, Taylor Simpson wrote:
+static inline MMVector mmvec_vtmp_data(CPUHexagonState *env)
+{
+ VRegMask vsel = env->VRegs_updated_tmp;
+ MMVector ret;
+ int idx = clo32(~revbit32(vsel));
+ if (vsel == 0) {
+ printf("[UNDEFINED] no .tmp load when implicitly required...");
+ }
No random debugging printfs please. r~
