Home
last modified time | relevance | path

Searched refs:Iop_PwAddL32Ux4 (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/memcheck/tests/vbit-test/
Dutil.c717 case Iop_PwAddL8Ux16: case Iop_PwAddL16Ux8: case Iop_PwAddL32Ux4: in typeof_primop()
Dirops.c733 { DEFOP(Iop_PwAddL32Ux4, UNDEF_UNKNOWN), },
/external/valgrind/VEX/pub/
Dlibvex_ir.h1521 Iop_PwAddL8Ux16, Iop_PwAddL16Ux8, Iop_PwAddL32Ux4, enumerator
/external/valgrind/VEX/priv/
Dir_defs.c767 case Iop_PwAddL32Ux4: vex_printf("PwAddL32Ux4"); return; in ppIROp()
3033 case Iop_PwAddL8Ux16: case Iop_PwAddL16Ux8: case Iop_PwAddL32Ux4: in typeOfPrimop()
Dhost_arm_isel.c4172 case Iop_PwAddL32Ux4: { in iselNeonExpr_wrk()
4179 case Iop_PwAddL32Ux4: size = 2; break; in iselNeonExpr_wrk()
Dguest_arm_toIR.c6720 case 2: op = U ? Iop_PwAddL32Ux4 : Iop_PwAddL32Sx4; break; in dis_neon_data_2reg_misc()
6802 op = U ? Iop_PwAddL32Ux4 : Iop_PwAddL32Sx4; in dis_neon_data_2reg_misc()
/external/valgrind/memcheck/
Dmc_translate.c4582 case Iop_PwAddL32Ux4: in expr2vbits_Unop()