Searched refs:Iop_RoundF64toInt (Results 1 - 14 of 14) sorted by relevance

/external/valgrind/VEX/pub/
H A Dlibvex_ir.h718 Iop_RoundF64toInt, /* F64 value to nearest integral value (still enumerator in enum:__anon19778
/external/valgrind/VEX/priv/
H A Dhost_arm64_isel.c3087 case Iop_RoundF64toInt:
3095 case Iop_RoundF64toInt: op = ARM64fpu_RINT; break;
H A Dhost_mips_isel.c3202 case Iop_RoundF64toInt: {
3507 case Iop_RoundF64toInt: {
H A Dir_defs.c400 case Iop_RoundF64toInt: vex_printf("RoundF64toInt"); return;
2835 case Iop_RoundF64toInt: BINARY(ity_RMode,Ity_F64, Ity_F64);
H A Dhost_s390_isel.c2418 case Iop_RoundF64toInt: conv = S390_BFP_F64_TO_F64I; goto convert_float;
H A Dguest_mips_toIR.c12456 putDReg(fd, binop(Iop_RoundF64toInt, mkU32(0x0),
12487 putDReg(fd, binop(Iop_RoundF64toInt, mkU32(0x3),
13122 putDReg(fd, binop(Iop_RoundF64toInt,
13156 putDReg(fd, binop(Iop_RoundF64toInt, mkU32(0x1),
13388 putDReg(fd, binop(Iop_RoundF64toInt, mkU32(0x2),
H A Dhost_x86_isel.c3095 if (e->tag == Iex_Binop && e->Iex.Binop.op == Iop_RoundF64toInt) {
H A Dguest_amd64_toIR.c6033 binop(Iop_RoundF64toInt, get_roundingmode(), get_ST(0)) );
19239 assign(res0, binop(Iop_RoundF64toInt, mkexpr(rm), mkexpr(src0)) );
19240 assign(res1, binop(Iop_RoundF64toInt, mkexpr(rm), mkexpr(src1)) );
19289 assign(res, binop(isD ? Iop_RoundF64toInt : Iop_RoundF32toInt,
[all...]
H A Dhost_amd64_isel.c2886 if (e->tag == Iex_Binop && e->Iex.Binop.op == Iop_RoundF64toInt) {
H A Dguest_arm64_toIR.c12321 IROp opRND = isD ? Iop_RoundF64toInt : Iop_RoundF32toInt;
13167 assign(dst, binop(isD ? Iop_RoundF64toInt : Iop_RoundF32toInt,
H A Dguest_x86_toIR.c4493 binop(Iop_RoundF64toInt, get_roundingmode(), get_ST(0)) );
12922 assign(res, binop(isD ? Iop_RoundF64toInt : Iop_RoundF32toInt,
H A Dguest_s390_toIR.c12405 assign(result, binop(Iop_RoundF64toInt, mkexpr(encode_bfp_rounding_mode(m3)),
/external/valgrind/memcheck/tests/vbit-test/
H A Dirops.c269 { DEFOP(Iop_RoundF64toInt, UNDEF_ALL), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .ppc32 = 0, .mips32 = 0, .mips64 = 1, .tilegx = 0 },
/external/valgrind/memcheck/
H A Dmc_translate.c3761 case Iop_RoundF64toInt:

Completed in 612 milliseconds