Searched refs:Iop_GetElem8x8 (Results 1 - 6 of 6) sorted by relevance
/external/valgrind/VEX/pub/ |
H A D | libvex_ir.h | 993 Iop_GetElem8x8, Iop_GetElem16x4, Iop_GetElem32x2, enumerator in enum:__anon19778
|
/external/valgrind/VEX/priv/ |
H A D | host_arm_isel.c | 1365 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 D | ir_defs.c | 1052 case Iop_GetElem8x8: vex_printf("GetElem8x8"); return; 3105 case Iop_GetElem8x8:
|
H A D | guest_arm_toIR.c | 3011 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 D | irops.c | 493 { DEFOP(Iop_GetElem8x8, UNDEF_UNKNOWN), },
|
/external/valgrind/memcheck/ |
H A D | mc_translate.c | 3185 case Iop_GetElem8x8:
|
Completed in 261 milliseconds