Home
last modified time | relevance | path

Searched refs:Iop_GetElem16x8 (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/memcheck/tests/vbit-test/
Dutil.c756 case Iop_GetElem16x8: in typeof_primop()
Dirops.c937 { DEFOP(Iop_GetElem16x8, UNDEF_UNKNOWN), },
/external/valgrind/VEX/pub/
Dlibvex_ir.h1733 Iop_GetElem8x16, Iop_GetElem16x8, Iop_GetElem32x4, Iop_GetElem64x2, enumerator
/external/valgrind/VEX/priv/
Dir_defs.c1047 case Iop_GetElem16x8: vex_printf("GetElem16x8"); return; in ppIROp()
3096 case Iop_GetElem16x8: in typeOfPrimop()
Dhost_arm_isel.c1408 || e->Iex.Binop.op == Iop_GetElem16x8 in iselIntExpr_R_wrk()
1422 case Iop_GetElem16x8: vassert(index < 8); size = 1; break; in iselIntExpr_R_wrk()
/external/valgrind/memcheck/
Dmc_translate.c3646 case Iop_GetElem16x8: in expr2vbits_Binop()