Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dreaddwarf.c2241 si_m->ra_off = ML_(CfiExpr_CfiReg)( debuginfo->cfsi_exprs, in summarise_context()
2284 si_m->ra_off = ML_(CfiExpr_CfiReg)( debuginfo->cfsi_exprs, in summarise_context()
2338 si_m->ra_off = ML_(CfiExpr_CfiReg)( debuginfo->cfsi_exprs, in summarise_context()
2384 si_m->ra_off = ML_(CfiExpr_CfiReg)( debuginfo->cfsi_exprs, in summarise_context()
2426 si_m->ra_off = ML_(CfiExpr_CfiReg)( debuginfo->cfsi_exprs, in summarise_context()
2508 return ML_(CfiExpr_CfiReg)( dstxa, Creg_IA_SP ); in copy_convert_CfiExpr_tree()
2510 return ML_(CfiExpr_CfiReg)( dstxa, Creg_IA_BP ); in copy_convert_CfiExpr_tree()
2512 return ML_(CfiExpr_CfiReg)( dstxa, Creg_IA_IP ); /* correct? */ in copy_convert_CfiExpr_tree()
2515 return ML_(CfiExpr_CfiReg)( dstxa, Creg_ARM_R13 ); in copy_convert_CfiExpr_tree()
2517 return ML_(CfiExpr_CfiReg)( dstxa, Creg_ARM_R12 ); in copy_convert_CfiExpr_tree()
[all …]
Dpriv_storage.h459 extern Int ML_(CfiExpr_CfiReg)( XArray* dst, CfiReg reg );
Dreadexidx.c628 Int res = ML_(CfiExpr_CfiReg)( di->cfsi_exprs, creg ); in gen_CfiExpr_CfiReg_ARM_GPR()
Dstorage.c878 Int ML_(CfiExpr_CfiReg)( XArray* dst, CfiReg reg ) in ML_() argument