Searched refs:Iop_RoundF128toInt (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 730 Iop_RoundF128toInt, /* F128 value to nearest integral value (still enumerator
|
/external/valgrind/VEX/priv/ |
D | ir_defs.c | 417 case Iop_RoundF128toInt: vex_printf("RoundF128toInt"); return; in ppIROp() 3252 case Iop_RoundF128toInt: in typeOfPrimop()
|
D | host_s390_isel.c | 2146 case Iop_RoundF128toInt: { in s390_isel_float128_expr_wrk()
|
D | guest_s390_toIR.c | 12553 assign(result, binop(Iop_RoundF128toInt, mkexpr(encode_bfp_rounding_mode(m3)), in s390_irgen_FIXBRA()
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | irops.c | 279 …{ DEFOP(Iop_RoundF128toInt, UNDEF_ALL), .s390x = 1, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 0, .p…
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 3835 case Iop_RoundF128toInt: in expr2vbits_Binop()
|