Home
last modified time | relevance | path

Searched refs:h_calc_BCDtoDPB (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_generic_simd64.h165 extern ULong h_calc_BCDtoDPB ( ULong bcd );
Dhost_ppc_isel.c2263 addInstr(env, PPCInstr_Call( cc, (Addr)h_calc_BCDtoDPB, in iselWordExpr_R_wrk()
2268 fdescr = (HWord*)h_calc_BCDtoDPB; in iselWordExpr_R_wrk()
3678 addInstr( env, PPCInstr_Call( cc, (Addr)h_calc_BCDtoDPB, in iselInt64Expr_wrk()
3683 target = mode64 ? (Addr)h_calc_BCDtoDPB : in iselInt64Expr_wrk()
3684 toUInt( (Addr)h_calc_BCDtoDPB ); in iselInt64Expr_wrk()
Dhost_generic_simd64.c1535 ULong h_calc_BCDtoDPB( ULong bcd ) in h_calc_BCDtoDPB() function