Searched refs:Iop_RoundF64toF32 (Results 1 – 7 of 7) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_ppc_toIR.c | 8919 assign( frD, binop( Iop_RoundF64toF32, rm, binop( Iop_I64StoF64, rm, in dis_fp_round() 8935 assign( frD, binop( Iop_RoundF64toF32, rm, mkexpr(frB) )); in dis_fp_round() 12630 binop( Iop_RoundF64toF32, in dis_vx_conv() 12654 binop( Iop_RoundF64toF32, in dis_vx_conv() 12748 binop( Iop_RoundF64toF32, in dis_vx_conv() 12804 binop( Iop_RoundF64toF32, in dis_vx_conv() 12811 binop( Iop_RoundF64toF32, in dis_vx_conv() 12927 binop( Iop_RoundF64toF32, in dis_vx_conv() 12936 binop( Iop_RoundF64toF32, in dis_vx_conv() 12951 binop( Iop_RoundF64toF32, in dis_vx_conv() [all …]
|
D | ir_defs.c | 401 case Iop_RoundF64toF32: vex_printf("RoundF64toF32"); return; in ppIROp() 2842 case Iop_RoundF64toF32: in typeOfPrimop()
|
D | host_ppc_isel.c | 4072 if (e->Iex.Binop.op == Iop_RoundF64toF32) { in iselDblExpr_wrk()
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | util.c | 556 case Iop_RoundF64toF32: in typeof_primop()
|
D | irops.c | 258 …{ DEFOP(Iop_RoundF64toF32, UNDEF_ALL), .s390x = 0, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 1, .pp…
|
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 754 Iop_RoundF64toF32, /* round F64 to nearest F32 value (still as F64) */ enumerator
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 3762 case Iop_RoundF64toF32: in expr2vbits_Binop()
|