• Home
  • Raw
  • Download

Lines Matching refs:XDirect

872    i->Pin.XDirect.dstGA    = dstGA;  in PPCInstr_XDirect()
873 i->Pin.XDirect.amCIA = amCIA; in PPCInstr_XDirect()
874 i->Pin.XDirect.cond = cond; in PPCInstr_XDirect()
875 i->Pin.XDirect.toFastEP = toFastEP; in PPCInstr_XDirect()
1672 showPPCCondCode(i->Pin.XDirect.cond)); in ppPPCInstr()
1674 vex_printf("imm64 r30,0x%llx; ", i->Pin.XDirect.dstGA); in ppPPCInstr()
1677 vex_printf("imm32 r30,0x%llx; ", i->Pin.XDirect.dstGA); in ppPPCInstr()
1680 ppPPCAMode(i->Pin.XDirect.amCIA); in ppPPCInstr()
1684 i->Pin.XDirect.toFastEP ? "fast" : "slow"); in ppPPCInstr()
1687 i->Pin.XDirect.toFastEP ? "fast" : "slow"); in ppPPCInstr()
2447 addRegUsage_PPCAMode(u, i->Pin.XDirect.amCIA); in getRegUsage_PPCInstr()
2818 mapRegs_PPCAMode(m, i->Pin.XDirect.amCIA); in mapRegs_PPCInstr()
4425 if (i->Pin.XDirect.cond.test != Pct_ALWAYS) { in emit_PPCInstr()
4426 vassert(i->Pin.XDirect.cond.flag != Pcf_NONE); in emit_PPCInstr()
4430 vassert(i->Pin.XDirect.cond.flag == Pcf_NONE); in emit_PPCInstr()
4435 if (!mode64) vassert(0 == (((ULong)i->Pin.XDirect.dstGA) >> 32)); in emit_PPCInstr()
4436 p = mkLoadImm(p, /*r*/30, (ULong)i->Pin.XDirect.dstGA, mode64, in emit_PPCInstr()
4441 /*r*/30, i->Pin.XDirect.amCIA, mode64, endness_host in emit_PPCInstr()
4451 = i->Pin.XDirect.toFastEP ? disp_cp_chain_me_to_fastEP in emit_PPCInstr()
4462 if (i->Pin.XDirect.cond.test != Pct_ALWAYS) { in emit_PPCInstr()
4466 mkFormB(ptmp, invertCondTest(i->Pin.XDirect.cond.test), in emit_PPCInstr()
4467 i->Pin.XDirect.cond.flag, (delta>>2), 0, 0, endness_host); in emit_PPCInstr()