Searched refs:Iop_InterleaveLO16x8 (Results 1 – 12 of 12) sorted by relevance
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 1383 Iop_InterleaveLO8x16, Iop_InterleaveLO16x8, enumerator
|
/external/valgrind/main/VEX/priv/ |
D | guest_ppc_toIR.c | 15150 assign(aLo, binop(Iop_InterleaveLO16x8, mkexpr(zeros), mkexpr(vA))); in dis_av_multarith() 15151 assign(bLo, binop(Iop_InterleaveLO16x8, mkexpr(zeros), mkexpr(vB))); in dis_av_multarith() 15152 assign(cLo, binop(Iop_InterleaveLO16x8, mkexpr(cSigns),mkexpr(vC))); in dis_av_multarith() 15179 assign(aLo, binop(Iop_InterleaveLO16x8, mkexpr(zeros), mkexpr(vA))); in dis_av_multarith() 15180 assign(bLo, binop(Iop_InterleaveLO16x8, mkexpr(zeros), mkexpr(vB))); in dis_av_multarith() 15181 assign(cLo, binop(Iop_InterleaveLO16x8, mkexpr(cSigns),mkexpr(vC))); in dis_av_multarith() 15211 assign(aLo, binop(Iop_InterleaveLO16x8, mkexpr(zeros), mkexpr(vA))); in dis_av_multarith() 15212 assign(bLo, binop(Iop_InterleaveLO16x8, mkexpr(zeros), mkexpr(vB))); in dis_av_multarith() 15213 assign(cLo, binop(Iop_InterleaveLO16x8, mkexpr(zeros), mkexpr(vC))); in dis_av_multarith() 15619 binop(Iop_InterleaveLO16x8, mkexpr(vA), mkexpr(vB)) ); in dis_av_permute() [all …]
|
D | ir_defs.c | 902 case Iop_InterleaveLO16x8: vex_printf("InterleaveLO16x8"); return; in ppIROp() 2593 case Iop_InterleaveLO8x16: case Iop_InterleaveLO16x8: in typeOfPrimop()
|
D | host_arm_isel.c | 4432 case Iop_InterleaveLO16x8: in iselNeonExpr_wrk() 4444 case Iop_InterleaveLO16x8: is_lo = 0; size = 1; break; in iselNeonExpr_wrk()
|
D | host_x86_isel.c | 3546 case Iop_InterleaveLO16x8: in iselVecExpr_wrk()
|
D | host_amd64_isel.c | 3155 case Iop_InterleaveLO16x8: in iselVecExpr_wrk()
|
D | guest_amd64_toIR.c | 12389 Iop_InterleaveLO16x8, True ); in dis_ESC_0F__SSE2() 15767 = binop( Iop_InterleaveLO16x8, in dis_PMOVxXWD_128() 15841 ( rG, binop( Iop_InterleaveLO16x8, in dis_PMOVZXWQ_128() 15843 binop( Iop_InterleaveLO16x8, in dis_PMOVZXWQ_128() 22961 Iop_InterleaveLO16x8, NULL, in dis_ESC_0F__VEX()
|
D | host_ppc_isel.c | 4534 case Iop_InterleaveLO16x8: op = Pav_MRGLO; goto do_AvBin16x8; in iselVecExpr_wrk()
|
D | guest_x86_toIR.c | 11541 Iop_InterleaveLO16x8, True ); in disInstr_X86_WRK()
|
D | guest_arm_toIR.c | 7349 op_hi = Q ? Iop_InterleaveLO16x8 : Iop_InterleaveLO16x4; in dis_neon_data_2reg_misc()
|
/external/valgrind/main/VEX/ |
D | test_main.c | 1734 case Iop_InterleaveLO16x8: in expr2vbits_Binop()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 3089 case Iop_InterleaveLO16x8: in expr2vbits_Binop()
|