Home | History | Annotate | Download | only in priv

Lines Matching refs:dstGA

1328 MIPSInstr *MIPSInstr_XDirect ( Addr64 dstGA, MIPSAMode* amPC,
1332 i->Min.XDirect.dstGA = dstGA;
1339 MIPSInstr *MIPSInstr_XIndir ( HReg dstGA, MIPSAMode* amPC,
1343 i->Min.XIndir.dstGA = dstGA;
1349 MIPSInstr *MIPSInstr_XAssisted ( HReg dstGA, MIPSAMode* amPC,
1353 i->Min.XAssisted.dstGA = dstGA;
1726 vex_printf("move $9, 0x%x,", (UInt)i->Min.XDirect.dstGA);
1736 ppHRegMIPS(i->Min.XIndir.dstGA, mode64);
1746 ppHRegMIPS(i->Min.XAssisted.dstGA, mode64);
2046 addHRegUse(u, HRmRead, i->Min.XIndir.dstGA);
2050 addHRegUse(u, HRmRead, i->Min.XAssisted.dstGA);
2198 mapReg(m, &i->Min.XIndir.dstGA);
2202 mapReg(m, &i->Min.XAssisted.dstGA);
3349 /* move r9, dstGA */
3351 p = mkLoadImm_EXACTLY2or6(p, /*r*/ 9, (ULong)i->Min.XDirect.dstGA,
3411 /* sw/sd r-dstGA, amPC */
3413 iregNo(i->Min.XIndir.dstGA, mode64),
3452 dstGA, amPC */
3454 iregNo(i->Min.XIndir.dstGA, mode64),