Home | History | Annotate | Download | only in priv

Lines Matching refs:dstGA

1249 MIPSInstr *MIPSInstr_XDirect ( Addr32 dstGA, MIPSAMode* amPC,
1253 i->Min.XDirect.dstGA = dstGA;
1260 MIPSInstr *MIPSInstr_XIndir ( HReg dstGA, MIPSAMode* amPC,
1264 i->Min.XIndir.dstGA = dstGA;
1270 MIPSInstr *MIPSInstr_XAssisted ( HReg dstGA, MIPSAMode* amPC,
1274 i->Min.XAssisted.dstGA = dstGA;
1621 vex_printf("move $9, 0x%x,", i->Min.XDirect.dstGA);
1631 ppHRegMIPS(i->Min.XIndir.dstGA, mode64);
1641 ppHRegMIPS(i->Min.XAssisted.dstGA, mode64);
1920 addHRegUse(u, HRmRead, i->Min.XIndir.dstGA);
1924 addHRegUse(u, HRmRead, i->Min.XAssisted.dstGA);
2078 mapReg(m, &i->Min.XIndir.dstGA);
2082 mapReg(m, &i->Min.XAssisted.dstGA);
3197 /* move r9, dstGA */
3200 (ULong)i->Min.XDirect.dstGA, mode64);
3258 /* sw r-dstGA, amPC */
3260 iregNo(i->Min.XIndir.dstGA, mode64),
3298 /* sw r-dstGA, amPC */
3300 iregNo(i->Min.XIndir.dstGA, mode64),