Searched refs:Iop_InterleaveLO64x2 (Results 1 – 13 of 13) sorted by relevance
/external/valgrind/memcheck/tests/vbit-test/ |
D | util.c | 688 case Iop_InterleaveLO32x4: case Iop_InterleaveLO64x2: in typeof_primop()
|
D | irops.c | 923 { DEFOP(Iop_InterleaveLO64x2, UNDEF_UNKNOWN), },
|
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 1716 Iop_InterleaveLO32x4, Iop_InterleaveLO64x2, enumerator
|
/external/valgrind/VEX/priv/ |
D | guest_arm64_toIR.c | 666 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 …]
|
D | host_arm64_isel.c | 2407 case Iop_InterleaveLO64x2: case Iop_CatEvenLanes32x4: in iselV128Expr_wrk() 2491 case Iop_InterleaveLO64x2: op = ARM64vecb_UZP164x2; sw = True; in iselV128Expr_wrk()
|
D | ir_defs.c | 1030 case Iop_InterleaveLO64x2: vex_printf("InterleaveLO64x2"); return; in ppIROp() 2991 case Iop_InterleaveLO32x4: case Iop_InterleaveLO64x2: in typeOfPrimop()
|
D | guest_amd64_toIR.c | 13117 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()
|
D | host_x86_isel.c | 3652 case Iop_InterleaveLO64x2: in iselVecExpr_wrk()
|
D | host_amd64_isel.c | 3449 case Iop_InterleaveLO64x2: in iselVecExpr_wrk()
|
D | host_ppc_isel.c | 5291 case Iop_InterleaveLO64x2: op = Pav_MRGLO; goto do_AvBin64x2; in iselVecExpr_wrk()
|
D | guest_x86_toIR.c | 11715 Iop_InterleaveLO64x2, True ); in disInstr_X86_WRK()
|
/external/valgrind/VEX/useful/ |
D | test_main.c | 1776 case Iop_InterleaveLO64x2: in expr2vbits_Binop()
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 3621 case Iop_InterleaveLO64x2: in expr2vbits_Binop()
|