Searched refs:Iop_RoundF64toInt (Results 1 – 14 of 14) sorted by relevance
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 718 Iop_RoundF64toInt, /* F64 value to nearest integral value (still enumerator
|
/external/valgrind/VEX/priv/ |
D | host_arm64_isel.c | 3087 case Iop_RoundF64toInt: in iselDblExpr_wrk() 3095 case Iop_RoundF64toInt: op = ARM64fpu_RINT; break; in iselDblExpr_wrk()
|
D | ir_defs.c | 400 case Iop_RoundF64toInt: vex_printf("RoundF64toInt"); return; in ppIROp() 2835 case Iop_RoundF64toInt: BINARY(ity_RMode,Ity_F64, Ity_F64); in typeOfPrimop()
|
D | host_mips_isel.c | 3202 case Iop_RoundF64toInt: { in iselFltExpr_wrk() 3507 case Iop_RoundF64toInt: { in iselDblExpr_wrk()
|
D | guest_mips_toIR.c | 12456 putDReg(fd, binop(Iop_RoundF64toInt, mkU32(0x0), in disInstr_MIPS_WRK() 12487 putDReg(fd, binop(Iop_RoundF64toInt, mkU32(0x3), in disInstr_MIPS_WRK() 13122 putDReg(fd, binop(Iop_RoundF64toInt, in disInstr_MIPS_WRK() 13156 putDReg(fd, binop(Iop_RoundF64toInt, mkU32(0x1), in disInstr_MIPS_WRK() 13388 putDReg(fd, binop(Iop_RoundF64toInt, mkU32(0x2), in disInstr_MIPS_WRK()
|
D | host_s390_isel.c | 2418 case Iop_RoundF64toInt: conv = S390_BFP_F64_TO_F64I; goto convert_float; in s390_isel_float_expr_wrk()
|
D | guest_amd64_toIR.c | 6033 binop(Iop_RoundF64toInt, get_roundingmode(), get_ST(0)) ); in dis_FPU() 19239 assign(res0, binop(Iop_RoundF64toInt, mkexpr(rm), mkexpr(src0)) ); in dis_ESC_0F3A__SSE4() 19240 assign(res1, binop(Iop_RoundF64toInt, mkexpr(rm), mkexpr(src1)) ); in dis_ESC_0F3A__SSE4() 19289 assign(res, binop(isD ? Iop_RoundF64toInt : Iop_RoundF32toInt, in dis_ESC_0F3A__SSE4() 30578 # define CVT(s) binop(Iop_RoundF64toInt, mkexpr(rm), \ in dis_ESC_0F3A__VEX() 30623 # define CVT(s) binop(Iop_RoundF64toInt, mkexpr(rm), \ in dis_ESC_0F3A__VEX() 30673 assign(res, binop(isD ? Iop_RoundF64toInt : Iop_RoundF32toInt, in dis_ESC_0F3A__VEX()
|
D | host_x86_isel.c | 3095 if (e->tag == Iex_Binop && e->Iex.Binop.op == Iop_RoundF64toInt) { in iselDblExpr_wrk()
|
D | host_amd64_isel.c | 2886 if (e->tag == Iex_Binop && e->Iex.Binop.op == Iop_RoundF64toInt) { in iselDblExpr_wrk()
|
D | guest_x86_toIR.c | 4493 binop(Iop_RoundF64toInt, get_roundingmode(), get_ST(0)) ); in dis_FPU() 12922 assign(res, binop(isD ? Iop_RoundF64toInt : Iop_RoundF32toInt, in disInstr_X86_WRK()
|
D | guest_arm64_toIR.c | 12321 IROp opRND = isD ? Iop_RoundF64toInt : Iop_RoundF32toInt; in dis_AdvSIMD_two_reg_misc() 13167 assign(dst, binop(isD ? Iop_RoundF64toInt : Iop_RoundF32toInt, in dis_AdvSIMD_fp_data_proc_1_source()
|
D | guest_s390_toIR.c | 12405 assign(result, binop(Iop_RoundF64toInt, mkexpr(encode_bfp_rounding_mode(m3)), in s390_irgen_FIDBRA()
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | irops.c | 269 …{ DEFOP(Iop_RoundF64toInt, UNDEF_ALL), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .pp…
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 3761 case Iop_RoundF64toInt: in expr2vbits_Binop()
|