Searched refs:Iop_GetElem8x8 (Results 1 - 7 of 7) sorted by relevance

/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h974 Iop_GetElem8x8, Iop_GetElem16x4, Iop_GetElem32x2, enumerator in enum:__anon32282
/external/valgrind/main/memcheck/tests/vbit-test/
H A Dutil.c762 case Iop_GetElem8x8:
H A Dirops.c459 { DEFOP(Iop_GetElem8x8, UNDEF_UNKNOWN), },
/external/valgrind/main/VEX/priv/
H A Dhost_arm_isel.c1373 if (e->Iex.Binop.op == Iop_GetElem8x8
1386 case Iop_GetElem8x8: vassert(index < 8); size = 0; break;
3305 unop(Iop_Dup8x8, binop(Iop_GetElem8x8, bind(0), bind(1))));
3935 unop(Iop_Dup8x16, binop(Iop_GetElem8x8, bind(0), bind(1))));
H A Dir_defs.c966 case Iop_GetElem8x8: vex_printf("GetElem8x8"); return;
2964 case Iop_GetElem8x8:
H A Dguest_arm_toIR.c3011 op2 = Iop_GetElem8x8;
7897 binop(Iop_GetElem8x8, getDRegI64(rD), mkU8(index)));
7914 binop(Iop_GetElem8x8, getDRegI64(rD + i * inc),
13297 binop(Iop_GetElem8x8,
/external/valgrind/main/memcheck/
H A Dmc_translate.c3085 case Iop_GetElem8x8:

Completed in 1577 milliseconds