Searched refs:Iop_RoundF64toInt (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 701 Iop_RoundF64toInt, /* F64 value to nearest integral value (still enumerator
|
/external/valgrind/main/VEX/priv/ |
D | ir_defs.c | 385 case Iop_RoundF64toInt: vex_printf("RoundF64toInt"); return; in ppIROp() 2450 case Iop_RoundF64toInt: BINARY(ity_RMode,Ity_F64, Ity_F64); in typeOfPrimop()
|
D | host_mips_isel.c | 2589 case Iop_RoundF64toInt: { in iselDblExpr_wrk()
|
D | guest_amd64_toIR.c | 5631 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()
|
D | host_x86_isel.c | 2990 if (e->tag == Iex_Binop && e->Iex.Binop.op == Iop_RoundF64toInt) { in iselDblExpr_wrk()
|
D | host_amd64_isel.c | 2591 if (e->tag == Iex_Binop && e->Iex.Binop.op == Iop_RoundF64toInt) { in iselDblExpr_wrk()
|
D | guest_x86_toIR.c | 4382 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/ |
D | mc_translate.c | 3217 case Iop_RoundF64toInt: in expr2vbits_Binop()
|