Home
last modified time | relevance | path

Searched refs:Creg_IA_IP (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
Dpriv_storage.h301 Creg_IA_IP, enumerator
Dreaddwarf.c2500 return ML_(CfiExpr_CfiReg)( dstxa, Creg_IA_IP ); /* correct? */ in copy_convert_CfiExpr_tree()
2514 return ML_(CfiExpr_CfiReg)( dstxa, Creg_IA_IP ); /* correct? */ in copy_convert_CfiExpr_tree()
2521 return ML_(CfiExpr_CfiReg)( dstxa, Creg_IA_IP ); in copy_convert_CfiExpr_tree()
Ddebuginfo.c2075 case Creg_IA_IP: return eec->uregs->xip; in evalCfiExpr()
2084 case Creg_IA_IP: return eec->uregs->ia; in evalCfiExpr()
2089 case Creg_IA_IP: return eec->uregs->pc; in evalCfiExpr()
Dstorage.c639 case Creg_IA_IP: VG_(printf)("xIP"); break; in ppCfiReg()