Home
last modified time | relevance | path

Searched refs:Iop_RoundF128toInt (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/VEX/pub/
Dlibvex_ir.h730 Iop_RoundF128toInt, /* F128 value to nearest integral value (still enumerator
/external/valgrind/VEX/priv/
Dir_defs.c417 case Iop_RoundF128toInt: vex_printf("RoundF128toInt"); return; in ppIROp()
3252 case Iop_RoundF128toInt: in typeOfPrimop()
Dhost_s390_isel.c2146 case Iop_RoundF128toInt: { in s390_isel_float128_expr_wrk()
Dguest_s390_toIR.c12553 assign(result, binop(Iop_RoundF128toInt, mkexpr(encode_bfp_rounding_mode(m3)), in s390_irgen_FIXBRA()
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c279 …{ DEFOP(Iop_RoundF128toInt, UNDEF_ALL), .s390x = 1, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 0, .p…
/external/valgrind/memcheck/
Dmc_translate.c3835 case Iop_RoundF128toInt: in expr2vbits_Binop()