Home
last modified time | relevance | path

Searched refs:Iop_Perm8x16 (Results 1 – 9 of 9) sorted by relevance

/external/valgrind/main/memcheck/tests/vbit-test/
Dutil.c694 case Iop_Perm8x16: case Iop_Perm32x4: in typeof_primop()
Dirops.c879 { DEFOP(Iop_Perm8x16, UNDEF_UNKNOWN), },
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h1611 Iop_Perm8x16, enumerator
/external/valgrind/main/VEX/priv/
Dhost_arm64_isel.c4966 case Iop_Perm8x16: in iselV128Expr_wrk()
5018 case Iop_Perm8x16: op = ARM64vecb_TBL1; break; in iselV128Expr_wrk()
Dir_defs.c976 case Iop_Perm8x16: vex_printf("Perm8x16"); return; in ppIROp()
2885 case Iop_Perm8x16: case Iop_Perm32x4: in typeOfPrimop()
Dguest_ppc_toIR.c16846 binop(Iop_Perm8x16, mkexpr(vA), mkexpr(vC_andF)) ); in dis_av_permute()
16848 binop(Iop_Perm8x16, mkexpr(vB), mkexpr(vC_andF)) ); in dis_av_permute()
16889 assign( a_perm, binop( Iop_Perm8x16, mkexpr( vA ), mkexpr( vrc_a ) ) ); in dis_av_permute()
16890 assign( b_perm, binop( Iop_Perm8x16, mkexpr( vB ), mkexpr( vrc_b ) ) ); in dis_av_permute()
Dhost_ppc_isel.c5165 case Iop_Perm8x16: { in iselVecExpr_wrk()
Dguest_arm64_toIR.c5443 binop(Iop_Perm8x16, mkexpr(tab[tabent]), in math_TBL_TBX()
/external/valgrind/main/memcheck/
Dmc_translate.c3437 case Iop_Perm8x16: in expr2vbits_Binop()