Home | History | Annotate | Download | only in priv

Lines Matching full:idxd

1316       Bool idxd = toBool(i->Pin.Load.src->tag == Pam_RR);
1319 vex_printf("l%c%s%s ", c_sz, sz==8 ? "" : "z", idxd ? "x" : "" );
1333 Bool idxd = toBool(i->Pin.Store.dst->tag == Pam_RR);
1335 vex_printf("st%c%s ", c_sz, idxd ? "x" : "" );
1404 Bool idxd = toBool(i->Pin.FpLdSt.addr->tag == Pam_RR);
1408 idxd ? "x" : "" );
1415 idxd ? "x" : "" );
3333 Bool idxd = toBool(i->Pin.FpLdSt.addr->tag == Pam_RR);
3339 if (idxd) { // lf[s|d]x, PPC32 p444|440
3347 if (idxd) { // stf[s|d]x, PPC32 p521|516
3452 Bool idxd = toBool(i->Pin.AvLdSt.addr->tag == Pam_RR);
3459 if (!idxd) {