Home | History | Annotate | Download | only in priv

Lines Matching refs:idxd

1625       Bool idxd = toBool(i->Pin.Load.src->tag == Pam_RR);
1628 vex_printf("l%c%s%s ", c_sz, sz==8 ? "" : "z", idxd ? "x" : "" );
1642 Bool idxd = toBool(i->Pin.Store.dst->tag == Pam_RR);
1644 vex_printf("st%c%s ", c_sz, idxd ? "x" : "" );
1713 Bool idxd = toBool(i->Pin.FpLdSt.addr->tag == Pam_RR);
1717 idxd ? "x" : "" );
1724 idxd ? "x" : "" );
4407 Bool idxd = toBool(i->Pin.FpLdSt.addr->tag == Pam_RR);
4413 if (idxd) { // lf[s|d]x, PPC32 p444|440
4421 if (idxd) { // stf[s|d]x, PPC32 p521|516
4548 Bool idxd = toBool(i->Pin.AvLdSt.addr->tag == Pam_RR);
4555 if (!idxd) {