Home | History | Annotate | Download | only in priv

Lines Matching refs:dstGA

886 PPCInstr* PPCInstr_XDirect ( Addr64 dstGA, PPCAMode* amCIA,
890 i->Pin.XDirect.dstGA = dstGA;
896 PPCInstr* PPCInstr_XIndir ( HReg dstGA, PPCAMode* amCIA,
900 i->Pin.XIndir.dstGA = dstGA;
905 PPCInstr* PPCInstr_XAssisted ( HReg dstGA, PPCAMode* amCIA,
909 i->Pin.XAssisted.dstGA = dstGA;
1649 vex_printf("imm64 r30,0x%llx; ", i->Pin.XDirect.dstGA);
1652 vex_printf("imm32 r30,0x%llx; ", i->Pin.XDirect.dstGA);
1671 ppHRegPPC(i->Pin.XIndir.dstGA);
1683 ppHRegPPC(i->Pin.XAssisted.dstGA);
2367 addHRegUse(u, HRmRead, i->Pin.XIndir.dstGA);
2371 addHRegUse(u, HRmRead, i->Pin.XAssisted.dstGA);
2714 mapReg(m, &i->Pin.XIndir.dstGA);
2718 mapReg(m, &i->Pin.XAssisted.dstGA);
4157 /* imm32/64 r30, dstGA */
4158 if (!mode64) vassert(0 == (((ULong)i->Pin.XDirect.dstGA) >> 32));
4159 p = mkLoadImm(p, /*r*/30, (ULong)i->Pin.XDirect.dstGA, mode64);
4216 /* stw/std r-dstGA, amCIA */
4219 iregNo(i->Pin.XIndir.dstGA, mode64),
4255 /* stw/std r-dstGA, amCIA */
4258 iregNo(i->Pin.XIndir.dstGA, mode64),