Home
last modified time | relevance | path

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

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/m_debuginfo/
H A Dpriv_storage.h445 extern Int ML_(CfiExpr_Binop) ( XArray* dst, CfiBinop op, Int ixL, Int ixR );
H A Dreaddwarf.c2415 return ML_(CfiExpr_Binop)( dstxa, src->Cex.Binop.op, cpL, cpR ); in copy_convert_CfiExpr_tree()
2680 ix = ML_(CfiExpr_Binop)( dst, in dwarfexpr_to_dag()
2726 ix = ML_(CfiExpr_Binop)( dst, in dwarfexpr_to_dag()
2751 PUSH( ML_(CfiExpr_Binop)( dst, Cbinop_Add, ix2, ix ) ); in dwarfexpr_to_dag()
2844 PUSH( ML_(CfiExpr_Binop)( dst, bop, ix2, ix ) ); in dwarfexpr_to_dag()
H A Dstorage.c879 Int ML_(CfiExpr_Binop)( XArray* dst, CfiBinop op, Int ixL, Int ixR ) in ML_() argument
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/m_debuginfo/
H A Dpriv_storage.h445 extern Int ML_(CfiExpr_Binop) ( XArray* dst, CfiBinop op, Int ixL, Int ixR );
H A Dreaddwarf.c2415 return ML_(CfiExpr_Binop)( dstxa, src->Cex.Binop.op, cpL, cpR ); in copy_convert_CfiExpr_tree()
2680 ix = ML_(CfiExpr_Binop)( dst, in dwarfexpr_to_dag()
2726 ix = ML_(CfiExpr_Binop)( dst, in dwarfexpr_to_dag()
2751 PUSH( ML_(CfiExpr_Binop)( dst, Cbinop_Add, ix2, ix ) ); in dwarfexpr_to_dag()
2844 PUSH( ML_(CfiExpr_Binop)( dst, bop, ix2, ix ) ); in dwarfexpr_to_dag()
H A Dstorage.c879 Int ML_(CfiExpr_Binop)( XArray* dst, CfiBinop op, Int ixL, Int ixR ) in ML_() argument