Searched refs:Iop_Perm8x16 (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 1761 Iop_Perm8x16, enumerator
|
/external/valgrind/VEX/priv/ |
D | host_arm64_isel.c | 2406 case Iop_Perm8x16: in iselV128Expr_wrk() 2490 case Iop_Perm8x16: op = ARM64vecb_TBL1; break; in iselV128Expr_wrk()
|
D | ir_defs.c | 1062 case Iop_Perm8x16: vex_printf("Perm8x16"); return; in ppIROp() 3001 case Iop_Perm8x16: case Iop_Perm32x4: in typeOfPrimop()
|
D | guest_ppc_toIR.c | 15633 t0 = binop( Iop_Perm8x16, t0_BE, mkexpr(perm_LE) ); in dis_vx_load() 17364 binop(Iop_Perm8x16, mkexpr(vA), mkexpr(vC_andF)) ); in dis_av_permute() 17366 binop(Iop_Perm8x16, mkexpr(vB), mkexpr(vC_andF)) ); in dis_av_permute() 17407 assign( a_perm, binop( Iop_Perm8x16, mkexpr( vA ), mkexpr( vrc_a ) ) ); in dis_av_permute() 17408 assign( b_perm, binop( Iop_Perm8x16, mkexpr( vB ), mkexpr( vrc_b ) ) ); in dis_av_permute()
|
D | host_ppc_isel.c | 5366 case Iop_Perm8x16: { in iselVecExpr_wrk()
|
D | guest_arm64_toIR.c | 7434 binop(Iop_Perm8x16, mkexpr(tab[tabent]), in math_TBL_TBX()
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | irops.c | 976 { DEFOP(Iop_Perm8x16, UNDEF_UNKNOWN), },
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 3659 case Iop_Perm8x16: in expr2vbits_Binop()
|