Home
last modified time | relevance | path

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

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