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

/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h715 Iop_RoundF64toInt, /* F64 value to nearest integral value (still enumerator in enum:__anon32282
/external/valgrind/main/memcheck/tests/vbit-test/
H A Dutil.c545 case Iop_RoundF64toInt: BINARY(ity_RMode,Ity_F64, Ity_F64);
H A Dirops.c243 { DEFOP(Iop_RoundF64toInt, UNDEF_ALL), .s390x = 0, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .ppc32 = 0, .mips32 = 0, .mips64 = 1 },
/external/valgrind/main/VEX/priv/
H A Dhost_mips_isel.c3193 case Iop_RoundF64toInt: {
3498 case Iop_RoundF64toInt: {
H A Dir_defs.c390 case Iop_RoundF64toInt: vex_printf("RoundF64toInt"); return;
2727 case Iop_RoundF64toInt: BINARY(ity_RMode,Ity_F64, Ity_F64);
H A Dhost_arm64_isel.c6069 case Iop_RoundF64toInt: {
H A Dguest_mips_toIR.c12110 putDReg(fd, binop(Iop_RoundF64toInt, mkU32(0x0),
12141 putDReg(fd, binop(Iop_RoundF64toInt, mkU32(0x3),
12776 putDReg(fd, binop(Iop_RoundF64toInt,
12810 putDReg(fd, binop(Iop_RoundF64toInt, mkU32(0x1),
13042 putFReg(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.c5978 binop(Iop_RoundF64toInt, get_roundingmode(), get_ST(0)) );
18772 assign(res0, binop(Iop_RoundF64toInt, mkexpr(rm), mkexpr(src0)) );
18773 assign(res1, binop(Iop_RoundF64toInt, mkexpr(rm), mkexpr(src1)) );
18822 assign(res, binop(isD ? Iop_RoundF64toInt : Iop_RoundF32toInt,
[all...]
H A Dhost_amd64_isel.c2887 if (e->tag == Iex_Binop && e->Iex.Binop.op == Iop_RoundF64toInt) {
H A Dguest_x86_toIR.c4493 binop(Iop_RoundF64toInt, get_roundingmode(), get_ST(0)) );
12917 assign(res, binop(isD ? Iop_RoundF64toInt : Iop_RoundF32toInt,
H A Dguest_arm64_toIR.c6063 assign(dst, binop(isD ? Iop_RoundF64toInt : Iop_RoundF32toInt,
/external/valgrind/main/memcheck/
H A Dmc_translate.c3539 case Iop_RoundF64toInt:

Completed in 1182 milliseconds