Searched refs:Iop_CatEvenLanes16x4 (Results 1 – 11 of 11) sorted by relevance
/external/valgrind/memcheck/tests/vbit-test/ |
D | util.c | 272 case Iop_CatOddLanes16x4: case Iop_CatEvenLanes16x4: in typeof_primop()
|
D | irops.c | 467 { DEFOP(Iop_CatEvenLanes16x4, UNDEF_UNKNOWN), },
|
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 985 Iop_CatEvenLanes8x8, Iop_CatEvenLanes16x4, enumerator
|
/external/valgrind/VEX/priv/ |
D | ir_defs.c | 552 case Iop_CatEvenLanes16x4: vex_printf("CatEvenLanes16x4"); return; in ppIROp() 2548 case Iop_CatOddLanes16x4: case Iop_CatEvenLanes16x4: in typeOfPrimop()
|
D | host_arm_isel.c | 2377 case Iop_CatEvenLanes16x4: { in iselNeon64Expr_wrk() 2388 case Iop_CatEvenLanes16x4: resRd = True; size = 1; break; in iselNeon64Expr_wrk()
|
D | guest_x86_toIR.c | 7784 binop(Iop_CatEvenLanes16x4, mkexpr(rHi), mkexpr(rLo)); in dis_PMULHRSW_helper() 12167 IROp opCatE = Iop_CatEvenLanes16x4; in disInstr_X86_WRK() 12233 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 | 1123 case Iop_CatEvenLanes16x4: in iselIntExpr_R_wrk()
|
D | guest_arm_toIR.c | 7289 op_even = Q ? Iop_CatEvenLanes16x8 : Iop_CatEvenLanes16x4; in dis_neon_data_2reg_misc() 7956 assign(*u0, binop(Iop_CatEvenLanes16x4, mkexpr(i1), mkexpr(i0))); in math_DEINTERLEAVE_2() 8256 binop(Iop_CatEvenLanes16x4, mkexpr(_t1), mkexpr(_t2)) in math_INTERLEAVE_4()
|
D | guest_amd64_toIR.c | 9591 binop(Iop_CatEvenLanes16x4, mkexpr(rHi), mkexpr(rLo)); in dis_PMULHRSW_helper() 15118 IROp opCatE = Iop_CatEvenLanes16x4; in dis_PHADD_128() 15192 IROp opCatE = Iop_CatEvenLanes16x4; in dis_PHADD_256() 15423 IROp opCatE = Iop_CatEvenLanes16x4; in dis_ESC_0F38__SupSSE3()
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 3178 case Iop_CatEvenLanes16x4: in expr2vbits_Binop()
|