Searched refs:idxd (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_ppc_defs.c | 1638 Bool idxd = toBool(i->Pin.Load.src->tag == Pam_RR); in ppPPCInstr() local 1641 vex_printf("l%c%s%s ", c_sz, sz==8 ? "" : "z", idxd ? "x" : "" ); in ppPPCInstr() 1658 Bool idxd = toBool(i->Pin.Store.dst->tag == Pam_RR); in ppPPCInstr() local 1660 vex_printf("st%c%s ", c_sz, idxd ? "x" : "" ); in ppPPCInstr() 1732 Bool idxd = toBool(i->Pin.FpLdSt.addr->tag == Pam_RR); in ppPPCInstr() local 1736 idxd ? "x" : "" ); in ppPPCInstr() 1743 idxd ? "x" : "" ); in ppPPCInstr() 4644 Bool idxd = toBool(i->Pin.FpLdSt.addr->tag == Pam_RR); in emit_PPCInstr() local 4650 if (idxd) { // lf[s|d]x, PPC32 p444|440 in emit_PPCInstr() 4658 if (idxd) { // stf[s|d]x, PPC32 p521|516 in emit_PPCInstr() [all …]
|
D | host_mips_defs.c | 1349 Bool idxd = toBool(i->Min.Load.src->tag == Mam_RR); in ppMIPSInstr() local 1352 vex_printf("l%c%s ", c_sz, idxd ? "x" : ""); in ppMIPSInstr() 1360 Bool idxd = toBool(i->Min.Store.dst->tag == Mam_RR); in ppMIPSInstr() local 1362 vex_printf("s%c%s ", c_sz, idxd ? "x" : ""); in ppMIPSInstr()
|