Home
last modified time | relevance | path

Searched refs:Iop_RoundF32x4_RM (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/memcheck/tests/vbit-test/
Dutil.c567 case Iop_RoundF32x4_RM: in typeof_primop()
Dirops.c592 { DEFOP(Iop_RoundF32x4_RM, UNDEF_UNKNOWN), },
/external/valgrind/VEX/pub/
Dlibvex_ir.h1328 Iop_RoundF32x4_RM, Iop_RoundF32x4_RP, /* round to fp integer */ enumerator
/external/valgrind/VEX/priv/
Dir_defs.c431 case Iop_RoundF32x4_RM: vex_printf("RoundF32x4_RM"); return; in ppIROp()
2853 case Iop_RoundF32x4_RM: in typeOfPrimop()
Dhost_ppc_isel.c4986 case Iop_RoundF32x4_RM: fpop = Pavfp_ROUNDM; goto do_32Fx4_unary; in iselVecExpr_wrk()
Dguest_ppc_toIR.c14444 op = Iop_RoundF32x4_RM; in dis_vxv_misc()
18444 putVReg( vD_addr, unop(Iop_RoundF32x4_RM, mkexpr(vB)) ); in dis_av_fp_convert()
/external/valgrind/memcheck/
Dmc_translate.c4310 case Iop_RoundF32x4_RM: in expr2vbits_Unop()