Lines Matching refs:StoreC
882 i->Pin.StoreC.sz = sz; in PPCInstr_StoreC()
883 i->Pin.StoreC.src = src; in PPCInstr_StoreC()
884 i->Pin.StoreC.dst = dst; in PPCInstr_StoreC()
1667 UChar sz = i->Pin.StoreC.sz; in ppPPCInstr()
1670 ppHRegPPC(i->Pin.StoreC.src); in ppPPCInstr()
1672 ppHRegPPC(i->Pin.StoreC.dst); in ppPPCInstr()
2349 addHRegUse(u, HRmRead, i->Pin.StoreC.src); in getRegUsage_PPCInstr()
2350 addHRegUse(u, HRmRead, i->Pin.StoreC.dst); in getRegUsage_PPCInstr()
2702 mapReg(m, &i->Pin.StoreC.src); in mapRegs_PPCInstr()
2703 mapReg(m, &i->Pin.StoreC.dst); in mapRegs_PPCInstr()
4514 if (i->Pin.StoreC.sz == 1) { in emit_PPCInstr()
4515 p = mkFormX(p, 31, iregEnc(i->Pin.StoreC.src, mode64), in emit_PPCInstr()
4516 0, iregEnc(i->Pin.StoreC.dst, mode64), 694, 1, endness_host); in emit_PPCInstr()
4519 if (i->Pin.StoreC.sz == 2) { in emit_PPCInstr()
4520 p = mkFormX(p, 31, iregEnc(i->Pin.StoreC.src, mode64), in emit_PPCInstr()
4521 0, iregEnc(i->Pin.StoreC.dst, mode64), 726, 1, endness_host); in emit_PPCInstr()
4525 if (i->Pin.StoreC.sz == 4) { in emit_PPCInstr()
4526 p = mkFormX(p, 31, iregEnc(i->Pin.StoreC.src, mode64), in emit_PPCInstr()
4527 0, iregEnc(i->Pin.StoreC.dst, mode64), 150, 1, endness_host); in emit_PPCInstr()
4530 if (i->Pin.StoreC.sz == 8 && mode64) { in emit_PPCInstr()
4531 p = mkFormX(p, 31, iregEnc(i->Pin.StoreC.src, mode64), in emit_PPCInstr()
4532 0, iregEnc(i->Pin.StoreC.dst, mode64), 214, 1, endness_host); in emit_PPCInstr()