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

/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h717 Iop_RoundF32toInt, /* F32 value to nearest integral value (still enumerator in enum:__anon32282
/external/valgrind/main/memcheck/tests/vbit-test/
H A Dutil.c493 case Iop_RoundF32toInt:
H A Dirops.c244 { DEFOP(Iop_RoundF32toInt, UNDEF_ALL), .s390x = 0, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .ppc32 = 0, .mips32 = 1, .mips64 = 1 },
/external/valgrind/main/VEX/priv/
H A Dguest_mips_toIR.c12732 binop(Iop_RoundF32toInt,
12838 assign(t4, binop(Iop_RoundF32toInt, mkU32(0x0),
12843 putFReg(fd, binop(Iop_RoundF32toInt, mkU32(0x0),
12888 assign(t4, binop(Iop_RoundF32toInt, mkU32(0x1),
12893 putFReg(fd, binop(Iop_RoundF32toInt, mkU32(0x1),
12939 assign(t4, binop(Iop_RoundF32toInt, mkU32(0x3),
12944 putFReg(fd, binop(Iop_RoundF32toInt, mkU32(0x3),
12990 assign(t4, binop(Iop_RoundF32toInt, mkU32(0x2),
12995 putFReg(fd, binop(Iop_RoundF32toInt, mkU32(0x2),
H A Dir_defs.c391 case Iop_RoundF32toInt: vex_printf("RoundF32toInt"); return;
2675 case Iop_RoundF32toInt:
H A Dhost_arm64_isel.c6229 case Iop_RoundF32toInt: {
H A Dguest_amd64_toIR.c18714 assign(res0, binop(Iop_RoundF32toInt, mkexpr(rm), mkexpr(src0)) );
18715 assign(res1, binop(Iop_RoundF32toInt, mkexpr(rm), mkexpr(src1)) );
18716 assign(res2, binop(Iop_RoundF32toInt, mkexpr(rm), mkexpr(src2)) );
18717 assign(res3, binop(Iop_RoundF32toInt, mkexpr(rm), mkexpr(src3)) );
18822 assign(res, binop(isD ? Iop_RoundF64toInt : Iop_RoundF32toInt,
[all...]
H A Dhost_mips_isel.c3183 case Iop_RoundF32toInt: {
H A Dhost_x86_isel.c2940 if (e->tag == Iex_Binop && e->Iex.Binop.op == Iop_RoundF32toInt) {
H A Dhost_amd64_isel.c2617 if (e->tag == Iex_Binop && e->Iex.Binop.op == Iop_RoundF32toInt) {
H A Dguest_arm64_toIR.c6063 assign(dst, binop(isD ? Iop_RoundF64toInt : Iop_RoundF32toInt,
H A Dguest_x86_toIR.c12917 assign(res, binop(isD ? Iop_RoundF64toInt : Iop_RoundF32toInt,
/external/valgrind/main/memcheck/
H A Dmc_translate.c3599 case Iop_RoundF32toInt:

Completed in 1314 milliseconds