Home
last modified time | relevance | path

Searched refs:Iop_InterleaveLO8x16 (Results 1 – 11 of 11) sorted by relevance

/external/valgrind/main/VEX/pub/
Dlibvex_ir.h1153 Iop_InterleaveLO8x16, Iop_InterleaveLO16x8, enumerator
/external/valgrind/main/VEX/priv/
Dguest_amd64_toIR.c12791 Iop_InterleaveLO8x16, True ); in disInstr_AMD64_WRK()
14896 binop( Iop_InterleaveLO8x16, in disInstr_AMD64_WRK()
14937 binop( Iop_InterleaveLO8x16, in disInstr_AMD64_WRK()
14939 binop( Iop_InterleaveLO8x16, in disInstr_AMD64_WRK()
15118 binop( Iop_InterleaveLO8x16, in disInstr_AMD64_WRK()
15154 binop( Iop_InterleaveLO8x16, in disInstr_AMD64_WRK()
15156 binop( Iop_InterleaveLO8x16, in disInstr_AMD64_WRK()
15193 binop( Iop_InterleaveLO8x16, in disInstr_AMD64_WRK()
15195 binop( Iop_InterleaveLO8x16, in disInstr_AMD64_WRK()
15197 binop( Iop_InterleaveLO8x16, in disInstr_AMD64_WRK()
Dir_defs.c833 case Iop_InterleaveLO8x16: vex_printf("InterleaveLO8x16"); return; in ppIROp()
2345 case Iop_InterleaveLO8x16: case Iop_InterleaveLO16x8: in typeOfPrimop()
Dhost_arm_isel.c4362 case Iop_InterleaveLO8x16: in iselNeonExpr_wrk()
4373 case Iop_InterleaveLO8x16: is_lo = 0; size = 0; break; in iselNeonExpr_wrk()
Dguest_ppc_toIR.c8608 binop(Iop_InterleaveLO8x16, mkexpr(vA), mkexpr(vB)) ); in dis_av_permute()
8854 binop(Iop_InterleaveLO8x16, mkexpr(signs), mkexpr(vB)) ); in dis_av_pack()
Dhost_amd64_isel.c3515 case Iop_InterleaveLO8x16: in iselVecExpr_wrk()
Dhost_ppc_isel.c3571 case Iop_InterleaveLO8x16: op = Pav_MRGLO; goto do_AvBin8x16; in iselVecExpr_wrk()
Dhost_x86_isel.c3500 case Iop_InterleaveLO8x16: in iselVecExpr_wrk()
Dguest_x86_toIR.c11447 Iop_InterleaveLO8x16, True ); in disInstr_X86_WRK()
Dguest_arm_toIR.c7311 op_hi = Q ? Iop_InterleaveLO8x16 : Iop_InterleaveLO8x8; in dis_neon_data_2reg_misc()
/external/valgrind/main/memcheck/
Dmc_translate.c2759 case Iop_InterleaveLO8x16: in expr2vbits_Binop()