Searched refs:Iop_CatEvenLanes16x4 (Results 1 – 11 of 11) sorted by relevance
/external/valgrind/main/memcheck/tests/vbit-test/ |
D | util.c | 272 case Iop_CatOddLanes16x4: case Iop_CatEvenLanes16x4: in typeof_primop()
|
D | irops.c | 458 { DEFOP(Iop_CatEvenLanes16x4, UNDEF_UNKNOWN), },
|
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 968 Iop_CatEvenLanes8x8, Iop_CatEvenLanes16x4, enumerator
|
/external/valgrind/main/VEX/priv/ |
D | ir_defs.c | 543 case Iop_CatEvenLanes16x4: vex_printf("CatEvenLanes16x4"); return; in ppIROp() 2451 case Iop_CatOddLanes16x4: case Iop_CatEvenLanes16x4: in typeOfPrimop()
|
D | host_arm_isel.c | 2364 case Iop_CatEvenLanes16x4: { in iselNeon64Expr_wrk() 2375 case Iop_CatEvenLanes16x4: resRd = True; size = 1; break; in iselNeon64Expr_wrk()
|
D | guest_x86_toIR.c | 7775 binop(Iop_CatEvenLanes16x4, mkexpr(rHi), mkexpr(rLo)); in dis_PMULHRSW_helper() 12162 IROp opCatE = Iop_CatEvenLanes16x4; in disInstr_X86_WRK() 12228 IROp opCatE = Iop_CatEvenLanes16x4; in disInstr_X86_WRK()
|
D | host_x86_isel.c | 2470 case Iop_CatEvenLanes16x4: in iselInt64Expr_wrk()
|
D | host_amd64_isel.c | 1124 case Iop_CatEvenLanes16x4: in iselIntExpr_R_wrk()
|
D | guest_arm_toIR.c | 7287 op_even = Q ? Iop_CatEvenLanes16x8 : Iop_CatEvenLanes16x4; in dis_neon_data_2reg_misc() 7954 assign(*u0, binop(Iop_CatEvenLanes16x4, mkexpr(i1), mkexpr(i0))); in math_DEINTERLEAVE_2() 8254 binop(Iop_CatEvenLanes16x4, mkexpr(_t1), mkexpr(_t2)) in math_INTERLEAVE_4()
|
D | guest_amd64_toIR.c | 9582 binop(Iop_CatEvenLanes16x4, mkexpr(rHi), mkexpr(rLo)); in dis_PMULHRSW_helper() 15104 IROp opCatE = Iop_CatEvenLanes16x4; in dis_PHADD_128() 15177 IROp opCatE = Iop_CatEvenLanes16x4; in dis_PHADD_256() 15408 IROp opCatE = Iop_CatEvenLanes16x4; in dis_ESC_0F38__SupSSE3()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 3078 case Iop_CatEvenLanes16x4: in expr2vbits_Binop()
|