Home
last modified time | relevance | path

Searched refs:Iop_GetElem8x8 (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/main/VEX/pub/
Dlibvex_ir.h964 Iop_GetElem8x8, Iop_GetElem16x4, Iop_GetElem32x2, enumerator
/external/valgrind/main/VEX/priv/
Dhost_arm_isel.c1287 if (e->Iex.Binop.op == Iop_GetElem8x8 in iselIntExpr_R_wrk()
1300 case Iop_GetElem8x8: vassert(index < 8); size = 0; break; in iselIntExpr_R_wrk()
3215 unop(Iop_Dup8x8, binop(Iop_GetElem8x8, bind(0), bind(1)))); in iselNeon64Expr_wrk()
3840 unop(Iop_Dup8x16, binop(Iop_GetElem8x8, bind(0), bind(1)))); in iselNeonExpr_wrk()
Dir_defs.c925 case Iop_GetElem8x8: vex_printf("GetElem8x8"); return; in ppIROp()
2669 case Iop_GetElem8x8: in typeOfPrimop()
Dguest_arm_toIR.c2993 op2 = Iop_GetElem8x8; in dis_neon_vdup()
7910 binop(Iop_GetElem8x8, getDRegI64(rD), mkU8(index))); in mk_neon_elem_store_from_one_lane()
7927 binop(Iop_GetElem8x8, getDRegI64(rD + i * inc), in mk_neon_elem_store_from_one_lane()
11404 binop(Iop_GetElem8x8, in decode_CP10_CP11_instruction()
/external/valgrind/main/memcheck/
Dmc_translate.c2781 case Iop_GetElem8x8: in expr2vbits_Binop()