Searched refs:Iop_RoundF64toInt (Results 1 – 13 of 13) sorted by relevance
/external/valgrind/main/memcheck/tests/vbit-test/ |
D | util.c | 545 case Iop_RoundF64toInt: BINARY(ity_RMode,Ity_F64, Ity_F64); in typeof_primop()
|
D | irops.c | 243 …{ DEFOP(Iop_RoundF64toInt, UNDEF_ALL), .s390x = 0, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .pp…
|
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 715 Iop_RoundF64toInt, /* F64 value to nearest integral value (still enumerator
|
/external/valgrind/main/VEX/priv/ |
D | ir_defs.c | 390 case Iop_RoundF64toInt: vex_printf("RoundF64toInt"); return; in ppIROp() 2727 case Iop_RoundF64toInt: BINARY(ity_RMode,Ity_F64, Ity_F64); in typeOfPrimop()
|
D | host_mips_isel.c | 3193 case Iop_RoundF64toInt: { in iselFltExpr_wrk() 3498 case Iop_RoundF64toInt: { in iselDblExpr_wrk()
|
D | host_arm64_isel.c | 6069 case Iop_RoundF64toInt: { in iselDblExpr_wrk()
|
D | guest_mips_toIR.c | 12110 putDReg(fd, binop(Iop_RoundF64toInt, mkU32(0x0), in disInstr_MIPS_WRK() 12141 putDReg(fd, binop(Iop_RoundF64toInt, mkU32(0x3), in disInstr_MIPS_WRK() 12776 putDReg(fd, binop(Iop_RoundF64toInt, in disInstr_MIPS_WRK() 12810 putDReg(fd, binop(Iop_RoundF64toInt, mkU32(0x1), in disInstr_MIPS_WRK() 13042 putFReg(fd, binop(Iop_RoundF64toInt, mkU32(0x2), in disInstr_MIPS_WRK()
|
D | guest_amd64_toIR.c | 5978 binop(Iop_RoundF64toInt, get_roundingmode(), get_ST(0)) ); in dis_FPU() 18772 assign(res0, binop(Iop_RoundF64toInt, mkexpr(rm), mkexpr(src0)) ); in dis_ESC_0F3A__SSE4() 18773 assign(res1, binop(Iop_RoundF64toInt, mkexpr(rm), mkexpr(src1)) ); in dis_ESC_0F3A__SSE4() 18822 assign(res, binop(isD ? Iop_RoundF64toInt : Iop_RoundF32toInt, in dis_ESC_0F3A__SSE4() 29977 # define CVT(s) binop(Iop_RoundF64toInt, mkexpr(rm), \ in dis_ESC_0F3A__VEX() 30022 # define CVT(s) binop(Iop_RoundF64toInt, mkexpr(rm), \ in dis_ESC_0F3A__VEX() 30072 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 | 2887 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() 12917 assign(res, binop(isD ? Iop_RoundF64toInt : Iop_RoundF32toInt, in disInstr_X86_WRK()
|
D | guest_arm64_toIR.c | 6063 assign(dst, binop(isD ? Iop_RoundF64toInt : Iop_RoundF32toInt, in dis_ARM64_simd_and_fp()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 3539 case Iop_RoundF64toInt: in expr2vbits_Binop()
|