Lines Matching refs:Pri
464 op->Pri.Imm = imm64; in PPCRI_Imm()
470 op->Pri.Reg = reg; in PPCRI_Reg()
477 vex_printf("0x%llx", dst->Pri.Imm); in ppPPCRI()
480 ppHRegPPC(dst->Pri.Reg); in ppPPCRI()
495 addHRegUse(u, HRmRead, dst->Pri.Reg); in addRegUsage_PPCRI()
507 dst->Pri.Reg = lookupHRegRemap(m, dst->Pri.Reg); in mapRegs_PPCRI()
1350 ppLoadImm(hregPPC_GPR3(mode64), i->Pin.Goto.dst->Pri.Imm, in ppPPCInstr()
1353 ppMovReg(hregPPC_GPR3(mode64), i->Pin.Goto.dst->Pri.Reg); in ppPPCInstr()
1368 ppLoadImm(i->Pin.CMov.dst, i->Pin.CMov.src->Pri.Imm, mode64); in ppPPCInstr()
1370 ppMovReg(i->Pin.CMov.dst, i->Pin.CMov.src->Pri.Reg); in ppPPCInstr()
3122 imm_dst = i->Pin.Goto.dst->Pri.Imm; in emit_PPCInstr()
3126 r_dst = iregNo(i->Pin.Goto.dst->Pri.Reg, mode64); in emit_PPCInstr()
3164 imm_src = i->Pin.CMov.src->Pri.Imm; in emit_PPCInstr()
3168 r_src = iregNo(i->Pin.CMov.src->Pri.Reg, mode64); in emit_PPCInstr()