Home | History | Annotate | Download | only in priv

Lines Matching refs:wrLR

1044 MIPSInstr *MIPSInstr_RdWrLR(Bool wrLR, HReg gpr)
1048 i->Min.RdWrLR.wrLR = wrLR;
1432 vex_printf("%s ", i->Min.RdWrLR.wrLR ? "mtlr" : "mflr");
1721 addHRegUse(u, (i->Min.RdWrLR.wrLR ? HRmRead : HRmWrite),
3351 Bool wrLR = i->Min.RdWrLR.wrLR;
3352 if (wrLR)