Searched refs:Iop_RoundF64toInt (Results 1 - 8 of 8) sorted by relevance

/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h701 Iop_RoundF64toInt, /* F64 value to nearest integral value (still enumerator in enum:__anon27017
/external/valgrind/main/VEX/priv/
H A Dir_defs.c385 case Iop_RoundF64toInt: vex_printf("RoundF64toInt"); return;
2450 case Iop_RoundF64toInt: BINARY(ity_RMode,Ity_F64, Ity_F64);
H A Dhost_mips_isel.c2589 case Iop_RoundF64toInt: {
H A Dguest_amd64_toIR.c5631 binop(Iop_RoundF64toInt, get_roundingmode(), get_ST(0)) );
17491 assign(res0, binop(Iop_RoundF64toInt, mkexpr(rm), mkexpr(src0)) );
17492 assign(res1, binop(Iop_RoundF64toInt, mkexpr(rm), mkexpr(src1)) );
17541 assign(res, binop(isD ? Iop_RoundF64toInt : Iop_RoundF32toInt,
25604 # define CVT(s) binop(Iop_RoundF64toInt, mkexpr(rm), \
25649 # define CVT(s) binop(Iop_RoundF64toInt, mkexpr(rm), \
25699 assign(res, binop(isD ? Iop_RoundF64toInt : Iop_RoundF32toInt,
H A Dhost_amd64_isel.c2591 if (e->tag == Iex_Binop && e->Iex.Binop.op == Iop_RoundF64toInt) {
H A Dhost_x86_isel.c2990 if (e->tag == Iex_Binop && e->Iex.Binop.op == Iop_RoundF64toInt) {
H A Dguest_x86_toIR.c4382 binop(Iop_RoundF64toInt, get_roundingmode(), get_ST(0)) );
12736 assign(res, binop(isD ? Iop_RoundF64toInt : Iop_RoundF32toInt,
/external/valgrind/main/memcheck/
H A Dmc_translate.c3217 case Iop_RoundF64toInt:

Completed in 165 milliseconds