Searched refs:Iop_InterleaveLO8x16 (Results 1 – 11 of 11) sorted by relevance
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 1153 Iop_InterleaveLO8x16, Iop_InterleaveLO16x8, enumerator
|
/external/valgrind/main/VEX/priv/ |
D | guest_amd64_toIR.c | 12791 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()
|
D | ir_defs.c | 833 case Iop_InterleaveLO8x16: vex_printf("InterleaveLO8x16"); return; in ppIROp() 2345 case Iop_InterleaveLO8x16: case Iop_InterleaveLO16x8: in typeOfPrimop()
|
D | host_arm_isel.c | 4362 case Iop_InterleaveLO8x16: in iselNeonExpr_wrk() 4373 case Iop_InterleaveLO8x16: is_lo = 0; size = 0; break; in iselNeonExpr_wrk()
|
D | guest_ppc_toIR.c | 8608 binop(Iop_InterleaveLO8x16, mkexpr(vA), mkexpr(vB)) ); in dis_av_permute() 8854 binop(Iop_InterleaveLO8x16, mkexpr(signs), mkexpr(vB)) ); in dis_av_pack()
|
D | host_amd64_isel.c | 3515 case Iop_InterleaveLO8x16: in iselVecExpr_wrk()
|
D | host_ppc_isel.c | 3571 case Iop_InterleaveLO8x16: op = Pav_MRGLO; goto do_AvBin8x16; in iselVecExpr_wrk()
|
D | host_x86_isel.c | 3500 case Iop_InterleaveLO8x16: in iselVecExpr_wrk()
|
D | guest_x86_toIR.c | 11447 Iop_InterleaveLO8x16, True ); in disInstr_X86_WRK()
|
D | guest_arm_toIR.c | 7311 op_hi = Q ? Iop_InterleaveLO8x16 : Iop_InterleaveLO8x8; in dis_neon_data_2reg_misc()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 2759 case Iop_InterleaveLO8x16: in expr2vbits_Binop()
|