Searched refs:Iop_RoundF64toInt (Results 1 - 14 of 14) sorted by relevance
/external/valgrind/VEX/pub/ |
H A D | libvex_ir.h | 718 Iop_RoundF64toInt, /* F64 value to nearest integral value (still enumerator in enum:__anon19778
|
/external/valgrind/VEX/priv/ |
H A D | host_arm64_isel.c | 3087 case Iop_RoundF64toInt: 3095 case Iop_RoundF64toInt: op = ARM64fpu_RINT; break;
|
H A D | host_mips_isel.c | 3202 case Iop_RoundF64toInt: { 3507 case Iop_RoundF64toInt: {
|
H A D | ir_defs.c | 400 case Iop_RoundF64toInt: vex_printf("RoundF64toInt"); return; 2835 case Iop_RoundF64toInt: BINARY(ity_RMode,Ity_F64, Ity_F64);
|
H A D | host_s390_isel.c | 2418 case Iop_RoundF64toInt: conv = S390_BFP_F64_TO_F64I; goto convert_float;
|
H A D | guest_mips_toIR.c | 12456 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 D | host_x86_isel.c | 3095 if (e->tag == Iex_Binop && e->Iex.Binop.op == Iop_RoundF64toInt) {
|
H A D | guest_amd64_toIR.c | 6033 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 D | host_amd64_isel.c | 2886 if (e->tag == Iex_Binop && e->Iex.Binop.op == Iop_RoundF64toInt) {
|
H A D | guest_arm64_toIR.c | 12321 IROp opRND = isD ? Iop_RoundF64toInt : Iop_RoundF32toInt; 13167 assign(dst, binop(isD ? Iop_RoundF64toInt : Iop_RoundF32toInt,
|
H A D | guest_x86_toIR.c | 4493 binop(Iop_RoundF64toInt, get_roundingmode(), get_ST(0)) ); 12922 assign(res, binop(isD ? Iop_RoundF64toInt : Iop_RoundF32toInt,
|
H A D | guest_s390_toIR.c | 12405 assign(result, binop(Iop_RoundF64toInt, mkexpr(encode_bfp_rounding_mode(m3)),
|
/external/valgrind/memcheck/tests/vbit-test/ |
H A D | irops.c | 269 { 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 D | mc_translate.c | 3761 case Iop_RoundF64toInt:
|
Completed in 612 milliseconds