Home
last modified time | relevance | path

Searched refs:Iop_InterleaveLO64x2 (Results 1 – 13 of 13) sorted by relevance

/external/valgrind/memcheck/tests/vbit-test/
Dutil.c688 case Iop_InterleaveLO32x4: case Iop_InterleaveLO64x2: in typeof_primop()
Dirops.c923 { DEFOP(Iop_InterleaveLO64x2, UNDEF_UNKNOWN), },
/external/valgrind/VEX/pub/
Dlibvex_ir.h1716 Iop_InterleaveLO32x4, Iop_InterleaveLO64x2, enumerator
/external/valgrind/VEX/priv/
Dguest_arm64_toIR.c666 Iop_CatEvenLanes32x4, Iop_InterleaveLO64x2 }; in mkVecCATEVENLANES()
682 Iop_InterleaveLO32x4, Iop_InterleaveLO64x2 }; in mkVecINTERLEAVELO()
3525 binop(Iop_InterleaveLO64x2,(_argL),(_argR))
3582 assign(*i0, binop(Iop_InterleaveLO64x2, mkexpr(u1), mkexpr(u0))); in math_INTERLEAVE2_128()
3897 assign(*u0, binop(Iop_InterleaveLO64x2, mkexpr(i1), mkexpr(i0))); in math_DEINTERLEAVE2_128()
6861 return binop(Iop_InterleaveLO64x2, mkexpr(a10), mkexpr(b10)); in mk_CatEvenLanes64x2()
7334 assign(x00, binop(Iop_InterleaveLO64x2, mkexpr(x10), mkexpr(x10))); in math_FOLDV()
7593 ops[3] = (ix & 8) ? Iop_InterleaveHI64x2 : Iop_InterleaveLO64x2; in math_DUP_VEC_ELEM()
7709 assign(t_newHI_zero, binop(Iop_InterleaveLO64x2, mkexpr(new64), in putLO64andZUorPutHI64()
8123 assign(*rearrR, binop(Iop_InterleaveLO64x2, mkexpr(vecM), mkexpr(vecN))); in math_REARRANGE_FOR_FLOATING_PAIRWISE()
[all …]
Dhost_arm64_isel.c2407 case Iop_InterleaveLO64x2: case Iop_CatEvenLanes32x4: in iselV128Expr_wrk()
2491 case Iop_InterleaveLO64x2: op = ARM64vecb_UZP164x2; sw = True; in iselV128Expr_wrk()
Dir_defs.c1030 case Iop_InterleaveLO64x2: vex_printf("InterleaveLO64x2"); return; in ppIROp()
2991 case Iop_InterleaveLO32x4: case Iop_InterleaveLO64x2: in typeOfPrimop()
Dguest_amd64_toIR.c13117 Iop_InterleaveLO64x2, True ); in dis_ESC_0F__SSE2()
16302 binop(Iop_InterleaveLO64x2, in finish_xTESTy()
16310 binop(Iop_InterleaveLO64x2, in finish_xTESTy()
18472 binop( Iop_InterleaveLO64x2, in math_DPPD_128()
18476 binop( Iop_InterleaveLO64x2, in math_DPPD_128()
23355 return math_VPUNPCK_YMM( tL, tR, Iop_InterleaveLO64x2 ); in math_VPUNPCKLQDQ_YMM()
25158 Iop_InterleaveLO64x2, NULL, in dis_ESC_0F__VEX()
Dhost_x86_isel.c3652 case Iop_InterleaveLO64x2: in iselVecExpr_wrk()
Dhost_amd64_isel.c3449 case Iop_InterleaveLO64x2: in iselVecExpr_wrk()
Dhost_ppc_isel.c5291 case Iop_InterleaveLO64x2: op = Pav_MRGLO; goto do_AvBin64x2; in iselVecExpr_wrk()
Dguest_x86_toIR.c11715 Iop_InterleaveLO64x2, True ); in disInstr_X86_WRK()
/external/valgrind/VEX/useful/
Dtest_main.c1776 case Iop_InterleaveLO64x2: in expr2vbits_Binop()
/external/valgrind/memcheck/
Dmc_translate.c3621 case Iop_InterleaveLO64x2: in expr2vbits_Binop()