Home
last modified time | relevance | path

Searched refs:wrLR (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_tilegx_defs.h462 Bool wrLR; member
516 extern TILEGXInstr *TILEGXInstr_RdWrLR ( Bool wrLR, HReg gpr );
Dhost_tilegx_defs.c905 TILEGXInstr *TILEGXInstr_RdWrLR ( Bool wrLR, HReg gpr ) in TILEGXInstr_RdWrLR() argument
909 i->GXin.RdWrLR.wrLR = wrLR; in TILEGXInstr_RdWrLR()
1060 addHRegUse(u, (i->GXin.RdWrLR.wrLR ? HRmRead : HRmWrite), in getRegUsage_TILEGXInstr()
2464 Bool wrLR = i->GXin.RdWrLR.wrLR; in emit_TILEGXInstr() local
2465 if (wrLR) in emit_TILEGXInstr()
Dhost_mips_defs.h519 Bool wrLR; member
669 extern MIPSInstr *MIPSInstr_RdWrLR(Bool wrLR, HReg gpr);
Dhost_mips_defs.c1044 MIPSInstr *MIPSInstr_RdWrLR(Bool wrLR, HReg gpr) in MIPSInstr_RdWrLR() argument
1048 i->Min.RdWrLR.wrLR = wrLR; in MIPSInstr_RdWrLR()
1432 vex_printf("%s ", i->Min.RdWrLR.wrLR ? "mtlr" : "mflr"); in ppMIPSInstr()
1721 addHRegUse(u, (i->Min.RdWrLR.wrLR ? HRmRead : HRmWrite), in getRegUsage_MIPSInstr()
3347 Bool wrLR = i->Min.RdWrLR.wrLR; in emit_MIPSInstr() local
3348 if (wrLR) in emit_MIPSInstr()
Dhost_ppc_defs.h756 Bool wrLR; member
1042 extern PPCInstr* PPCInstr_RdWrLR ( Bool wrLR, HReg gpr );
Dhost_ppc_defs.c1234 PPCInstr* PPCInstr_RdWrLR ( Bool wrLR, HReg gpr ) { in PPCInstr_RdWrLR() argument
1237 i->Pin.RdWrLR.wrLR = wrLR; in PPCInstr_RdWrLR()
1836 vex_printf("%s ", i->Pin.RdWrLR.wrLR ? "mtlr" : "mflr"); in ppPPCInstr()
2407 addHRegUse(u, (i->Pin.RdWrLR.wrLR ? HRmRead : HRmWrite), in getRegUsage_PPCInstr()
4777 p = mkFormXFX(p, reg, 8, (i->Pin.RdWrLR.wrLR==True) ? 467 : 339, in emit_PPCInstr()