Searched refs:Iop_GetElem8x8 (Results 1 – 7 of 7) sorted by relevance
/external/valgrind/memcheck/tests/vbit-test/ |
D | util.c | 762 case Iop_GetElem8x8: in typeof_primop()
|
D | irops.c | 468 { DEFOP(Iop_GetElem8x8, UNDEF_UNKNOWN), },
|
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 991 Iop_GetElem8x8, Iop_GetElem16x4, Iop_GetElem32x2, enumerator
|
/external/valgrind/VEX/priv/ |
D | host_arm_isel.c | 1365 if (e->Iex.Binop.op == Iop_GetElem8x8 in iselIntExpr_R_wrk() 1379 case Iop_GetElem8x8: vassert(index < 8); size = 0; break; in iselIntExpr_R_wrk() 3318 unop(Iop_Dup8x8, binop(Iop_GetElem8x8, bind(0), bind(1)))); in iselNeon64Expr_wrk() 3951 unop(Iop_Dup8x16, binop(Iop_GetElem8x8, bind(0), bind(1)))); in iselNeonExpr_wrk()
|
D | ir_defs.c | 1051 case Iop_GetElem8x8: vex_printf("GetElem8x8"); return; in ppIROp() 3102 case Iop_GetElem8x8: in typeOfPrimop()
|
D | guest_arm_toIR.c | 3011 op2 = Iop_GetElem8x8; in dis_neon_vdup() 7899 binop(Iop_GetElem8x8, getDRegI64(rD), mkU8(index))); in mk_neon_elem_store_from_one_lane() 7916 binop(Iop_GetElem8x8, getDRegI64(rD + i * inc), in mk_neon_elem_store_from_one_lane() 13299 binop(Iop_GetElem8x8, in decode_CP10_CP11_instruction()
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 3185 case Iop_GetElem8x8: in expr2vbits_Binop()
|