Searched refs:Iop_InterleaveLO8x16 (Results 1 – 12 of 12) sorted by relevance
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 1237 Iop_InterleaveLO8x16, Iop_InterleaveLO16x8, enumerator
|
/external/valgrind/main/VEX/priv/ |
D | guest_amd64_toIR.c | 12855 Iop_InterleaveLO8x16, True ); in disInstr_AMD64_WRK() 14960 binop( Iop_InterleaveLO8x16, in disInstr_AMD64_WRK() 15001 binop( Iop_InterleaveLO8x16, in disInstr_AMD64_WRK() 15003 binop( Iop_InterleaveLO8x16, in disInstr_AMD64_WRK() 15182 binop( Iop_InterleaveLO8x16, in disInstr_AMD64_WRK() 15218 binop( Iop_InterleaveLO8x16, in disInstr_AMD64_WRK() 15220 binop( Iop_InterleaveLO8x16, in disInstr_AMD64_WRK() 15257 binop( Iop_InterleaveLO8x16, in disInstr_AMD64_WRK() 15259 binop( Iop_InterleaveLO8x16, in disInstr_AMD64_WRK() 15261 binop( Iop_InterleaveLO8x16, in disInstr_AMD64_WRK()
|
D | ir_defs.c | 886 case Iop_InterleaveLO8x16: vex_printf("InterleaveLO8x16"); return; in ppIROp() 2461 case Iop_InterleaveLO8x16: case Iop_InterleaveLO16x8: in typeOfPrimop()
|
D | host_arm_isel.c | 4397 case Iop_InterleaveLO8x16: in iselNeonExpr_wrk() 4408 case Iop_InterleaveLO8x16: is_lo = 0; size = 0; break; in iselNeonExpr_wrk()
|
D | host_amd64_isel.c | 3567 case Iop_InterleaveLO8x16: in iselVecExpr_wrk()
|
D | host_ppc_isel.c | 3698 case Iop_InterleaveLO8x16: op = Pav_MRGLO; goto do_AvBin8x16; in iselVecExpr_wrk()
|
D | host_x86_isel.c | 3525 case Iop_InterleaveLO8x16: in iselVecExpr_wrk()
|
D | guest_ppc_toIR.c | 12458 binop(Iop_InterleaveLO8x16, mkexpr(vA), mkexpr(vB)) ); in dis_av_permute() 12706 binop(Iop_InterleaveLO8x16, mkexpr(signs), mkexpr(vB)) ); in dis_av_pack()
|
D | guest_x86_toIR.c | 11454 Iop_InterleaveLO8x16, True ); in disInstr_X86_WRK()
|
D | guest_arm_toIR.c | 7326 op_hi = Q ? Iop_InterleaveLO8x16 : Iop_InterleaveLO8x8; in dis_neon_data_2reg_misc()
|
/external/valgrind/main/VEX/ |
D | test_main.c | 1735 case Iop_InterleaveLO8x16: in expr2vbits_Binop()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 2920 case Iop_InterleaveLO8x16: in expr2vbits_Binop()
|