Searched refs:Iop_Perm8x16 (Results 1 – 9 of 9) sorted by relevance
/external/valgrind/main/memcheck/tests/vbit-test/ |
D | util.c | 694 case Iop_Perm8x16: case Iop_Perm32x4: in typeof_primop()
|
D | irops.c | 879 { DEFOP(Iop_Perm8x16, UNDEF_UNKNOWN), },
|
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 1611 Iop_Perm8x16, enumerator
|
/external/valgrind/main/VEX/priv/ |
D | host_arm64_isel.c | 4966 case Iop_Perm8x16: in iselV128Expr_wrk() 5018 case Iop_Perm8x16: op = ARM64vecb_TBL1; break; in iselV128Expr_wrk()
|
D | ir_defs.c | 976 case Iop_Perm8x16: vex_printf("Perm8x16"); return; in ppIROp() 2885 case Iop_Perm8x16: case Iop_Perm32x4: in typeOfPrimop()
|
D | guest_ppc_toIR.c | 16846 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()
|
D | host_ppc_isel.c | 5165 case Iop_Perm8x16: { in iselVecExpr_wrk()
|
D | guest_arm64_toIR.c | 5443 binop(Iop_Perm8x16, mkexpr(tab[tabent]), in math_TBL_TBX()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 3437 case Iop_Perm8x16: in expr2vbits_Binop()
|