Searched refs:Iop_CatOddLanes16x4 (Results 1 – 10 of 10) sorted by relevance
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 986 Iop_CatOddLanes8x8, Iop_CatOddLanes16x4, enumerator
|
/external/valgrind/VEX/priv/ |
D | ir_defs.c | 551 case Iop_CatOddLanes16x4: vex_printf("CatOddLanes16x4"); return; in ppIROp() 2551 case Iop_CatOddLanes16x4: case Iop_CatEvenLanes16x4: in typeOfPrimop()
|
D | host_arm_isel.c | 2376 case Iop_CatOddLanes16x4: in iselNeon64Expr_wrk() 2387 case Iop_CatOddLanes16x4: resRd = False; size = 1; break; in iselNeon64Expr_wrk()
|
D | host_x86_isel.c | 2468 case Iop_CatOddLanes16x4: in iselInt64Expr_wrk()
|
D | host_amd64_isel.c | 1121 case Iop_CatOddLanes16x4: in iselIntExpr_R_wrk()
|
D | guest_x86_toIR.c | 12166 IROp opCatO = Iop_CatOddLanes16x4; in disInstr_X86_WRK() 12232 IROp opCatO = Iop_CatOddLanes16x4; in disInstr_X86_WRK()
|
D | guest_arm_toIR.c | 7288 op_odd = Q ? Iop_CatOddLanes16x8 : Iop_CatOddLanes16x4; in dis_neon_data_2reg_misc() 7957 assign(*u1, binop(Iop_CatOddLanes16x4, mkexpr(i1), mkexpr(i0))); in math_DEINTERLEAVE_2() 8258 binop(Iop_CatOddLanes16x4, mkexpr(_t1), mkexpr(_t2)) in math_INTERLEAVE_4()
|
D | guest_amd64_toIR.c | 15569 IROp opCatO = Iop_CatOddLanes16x4; in dis_PHADD_128() 15643 IROp opCatO = Iop_CatOddLanes16x4; in dis_PHADD_256() 15874 IROp opCatO = Iop_CatOddLanes16x4; in dis_ESC_0F38__SupSSE3()
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | irops.c | 490 { DEFOP(Iop_CatOddLanes16x4, UNDEF_UNKNOWN), },
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 3177 case Iop_CatOddLanes16x4: in expr2vbits_Binop()
|