Searched refs:Iop_InterleaveHI64x2 (Results 1 – 13 of 13) sorted by relevance
/external/valgrind/memcheck/tests/vbit-test/ |
D | util.c | 686 case Iop_InterleaveHI32x4: case Iop_InterleaveHI64x2: in typeof_primop()
|
D | irops.c | 919 { DEFOP(Iop_InterleaveHI64x2, UNDEF_UNKNOWN), },
|
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 1714 Iop_InterleaveHI32x4, Iop_InterleaveHI64x2, enumerator
|
/external/valgrind/VEX/priv/ |
D | guest_arm64_toIR.c | 674 Iop_CatOddLanes32x4, Iop_InterleaveHI64x2 }; in mkVecCATODDLANES() 690 Iop_InterleaveHI32x4, Iop_InterleaveHI64x2 }; in mkVecINTERLEAVEHI() 3527 binop(Iop_InterleaveHI64x2,(_argL),(_argR)) 3583 assign(*i1, binop(Iop_InterleaveHI64x2, mkexpr(u1), mkexpr(u0))); in math_INTERLEAVE2_128() 3898 assign(*u1, binop(Iop_InterleaveHI64x2, mkexpr(i1), mkexpr(i0))); in math_DEINTERLEAVE2_128() 6866 return binop(Iop_InterleaveHI64x2, mkexpr(a10), mkexpr(b10)); in mk_CatOddLanes64x2() 7333 assign(x11, binop(Iop_InterleaveHI64x2, mkexpr(x10), mkexpr(x10))); in math_FOLDV() 7593 ops[3] = (ix & 8) ? Iop_InterleaveHI64x2 : Iop_InterleaveLO64x2; in math_DUP_VEC_ELEM() 8122 assign(*rearrL, binop(Iop_InterleaveHI64x2, mkexpr(vecM), mkexpr(vecN))); in math_REARRANGE_FOR_FLOATING_PAIRWISE() 9071 assign(xx, binop(Iop_InterleaveHI64x2, mkexpr(xy), mkexpr(xy))); in dis_AdvSIMD_scalar_pairwise() [all …]
|
D | host_arm64_isel.c | 2409 case Iop_InterleaveHI64x2: case Iop_CatOddLanes32x4: in iselV128Expr_wrk() 2499 case Iop_InterleaveHI64x2: op = ARM64vecb_UZP264x2; sw = True; in iselV128Expr_wrk()
|
D | ir_defs.c | 1026 case Iop_InterleaveHI64x2: vex_printf("InterleaveHI64x2"); return; in ppIROp() 2989 case Iop_InterleaveHI32x4: case Iop_InterleaveHI64x2: in typeOfPrimop()
|
D | host_x86_isel.c | 3643 case Iop_InterleaveHI64x2: in iselVecExpr_wrk()
|
D | guest_amd64_toIR.c | 13127 Iop_InterleaveHI64x2, True ); in dis_ESC_0F__SSE2() 16304 binop(Iop_InterleaveHI64x2, in finish_xTESTy() 16312 binop(Iop_InterleaveHI64x2, in finish_xTESTy() 18470 binop( Iop_InterleaveHI64x2, in math_DPPD_128() 23379 return math_VPUNPCK_YMM( tL, tR, Iop_InterleaveHI64x2 ); in math_VPUNPCKHQDQ_YMM() 25178 Iop_InterleaveHI64x2, NULL, in dis_ESC_0F__VEX()
|
D | host_amd64_isel.c | 3440 case Iop_InterleaveHI64x2: in iselVecExpr_wrk()
|
D | host_ppc_isel.c | 5290 case Iop_InterleaveHI64x2: op = Pav_MRGHI; goto do_AvBin64x2; in iselVecExpr_wrk()
|
D | guest_x86_toIR.c | 11683 Iop_InterleaveHI64x2, True ); in disInstr_X86_WRK()
|
/external/valgrind/VEX/useful/ |
D | test_main.c | 1780 case Iop_InterleaveHI64x2: in expr2vbits_Binop()
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 809 binop(Iop_InterleaveHI64x2, vbits, vbits)); in mkPCastTo() 3625 case Iop_InterleaveHI64x2: in expr2vbits_Binop()
|