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

/external/valgrind/VEX/pub/
H A Dlibvex_ir.h993 Iop_GetElem8x8, Iop_GetElem16x4, Iop_GetElem32x2, enumerator in enum:__anon19778
/external/valgrind/VEX/priv/
H A Dhost_arm_isel.c1365 if (e->Iex.Binop.op == Iop_GetElem8x8
1379 case Iop_GetElem8x8: vassert(index < 8); size = 0; break;
3318 unop(Iop_Dup8x8, binop(Iop_GetElem8x8, bind(0), bind(1))));
3951 unop(Iop_Dup8x16, binop(Iop_GetElem8x8, bind(0), bind(1))));
H A Dir_defs.c1052 case Iop_GetElem8x8: vex_printf("GetElem8x8"); return;
3105 case Iop_GetElem8x8:
H A Dguest_arm_toIR.c3011 op2 = Iop_GetElem8x8;
7899 binop(Iop_GetElem8x8, getDRegI64(rD), mkU8(index)));
7916 binop(Iop_GetElem8x8, getDRegI64(rD + i * inc),
13299 binop(Iop_GetElem8x8,
/external/valgrind/memcheck/tests/vbit-test/
H A Dirops.c493 { DEFOP(Iop_GetElem8x8, UNDEF_UNKNOWN), },
/external/valgrind/memcheck/
H A Dmc_translate.c3185 case Iop_GetElem8x8:

Completed in 261 milliseconds