Lines Matching refs:StoreC
930 i->Pin.StoreC.sz = sz; in PPCInstr_StoreC()
931 i->Pin.StoreC.src = src; in PPCInstr_StoreC()
932 i->Pin.StoreC.dst = dst; in PPCInstr_StoreC()
1651 vex_printf("st%ccx. ", i->Pin.StoreC.sz==4 ? 'w' : 'd'); in ppPPCInstr()
1652 ppHRegPPC(i->Pin.StoreC.src); in ppPPCInstr()
1654 ppHRegPPC(i->Pin.StoreC.dst); in ppPPCInstr()
2262 addHRegUse(u, HRmRead, i->Pin.StoreC.src); in getRegUsage_PPCInstr()
2263 addHRegUse(u, HRmRead, i->Pin.StoreC.dst); in getRegUsage_PPCInstr()
2584 mapReg(m, &i->Pin.StoreC.src); in mapRegs_PPCInstr()
2585 mapReg(m, &i->Pin.StoreC.dst); in mapRegs_PPCInstr()
4292 if (i->Pin.StoreC.sz == 4) { in emit_PPCInstr()
4293 p = mkFormX(p, 31, iregNo(i->Pin.StoreC.src, mode64), in emit_PPCInstr()
4294 0, iregNo(i->Pin.StoreC.dst, mode64), 150, 1); in emit_PPCInstr()
4297 if (i->Pin.StoreC.sz == 8 && mode64) { in emit_PPCInstr()
4298 p = mkFormX(p, 31, iregNo(i->Pin.StoreC.src, mode64), in emit_PPCInstr()
4299 0, iregNo(i->Pin.StoreC.dst, mode64), 214, 1); in emit_PPCInstr()